@charset "utf-8";
@import "common.css";

/*---------- initialize --------------*/


* {margin:0px;padding:0px;}
body{
font-size: 12px;
color:#fff;
line-height:1.5em;
background:url(../../img/type6/body_bg.jpg) repeat left top;
}





/*---------- clearFix --------------*/


.clearFix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearFix{
	display: inline-block;
	clear: both;
	min-height: 1%;
	/* escape MacIE5 ¥*/
	display: block;
	/* escape MacIE5 */ 
}
/* escape MacIE5 ¥*/
* html .clearFix{
	height: 1%;
}
/* escape MacIE5 */







/*---------- base layout --------------*/

.wrapper1{text-align:center;}
.main{background-color:#222222;}
.main_body{
width:850px;
padding:10px 20px 0 20px;
text-align:left;
margin:0 auto;
background:url(../../img/type6/main_bg.jpg) repeat-y center top;
min-height:500px;
_height:500px;/* ie6 */
}
.main_body .inner{padding:0}





/*---------- header --------------*/

.header_body{width:850px;padding:0px 20px;text-align:left;margin:0 auto;background:url(../../img/type6/hd_body_bg.jpg) no-repeat top left;height:88px;}
.header{background:url(../../img/type6/hd_bg.jpg) repeat-x top left;}

.header .inner{padding:0 10px; height:85px;}
.header h1{font-size:24px;font-weight:normal;line-height:1.2em;padding-top:15px;}
.header h2{font-size:12px;font-weight:normal;color:#000;line-height:1em;padding-top:25px;}


.header h1 a{color:#fff;}
.header h1 a:visited{color:#fff;}
.header h1 a:hover{color:#fff;}




/*---------- footer --------------*/


.footer{background:url(../../img/type6/footer_bg.jpg) repeat-x left top;clear:both;}
.footer_body{width:850px;margin:0 auto;padding:20px 20px;color:#fff;background:url(../../img/type6/footer_body_bg.jpg) no-repeat center top;}
.footer a{padding-left:15px;color:#FF9900;}






/*---------- top --------------*/


/* top_flash */


.top_flash{padding-bottom:15px;}


/* top_news */


.top_news_body{padding:12px 5px 0px 5px;}
.top_news_tit{background:url(../../img/type6/news_bg.gif) repeat-x left bottom;height:22px;padding-left:3px;font-size:14px;}
.top_news ul li{padding-bottom:5px;list-style:none;}





/* -------------- menu ----------------- */

#side_menu {
	margin-bottom:10px;
}

#side_menu a {
	
	display:block;
	width:200px;
	height:25px;
	padding-top:5px;
	
}

#side_menu .parent {
	list-style-type:none;
	text-indent:20px;
	background-image: url( ../../img/type6/menu.gif);
	background-repeat: no-repeat;
}

#side_menu .child {
	list-style-type:none;
	text-indent:30px;
	background-image: url( ../../img/type6/menu_child.gif);
	background-repeat: no-repeat;
	
}



#side_menu .mago {
	list-style-type:none;
	text-indent:40px;
	background-image: url( ../../img/type6/menu_mago.gif);
	background-repeat: no-repeat;
	
}

#side_menu a { color:#000; }
#side_menu a:visited { color:#000; }
#side_menu a:hover { color:#fff; }





/* ------------ main ------------- */



.main_color {
	background-color:#8CBD01;
}


.main_body h2 {
	border-left: 5px solid #8CBD01;
}

.main_body a:link {
	color:#fff;
}

.main_body a:visited {
	color:#fff;
}

.main_body a:hover {
	color:#EC832D;
}



/* --------- トップメニュー -------- */
#top_menu ul {
	padding:0;
	margin:0;
	
}

#top_menu a {
	font-size:8pt;
	display:block;
	width:166px;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-image:url(../../img/type6/menu_top.gif);
	
}

#top_menu .parent {
	text-indent:5px;
	float:left;
}

#top_menu {
	margin-left:10px;	
	margin-bottom:15px;	
	height:auto;
}




#top_menu a { color:#000; }
#top_menu a:visited { color:#000; }
#top_menu a:hover { color:#fff; }





#child_menu_div a {
	border-bottom:1px solid #666;
	border-left:1px solid #B1D250;
	border-right:1px solid #B1D250;
	background-color:#B1D250;
	color:#000;
}

#child_menu_div a:hover {
	color:#fff;
	background-color:#B1D250;
}



div.ground_menu {
	padding-bottom:10px;
}
