@charset "utf-8";


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

/* scroll bar */
html{overflow-y:scroll;}

/* footer fixed bottom */
html{ height:100%;}
body{ height:100%;}

/* footer inside container */
/*
* html #container{height:100%;}
div#container{position:relative;min-height: 100%;}
body > #container {height: auto;}
div#main{padding-bottom:30px;}
#footer{position:absolute;bottom:0px;height:30px;}
*/

/* footer inside containerWrap */
/*
* html #containerWrap{height:100%;}
div#containerWrap{position:relative;min-height: 100%;}
body > #containerWrap {height: auto;}
div#container{padding-bottom:30px;}
#footer{position:absolute;bottom:0px;height: 30px;background: #f1f1f1;width: 100%;}
*/

/* frame layout  ----------------------------------  */

#containerWrap {
	width: 900px;
	padding-right: 100px;
	margin: 0 auto;
	position: relative;
}

#container {
	padding: 0 10px;
}

#side {
	width: 100px;
	height: 448px;
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../img/side_bg.png) no-repeat;
}

#footer {
	background: #333;
	height: 120px;
}


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

#contactBox {
	margin: 70px 0 40px;
}
#contactBox .left { width: 300px; float: left;}
#contactBox .right { width: 570px; float: right;}


#contactBox #contactIcon { vertical-align: middle;}

#contactBox #contact {
	display: inline-block;
	width:402px;
	height: 71px;
	background: url(../img/contact.jpg) no-repeat;
	vertical-align: middle;
}

#contactBox #contact:hover { background-position: 0 -80px;}

#linkBox { margin: 20px 0 60px;}

#linkBox .box {
	width: 256px;
	margin: 0 11px 0 10px;
	float: left;
	height: 154px;
	padding: 8px;
}

#linkBox #link1 { background: url(../img/link_bg1.gif) no-repeat;}
#linkBox #link2 { background: url(../img/link_bg2.gif) no-repeat;}
#linkBox #link3 { background: url(../img/link_bg3.gif) no-repeat;}

#linkBox .linkBtn {
	width:256px;
	height: 50px;
	background: url(../img/link_btn.png) no-repeat;
	margin: 10px 0 0;
}

#linkBox .linkBtn:hover {
	background-position: 0 -60px;
}


/* side  -----------------------------------------  */


#side #d131 {
	position: absolute;
	top: 43px;
	left: 8px;
}

#side #d131 a {
	width:71px;
	height: 31px;
	background: url(../img/side_d131.gif) no-repeat;
}

#side #d131 a:hover { background-position: -80px 0;}

#side #sideTel {
	position: absolute;
	top: 123px;
	left: 14px;
}


#side #sideContact {
	position: absolute;
	top: 123px;
	left: 44px;
}

#side #sideContact a {
	width:40px;
	height: 254px;
	background: url(../img/side_contact.jpg) no-repeat;
}

#side #sideContact a:hover { background-position: -50px 0;}



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

#footer {
	color: #b3b3b3;
	font-size: 85%;
}

#footerInner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#fD131 {
	position: absolute;
	left: 290px;
	top: 20px;
}

#fAddress {
	position: absolute;
	left: 410px;
	top: 22px;
}

#copyright {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}









