@charset "UTF-8";

/*
全体設定______________________________*/

*{
	margin:0;
	padding:0;
}

bady{
	font-family:sans-serif, Verdana;
	font-size:small;
	color:#000000;
}

h2,h3,h4,h5,h6{
	font-weight:normal;
}

p{
	margin:0 0 2em 0;
	font-size:small;
}


img{
	border:0;
}

#page{
	width:513px;
	margin:10px 10px;
	background:#FFF;
}


/*リンク*/


/*
ヘッダー______________________________*/

#head h1{
	margin-bottom:10px;
}

#head h2.title{
	clear:both;
	margin-bottom:10px;
}


#head h2.film{
	margin-bottom:10px;
	float:right;
}

#link_bt{
	float:right;
}

#link_bt a img{
	float:left;
	margin-left:5px;
}

#link_bt .link_bt_text{
	float:left;
	margin-left:5px;
}

#link_bt p{
	margin-top:5px;
	height:35px;
}

.clearLeft{
}

	
/*__左のアイコンと見出し__*/	

#head .left{
	float:left;
	width:513px;
	margin:0px 0px 40px;
}

#head .left h3{
	clear:both;
	font-size:120%;
	font-weight:600;
	color:#404040;
	line-height:1.4;
}

#head .left h4{
	float:left;
	margin:10px 10px 10px 0px;
}

/*左の写真*/
#head .photo{
	float:right;
}



	
	
/*
メイン_______________________________*/


#main{
	clear:both;
}

#main h5{
	font-size:100%;
	color:#298046;
	margin-bottom:0.8em;
}	
	
#main .left_box{
	float:left;
	width:240px;
}

#main .right_box{
	float:right;
	width:240px;
}

#main .graf{
	clear:both;
	margin:30px 0;
}

#main .grafcap{
	margin:5px 0 0;
}


/*グラフ(2カラム)*/


/*PDF*/
#pdf{
	clear:both;
	text-align:center;
	margin-bottom:50px;
}

#pdf p{
	color:#FFF;
	font-size:100%;
	background-color:#298046;
	text-align:center;
	margin-bottom:15px;
}

#pdf a{
	text-decoration:none;
}

#pdf_down{
	list-style:none;
	position:relative;
	left:50%;
	float:left;
}

#pdf_down li{
	display:inline;
	position:relative;
	left:-50%;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}


/*フッター*/
#main #footer{
	clear:both;
	border-top:1px dotted;
	text-align:center;
	margin:0px 0 0;
	padding-top:10px;
}
	
#main #footer #caution_head{
	font-size:100%;
	margin-bottom:0;
	color:#F00;
	font-weight:bold;
	text-align:left;
}
	
	/*コーション*/	
#caution{
	clear:both;
	margin:10px 15px 30px 15px;
	text-align:left;
}
	
#caution li{
	margin-bottom:10px;
	list-style-type:disc;
	list-style-position:outside;
	font-size:80%;
	line-height:1.5em;
}	

