@charset "utf-8";

body {
	background: #e8e8e8;
}

#container {
	background: url(../img/bg_body.png) 50% 0 no-repeat fixed;
	min-height: 1000px;
	padding: 20px 0 30px;
}

* html #container {
	background-position: expression('0px'+this.parentNode.scrollTop + 'px');
}

#contents {
	position: relative;
}


/* section1 */
#container #section1 {
	height: 340px;
	padding-top: 40px;
	background: url(../img/bg_sec_01.png) 50% 0 no-repeat;
}

#container #section1 .innerBox {
	width: 920px;
	height: 200px;
	margin: 0 auto;
	padding: 140px 0 0 0;
	background: #fff url(../img/bg_sec_01_inner.png) no-repeat;
	position: relative;
	z-index: 100;
}

#container #section1 .innerBox h1 {
	width: 356px;
	height: 57px;
	background: url(../img/logo.png) no-repeat;
	margin: 0 auto 30px;
	text-indent: -9999px;
}

#container #section1 .innerBox p {
	text-align: center;
	color: #92ab23;
	font-weight: bold;
	font-size: 1.35em;
}

/* section2 */

#container #section2 {
	height: 340px;
	background: url(../img/bg_sec_02.png) 50% 0 no-repeat;
}

#container #section2 .innerBox {
	width: 920px;
	height: 340px;
	margin: 0 auto;
	background: #fff url(../img/bg_sec_02_inner.png) no-repeat;
	position: relative;
	z-index: 100;
}

#container #section2 .innerBox h2 {
	text-align: center;
	font-size: 1.35em;
	font-weight: bold;
	padding-top: 85px;
	margin-bottom: 1.6em;
}

#container #section2 .innerBox p {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2em;
}

/* section3 */
#container #section3 {
	height: 420px;
	background: url(../img/bg_sec_03.png) 50% 0 no-repeat;
}

#container #section3 .innerBox {
	width: 820px;
	height: 310px;
	margin: 0 auto;
	padding: 30px 50px 0;
	background: #92ab23 url(../img/bg_sec_03_inner.png) no-repeat;
	color: #fff;
	position: relative;
	z-index: 100;
}

#container #section3 .innerBox ul {
	float: left;
	display: inline;
	width: 520px;
	height: 220px;
	margin: 0 0 20px 10px;
	background: url(../img/border_ver.gif) right top repeat-y;
}

#container #section3 .innerBox ul li {
	width: 510px;
	background: url(../img/listmark.gif) 0 50% no-repeat;
	padding-left: 17px;
	margin-bottom: 5px;
}

#container #section3 .innerBox .contactArea {
	float: right;
	width: 240px;
}

#container #section3 .innerBox .contactArea p {
	margin: 0 0 5px 0;
}

#container #section3 .innerBox .contactArea address {
	margin: 20px 0 0;
}

#container #section3 .innerBox .contactArea address a {
	background: url(../img/icon_mail.gif) 0 50% no-repeat;
	color: #fff;
	padding: 0 0 0 18px;
}

#container #section3 .innerBox .copyright {
	width: 820px;
	clear: both;
	text-align: center;
	background: url(../img/border_hor.gif) repeat-x;
	padding: 20px 0 0;
}



.pagetop {
	position: fixed;
	left: 50%;
	bottom: 30px;
	margin-left: -50px;
	z-index: 10;
}

* html .pagetop {
	position: absolute;
}


/*.pagetop {
	width: 920px;
	margin: 0 auto;
	position: relative;
	background-color: #ccc;
	text-align: center;
}

.pagetop p {
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: -50px;
}
*/


