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

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


* {margin:0px;padding:0px;}
body{
font-size: 12px;
line-height:1.5em;
color:#000;
background-color:#fff;
}





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


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






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


.wrapper1{text-align:center;}
.main{background:url(../../img/type12/main_bg.jpg) repeat-x top left;min-height:561px;_height:561px;/* ie6 */ margin-top:10px;}
.main_body{width:850px;text-align:left;margin:0 auto;background:url(../../img/type12/main_bg.jpg) repeat-x top left;}
.main_body {padding:23px 10px 50px 10px;}


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


.header{background:url(../../img/type12/hd_bg.jpg) repeat-x left top;}
.header_body{width:850px;height:80px;text-align:left;margin:0 auto;background:url(../../img/type12/hd_bg.jpg) repeat-x left top;}
.header_body .inner{}
.header_toparea{height:66px;}
.header h1{padding-left:10px; padding-top:15px;font-size:24px;font-weight:normal;line-height:1.2em;color:#fff;}
.header h2{padding-left:10px; font-size:12px;padding-top:2px;font-weight:normal;color:#fff;}
.header_naviarea{}
.header_naviarea ul li{
float:left;
width:116px;
height:18px;
margin-right:3px;
background:url(../../img/type12/navi_bg.jpg) no-repeat left top;
list-style:none;
padding-top:9px;
text-align:center;
}
.header_naviarea ul li a{width:104px;height:18px;background:url(../../img/type12/mark1.jpg) no-repeat 0px 2px;text-decoration:underline;color:#000;padding-left:12px;}

.header_body .inner .logo {padding-left:10px; padding-top:3px}


.header_body .inner .header_right {
	padding-top:3px;
	padding-right:10px;
}

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



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


.footer{background:url(../../img/type12/footer_bg.gif) repeat-x left top;}
.footer_body{width:850px;margin:0 auto;background:url(../../img/type12/footer_bg.gif) repeat-x left top;}
.footer_body .inner{padding:15px 0;}
.footer a{padding-left:15px;color:#009999;}


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


/* top_layout */

.top_leftArea{width:587px;float:left;}
.top_rightArea{width:191px;float:right;}


/* top_flash */


.top_flash{padding-bottom:25px;}


/* top_news */


.top_news_body{padding:12px 5px 20px 5px;}
.top_news_tit{background:url(../../img/type12/news_bg.jpg) repeat-x left bottom;height:40px;padding-left:3px;font-size:14px;}
.top_news_tit span{background:url(../../img/type12/mark1.jpg) no-repeat 0px 2px;padding-left:15px;line-height:1em;}
.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/type12/menu.gif);
	background-repeat: no-repeat;
}

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


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


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





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



.main_color {
	background-color:#F58B13;
}


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

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

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

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





