@charset "utf-8";
/*全ページを定義*/
body {margin: 0 0;
	  font-family:"인터파크고딕 L", "MS PGothic";	 
	 font-size:10px;
	 }
a:link {color: #F9F;}
a:visited {color: #F9F;}
a:hover {color: #F0F;}
a:active {color: #03F;
}
#wrap {margin:0 auto; width:1000px; height:auto;}
#wrap_flash {margin:0 auto;	width:auto; height:auto;}
#out_heaeder {width:1000px; height:125px; 
              background-image:url(../images/header_bg_h.jpg) ;
			  background-repeat:repeat-x;
			  font-size:1px; color:#FFF; 
			  margin-right:10px;}

#header {width:1000px;height:auto; margin-left:10px;}


#navi_main {width:1000px;height:25px;}

#Menu {margin-left:0px; float:right; }
#Menu li {
    background-color:#FFF;  /* 배경색을 지정 */   
    float:left;             /* 왼쪽부터 배치 */
    width:120px;            /* 폭을 설정 */
    color:#777;             /* 글자색을 지정 */
    text-align:center;
	list-style:none;	     
}
    
#Menu a{
    display:block;          /* display타입을 block으로 지정 */
	color:#ccc;             /* 글자색을 #ccc로 지정 */
}
/*#Menu a:hover{
    border-bottom:2px solid #ff9900 ;}
	 /* 글자 하단에 주황색으로 줄을 표시  */
 

#content01{background:url(../images/main_01.png) no-repeat; float:left; width:1000px; height:344px; margin-top:4px;} 
#content02{background:url(../images/main_02.png) no-repeat; float:left; width:1000px; height:344px; margin-top:4px;} 
#content03{background:url(../images/main_03.png) no-repeat; float:left; width:1000px; height:344px; margin-top:4px;} 


#sub_contents {float:left; width:1000px; height:auto;}
#sub_leftbox{float:left; width:360px; height:auto; margin-left:10px; margin-top:50px; padding-left:60px;}
#wrap #sub_contents #sub_leftbox h2 {
	font-size:17px;
	font-weight:800;
	color:#F00;
	text-decoration: underline;
	font-family: "MS PGothic";
}
#wrap #sub_contents #sub_leftbox h3 {
	font-size:16px;
	font-weight:200;
	color:#000;
}
#wrap #sub_contents #sub_leftbox h4 {
	font-size:17px;
	font-weight:800;
	color:#000;
	text-decoration: underline;
	font-family: "MS PGothic";
}
#wrap #sub_contents #sub_leftbox h5 {
	font-size:16px;
	font-weight:400;
	line-height:160%;
	color:#000;
	font-family: "MS PGothic";
}
#wrap #sub_contents #sub_leftbox h6 {
	font-size:15px;
	font-weight:400;
	line-height:20%;
	color:#000;
	font-family: "MS PGothic";
}



#sub_rightbox{float:left; width:540px; height:auto; margin-left:10px; margin-top:50px; padding-left:0px;}
#wrap #sub_contents #sub_rightbox h2 {
	font-size:17px;
	font-weight:800;
	color:#000;
	font-family: "MS PGothic";
}
#wrap #sub_contents #sub_rightbox h3 {
	font-size:16px;
	font-weight:200;
	color:#000;
}
#wrap #sub_contents #sub_rightbox h4 {
	font-size:17px;
	font-weight:800;
	color:#000;
	text-decoration: underline;
	font-family: "MS PGothic";
}
#wrap #sub_contents #sub_rightbox h5 {
	font-size:16px;
	font-weight:400;
	line-height:160%;
	color:#000;
	font-family: "MS PGothic";
}




#footer {
	background-image:url(../images/footer.png); background-repeat:repeat-x;
	float:left;
	width:1000px;
	margin-top:60px;
	margin-bottom:20px;
	padding-top:30px;
	padding-bottom:30px

}


/*textの属性*/
.txt8{font-size: 8px;font-family:"MS PGothic";color:#FFF;}
