	/*ヘッダメニュー*/

#head{
		width:1011px;
		height:155px;
		}

#head h1{
	color:white;
	font-size:20pt;
	/*line-height:38px;*/
	height:38px;
	width:1010px;
	background:url("img/fire_head.gif") repeat;
}
#head h2{
	width:1010px;
	height:10px;
	float:left;
	color:black;
	font-size:8pt;
}
#head hr{
	width:1010px;
	heigth:10px;
	float:left;
}
	
	#head li{
		width:100px;
		height:35px;
		padding:2px;
		margin:1px;
		color:black;
		background:url("img/fire_head.gif")  repeat;
		float:left;
		text-align:center;
     	font-size:auto;
     	list-style-type:none;
	}

/*サイドのブロック*/
#side_menu{
	width:190px;
	height:1200px;
	padding:5px;
	margin:1px;
	float: left;
	font-size:12pt;
	background:url("img/side_menu1.gif")  repeat;

	
}

#headhome li{
		width:200px;
		height:35px;
		padding:2px;
		margin:1px;
		color:black;
		background:url("img/fire_head.gif")  repeat;
		float:left;
		text-align:center;
     	font-size:auto;
     	list-style-type:none;
}

#side_menu h1 {
	color:black;
	font-size:12pt;
	}
	
#side_menu h2 {
	color:black;
	font-size:11pt;
	}	
#side_menu h3 {
	color:black;
	font-size:10pt;
	}	
#side_menu h4 {
	color:black;
	font-size:10pt;
	}	



#main {
	color:black;
	margin-left:205px;
	background-color:white;
	font-size:10pt;
	/*font-family:'ＭＳ Ｐ明朝';*/
	font-family:Verdana,Arial,Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS P Gothic",sans-serif;

	}

#main h1 {
	color:black;
	font-size:15pt;
	line-height:26px;
	background:url("img/fire_main.gif")  repeat;
	}

#main h2 {
	color:black;
	font-size:14pt;
	line-height:24px;
	background:url("img/fire_main.gif")  repeat;
	}
	
#main h3 {
	color:black;
	font-size:13pt;
	line-height:22px;
	background:url("img/fire_main.gif")  repeat;
	}
#main h4 {
	color:black;
	font-size:12pt;
	line-height:20px;
	background:url("img/fire_main.gif")  repeat;
	}	
	
#main h5 {
	color:black;
	font-size:11pt;
}	

#main table {
	color:black;
	font-size:10pt;
}	


#main ol {
	color:black;
	font-size:12pt;
	}

#main li {
	color:black;
	font-size:10pt;
	}
	
#main p {
	font-size:10.5pt;
	line-height:0.1;
	}
			
#font_red {
	color:red;
	}

/* 図の非表示には役に立たなかった */
#smart_wrapper {
　　display:none;
 } 
 
/* 図の非表示に必要 */
 .pc_class{
 display:inline;
 }
 .smart_class{
 display:none;
 }
 
