@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
html, body {
	height:100%;
	width:100%;
	background:#e7eaf2;
}
body {
	color:#333333;
	text-align:center;
}
a {
	color:#001ba4;
	outline:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
.m0 {
	margin:0!important;
}
.mr0 {
	margin-right:0!important;
}
.mr20 {
	margin-right:20px!important;
}
.ml0 {
	margin-left:0px!important;
}
.ml10 {
	margin-left:10px!important;
}
.ml20 {
	margin-left:20px!important;
}
.mb5 {
	margin-bottom:5px!important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb20 {
	margin-bottom:20px!important;
}
.mb30 {
	margin-bottom:30px!important;
}
.mb40 {
	margin-bottom:40px!important;
}
.mb50 {
	margin-bottom:50px!important;
}
.mt30 {
	margin-top:30px!important;
}
.pl0 {
	padding-left:0 !important;
}
.border-b {
	border-bottom:1px solid #666;
}
.a-right {
	text-align:right;
}
.a-center {
	text-align:center;
}
.f15 {
	font-size:15px;
	line-height:2em;
}
.link {
	background:url(../images/common/link_icon.gif) no-repeat right center;
	padding:2px 25px 2px 0;
}
.attention, .ERR {
	color: #003c93;
}
.attention{
	padding-left:10px;
}
.list-style01 {
	width:735px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:15px;
}
.list-style01 li {
	float:left;
	margin-right:15px;
	text-align:center;
	margin-bottom:10px;
}
.list-style01 li img {
	margin-bottom:5px;
}
.list-style02 {
	width:740px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:15px;
}
.list-style02 li {
	float:left;
	margin-right:20px;
}
.list-style03 {
	width:732px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:15px;
}
.list-style03 li {
	float:left;
	margin-right:12px;
	text-align:center;
	margin-bottom:10px;
}
.list-style03 li img {
	margin-bottom:5px;
}
.clear {
	clear:both
}
.content{
	width:1000px;
	padding:0 1px;
	margin:auto;
	padding-top:50px;
	text-align:left;
}
.topimg{
	margin-bottom:30px;
}
.table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:30px;
}
.table th{
	width:200px;
	padding:10px 0;
	font-weight:normal;
	text-align:center;
	background:#435caa;
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
}
.table td{
	padding:10px;
	padding-left:20px;
	font-weight:normal;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
}
.table td.title{
	font-weight:normal;
	text-align:center;
	background:#435caa;
	color:#FFFFFF;
}
/* ----------------------------------------
	head
---------------------------------------- */
#head {
	height:100px;
	width:100%;
	background:url(../images/common/head-bg.gif) repeat-x left top;
	z-index:100;
	top:0;  
    left:0; 
}
#navi {
	height:100px;
	width:1002px;
	margin:auto;
	background:url(../images/common/tel.png) no-repeat 661px 23px;
}
#navi h1 {
	width:251px;
	height:51px;
	padding-top:12px;
	padding-left:35px;
}
/* ----------------------------------------
	navi
---------------------------------------- */
#menu {
	height:58px;
	text-align:left;
	clear:both;
	width:1002px;
	margin:auto;
	position:relative;
}
.ddsmoothmenu ul {
	z-index:10;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	height:56px;
	z-index:200;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding:0;
	height:56px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li ul li a:link,
.ddsmoothmenu ul li ul li a:visited {
	color:#333333;
	background:#FFFFFF;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#FFF;
}
.ddsmoothmenu ul li ul li a:hover {
	background: #003f95; /*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}
/* sub menus */
.ddsmoothmenu ul li ul {
	position: absolute;
	left: -3000px;
	display: none; /*collapse all sub menus to begin with*/
	visibility:hidden;
}
/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	height:36px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 167px;
	height:35px;
	line-height:35px;
	text-align:center;
	padding:0;
	margin: 0;
	border-top-width:0;
	border-bottom: 1px solid #CCC;
}
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
}
.toplevelshadow {
	margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
	opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}
.ddcss3support .ddshadow.toplevelshadow {
	margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that *//* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}
/* ----------------------------------------
	topimg
---------------------------------------- */
#topimg{
	z-index:1;
	clear:both;
	background-position:center top;
	background-repeat:no-repeat;
	height:247px;
	padding-top:466px;
	overflow:hidden;
	top:-19px;
	position:relative
}
#bnavi{
	width:1000px;
	margin:auto;
}
#bnavi h2{
	height:25px;
	text-indent:-9999px;
	background:url(../images/top/titlebar01.jpg) no-repeat left top;
	margin-bottom:20px;
}
#bnavi li{
	float:left;
	width:184px;
	margin-right:20px;
	text-align:left;
}
#bnavi li a{
	display:block;
	height:130px;
	width:184px;
	margin-bottom:10px;
}
#bnavi li a.icon{
	display:inline;
	background:url(../images/common/icon01.jpg) no-repeat left center;
	padding-left:35px;
	font-size:18px;
}
#bnavi li a.icon:link,
#bnavi li a.icon:visited{
	color:#333333;
	text-decoration:none;
}
#bnavi li a.icon:hover,
#bnavi li a.icon:active{
	color:#333333;
	text-decoration:underline;
}
/* ----------------------------------------
	news
---------------------------------------- */
#info{
	background:#d2d6dd;
	padding-bottom:0px;
	position:relative;
	z-index:10;
	overflow:hidden;
}
#news {
	width:729px;
	height:248px;
	background:#FFFFFF;
	float:left;
	margin-bottom:30px;
}
#news h2{
	margin:0;
	padding:0;
	width:729px;
	height:46px;
	background: url(../images/top/news-title.jpg) no-repeat left top;
}
#news h2 a{
	margin:0;
	padding:0;
	width:729px;
	height:46px;
	display:block;
	text-indent:-9999px;
}
#news ul#news-list{
	width:670px;
	margin-top:22px;
	margin-left:30px;
}
#news ul#news-list li{
	text-align:left;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #e0e0e0;
}
#news ul#news-list li span{
	padding-right:15px;
	background:url(../images/common/icon02.jpg) no-repeat right center;
	margin-right:10px;
}
#special{
	width:220px;
	height:191px;
	padding-top:57px;
	padding-left:20px;
	background:url(../images/top/special.jpg) no-repeat left top;
	float:right;
}
#special dt{
	width:200px;
	height:135px;
	overflow:hidden;
}
#special dt a{
}
#special dt a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#special dd{
	width:206px;
	height:50px;
	padding-top:6px;
	overflow:hidden;
}
#special dd{
	margin:0;
}
#special dd a{
	color:#FFFFFF;
}
#picup{
	width:1000px;
	padding:0 1px;
	height:400px;
	background:url(../images/top/picup.jpg) no-repeat left top;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
#picup ul{
	margin-top:90px;
	margin-left:30px;
}
#picup ul li{
	float:left;
	width:210px;
	height:145px;
	margin-right:32px;
	margin-bottom:50px;
}
#picup ul li a{
	color:#FFFFFF;
}
#picup ul li a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#picup ul li .img{
	width:210px;
	height:145px;
	overflow:hidden;
	display:block;
	margin-bottom:5px;
}
#picup #picup-button{
	height:65px;
	width:395px;
	margin:auto;
	clear:both;
}
.fb-like-box{
	background:#FFFFFF;
	margin-bottom:30px;
}
/* ----------------------------------------
	foot
---------------------------------------- */
#foot{
	background:#052666 url(../images/common/foot-bg.jpg) no-repeat center top;
	clear:both;
	overflow:hidden;
	border-top:3px solid #282e48;
}
#foot .content{
	padding-top:29px;
	padding-bottom:50px;
	overflow:hidden;
}
#foot #mail{
	width:341px;
	height:273px;
	padding-left:50px;
	float:left;
}
#foot #mail a{
	display:block;
	width:341px;
	height:273px;
	text-indent:-9999px;
}
#foot #mapbody{
	width:553px;
	float:right;
}
#foot #mapbody ul{
	float:right;
	overflow:hidden;
	height:42px;
}
#foot #mapbody ul li{
	display:inline-block;
	padding-left:15px;
	text-align:right;
}
#foot #mapbody ul li a{
	color:#FFFFFF;
}
#foot #mapbody #map{
	width:553px;
	clear:both;
	height:180px;
	text-align:right;
	background:url(../images/common/foot-photo.jpg) no-repeat left top;
}
foot #mapbody #map a{
	display:block;
	width:149px;
	height:19px;
	float:right;
}
#foot #mapbody dl{
	padding-top:10px;
	overflow:hidden;
	clear:both;
}
#foot #mapbody dl dt{
	width:367px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}
#foot #mapbody dl dd{
	width:175px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#FFFFFF;
}
#pagetop{
	width:1000px;
	padding:0 1px;
	margin:auto;
	clear:both;
}
#pagetop a{
	display:block;
	width:100px;
	height:24px;
	float:right;
}