@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#e2e6e9;
}
p{
	font-size:14px;
	line-height:1.7em;
	margin:0 0 1em 0;
}
.center1{
	width:100%;
	text-align:center;
}
.center2{
	width:836px;
	margin:0 auto;
	text-align:left;
}
.box_top{
	background:url(imgs/box_top.gif) no-repeat;
	display:block;
	width:836px;
	height:40px;
}
.box_body{
	background:url(imgs/box_body.gif) repeat-y;
	width:836px;
}
.box_bottom{
	background:url(imgs/box_bottom.gif) no-repeat;
	display:block;
	width:836px;
	height:63px;
}
.line{
	background:url(imgs/line.gif) repeat-x center;
	display:block;
	height:30px;
}
.content_box{
	background:url(imgs/grd.gif) repeat-x bottom;
	width:798px;
	margin:0 auto;
}
.box_bottom p{
	text-align:center;
	font-size:12px;
	padding:70px 0 15px 0;
}
.headder h1 a.logo{
	background-image:url(imgs/title.gif);
	background-repeat:no-repeat;
	width:235px;
	height:54px;
	display:block;
	text-indent:-9999px;
	outline:none;
}
.container{
	width:760px;
	margin:0 auto;
}
.container .left{
	width:540px;
	float:left;
}
.container .right{
	margin-left:570px;
	width:180px;
}
.container .left2{
	width:300px;
	float:left;
}
.container .right2{
	margin-left:350px;
	width:300px;
}
.container .left3{
	width:200px;
	float:left;
}
.container .right3{
	margin-left:230px;
	width:520px;
}
.clear_both{
	clear:both;
}
hr{
	display:none;
}
.menu h3{
	display:none;
}
.menu ul{
	list-style-type:none;	
}
.menu ul li.mr{
	margin-bottom:10px;
}
.menu ul li a{
	outline:none;
	text-indent:-9999px;
	display:block;
}
.menu ul li a.menu01{
	background:url(imgs/menu01.gif) no-repeat;
	width:179px;
	height:13px;
}
.menu ul li a.menu02{
	background:url(imgs/menu02.gif) no-repeat;
	width:176px;
	height:14px;
}
.menu ul li a.menu03{
	background:url(imgs/menu03.gif) no-repeat;
	width:82px;
	height:13px;
}
.style11 {font-size: 18px}
.display_none{
	display:none;
}

.page_navi{
	margin-bottom:20px;
}
.page_navi ul li{
	float:left;
	font-size:12px;
	margin-right:2em;
	list-style-type:none;
}
.style12 {color: #FF3300}