
/*---------- 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{min-height:500px;_height:500px;/* ie6 */background:url(/img/type17/main_bg.jpg) repeat-x left top; padding-top:10px;}
.main_body{width:850px;text-align:left;margin:0 auto;}
.main_body .inner{padding:0 7px;}
.main_btm_area{padding-bottom:50px;}



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


.header{height:100px;background:url(/img/type17/hd_bg.jpg) no-repeat center top;background-color:#C6D7FF;margin-bottom:6px;}
.header_body{width:850px;height:100px;text-align:left;margin:0 auto;}
.header_body .inner{padding-left:10px;}
.header h1{padding-top:25px;font-size:24px;font-weight:normal;line-height:1em;font-weight:bold;}
.header h2{font-size:12px;font-weight:normal;padding-top:5px;}
.navi{height:36px;background:url(/img/type17/navi_bg.jpg) repeat-x left top;margin:3px 0px;}
.navi_body{width:850px;height:36px;margin:0 auto;text-align:left;background:url(/img/type17/navi_bg.jpg) repeat-x left top;}
.navi_body .inner{
	padding:0;
}
.navi ul li{
	padding-top:3px;
	float:left;
	list-style:none;
}
.navi ul li a{
	display:block;
	width:170px;
	height:25px;
	padding-top:5px;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.header_body .inner .logo {padding-top:8px;}


.header .header_right {
	padding-top:8px;
	padding-right:10px;
}

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


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



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

/* top_flash */


/* top_news */


.top_news_body{padding:12px 5px 20px 10px;}
.top_news_tit{border-bottom:solid 2px #688DFF;padding-left:3px;font-size:14px;height:22px;}
.top_news_tit span{background:url(/img/type17/mark1.gif) no-repeat 0px 0px;padding:1px 0px 0px 20px;}
.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/type17/menu.gif);
	background-repeat: no-repeat;
}

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


#side_menu .mago {
	list-style-type:none;
	text-indent:40px;
	background-image: url( ../../img/type17/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:#4B76FF;
}


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

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

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

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




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

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





