﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    default
------------------------------------------------------------*/  

/**** font size　*************


====even====　　　====odd====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html, body{
	margin:0; padding:0;
}
body{
	font-size:76%; background:#ccc;
}
html{
	font-size:100%;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	color:#000;
	font-size:100%;
	font-weight:normal;
}  

ul{
	list-style-type:none;
}
a{
	text-decoration:none; color:#000; outline:none;
}
.underline:hover{
	text-decoration:underline;
}
p,li{
	line-height:1.5;
}

.clear{
	clear:both;
}
.clearfix{
	width:100%;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

.txtl{
	text-align:left;
}
.txtr{
	text-align:right;
}
.txtc{
	text-align:center;
}

.fwb{
	font-weight:bold;
}

.clrb{
	color:#007FFF;
}
.clrg{
	color:#008C00;
}

.il{
	display:inline;
}
.bl{
	display:block;
}
.no{
	display:none;
}



/* margin */

.mT10{
	margin-top:10px;
}
.mT13{
	margin-top:13px;
}
.mT15{
	margin-top:15px;
}
.mT22{
	margin-top:22px;
}
.mT25{
	margin-top:25px;
}

/* padding */

.pT20{
	padding-top:20px;
}
.pT35{
	padding-top:35px;
}

.pB15{
	padding-bottom:15px;
}
.pB25{
	padding-bottom:25px;
}
.pB35{
	padding-bottom:35px;
}

.pR05{
	padding-right:5px;
}
.pL05{
	padding-left:5px;
}

/* font size */

.font09{
	font-size:76%;
}
.font14{
	font-size:117%;
}
.font18{
	font-size:150%;
}

/* line height */

.line32{
	line-height:32px;
}
.line37{
	line-height:37px;
}

/* height */

.ht51{
	height:51px;
}

/*------------------------------------------------------------ 
    style
------------------------------------------------------------*/

#container{
	width:1000px;
	min-width:1000px;
	margin:0 auto;
	background:#fff;
}


.button{
	min-width:141px;
	height:23px;
	line-height:23px;
}

.button a{
	display:block;
	width:100%;
	height:23px;
	background : transparent url(buttonBg.png) repeat-x scroll 0% 0%;
	color:#fff;
	text-align:center;
}

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

#header{
	width:960px;
	padding:24px 20px;
	height:82px;
}

h1{
	width:312px;
	height:82px;
	float:left;
}


/*------------------------------------------------------------ 
    contents
------------------------------------------------------------*/ 

/* slide */

#slider {
	width:1000px;
	height:400px;
	background : #ffffff url(loading.gif) no-repeat scroll 50% 45%;
	overflow:hidden; position:relative;
}

.slide {
	position:absolute;
	width:1000px;
	height:400px;
	display:none;
}


.inner{
	width:950px;
	padding-left:30px;
	padding-right:20px;
	overflow:hidden;
}

.bg01{
	background : transparent url(contentBg.png) repeat-y scroll 0% 0%;
}

.leftCont{
	width:610px;
	float:left;
}

.rightCont{
	width:330px;
	float:right;
}

h2{
	font-size:175%;
	font-weight:bold;
	margin-bottom:10px;
	
}


	
.box1{
	width:304px;
	float:left;
}

.box2{
	width:297px;
	float:right;
}

.box3{
	width:141px;
	float:right;
}

/* sidemenu */

.sidemenuBgTop{
	height:14px;
	background : transparent url(sidemenuBgTop.png) no-repeat scroll 0% 0%;
}

.sidemenuBgMiddle{
	width:302px;
	padding:12px;
	border-left:2px solid #B20101;
	border-right:2px solid #B20101;
	background:#fff;
	min-height:700px;
}

.sidemenuBgBottom{
	height:14px;
	background : transparent url(sideMenuBgBottom.png) no-repeat scroll 0% 0%;
}


h3{
	font-size:150%;
	background : transparent url(sidemenuIcon.png) no-repeat scroll left 3px;
	font-weight:bold;
	padding-left:28px;
	margin-bottom:5px;
}


.sideImg{
	width:153px;
	height:115px;
	float:left;
}

.sideDetail{
	width:140px;
	float:right;
}

.sideText{
	margin-bottom:5px;
}

/* access */

h4{
	color:#00698C;
	font-size:234%;
	font-weight:bold;
}

.accessInner{
	position:relative; height:300px;
}

.areaMap{
	width:410px;
	height:290px;
	padding:0px 10px 10px 64px; 
	background : transparent url(accessBg.png) no-repeat scroll 0% 0%;
	position:absolute;
	top:0;
	left:110px;
}

.root{
	width:330px;
}
.root li{
	text-indent: -1em;
	padding-left: 1em;
}

.txti{
	text-indent:0!important;
}

.bdr{
	border-top:1px solid #006DD9;
	margin:6px 0;
	padding-top:5px;
}

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

#footer{
	width:985px;
	height:40px;
	line-height:40px;
	padding-right:15px;
	background:#444;
	color:#fff;
	text-align:right;
	font-size:117%;
}


