@charset "utf-8";

/* CSS Document */



body{

	font-size:10pt;

}



/* header part */



#header{

	height:70px;

	width:1024px;

}

#header>#sitemap{

	display:block;

	background:url(img/bg-sitemap-trans.png) no-repeat;

	padding:35px 0 0 30px;

	width:60px;

	float:left;

	height:16px;

	margin:20px 0 0 280px;

}



h1{

	background:url(img/logo-trans.png) no-repeat;

	height:60px;

	width:480px;

	text-indent:-1000em;

	margin:10px 0 0 10px;

	float:left;

}



/* main part */



#main{

	height:650px;

	max-width:1024px;

	clear:both;

	margin-bottom:15px;

}

	/* menu part */

#menu{

	height:650px;

	width:120px;

	background:url(img/bg-menu-trans.png) no-repeat;

	float:left;

	padding:130px 0 0 30px;

	overflow:hidden;

}

#menu>ul>li{

	height:70px;

	width:120px;

	text-indent:-1000em;

}

#menu>ul>li>a{

	display:block;

	height:50px;

	width:120px;

	overflow:hidden;

}

#menu>ul>li:first-child{

	background:url(img/menu-item01-trans.png) no-repeat;

}

#menu>ul>li:first-child+li{

	background:url(img/menu-item02-trans.png) no-repeat;

}

#menu>ul>li:first-child+li+li{

	background:url(img/menu-item03-trans.png) no-repeat;

}

#menu>ul>li:first-child+li+li+li{

	background:url(img/menu-item04-trans.png) no-repeat;

}





#content{

	height:650px;

	background:url(img/bg-main-trans.png) no-repeat;

	margin:0 0 0 150px;

	padding:130px 0 0 50px;

}



#statement{

	width:581px;

	height:140px;

	background:url(img/theearthpsd-trans.png) no-repeat;

	padding:70px 0 0 230px;

	margin-right:10px;

}

#statement>*{

	width:350px;

}

#statement>h2{

	background:url(img/catchcopy-trans.png) no-repeat;

	height:30px;

	width:auto;

	text-indent:-1000em;

}

#statement>p{

	margin-top:10px;

	color:#FFF;

}



#intro{

	width:680px;

	margin-top:30px;

}

.intro_detail{

	height:180px;

	width:200px;

	background:url(img/bg-intro-trans.png) no-repeat;

	float:left;

	margin-right:25px;

}

.intro_detail>h3{

	position:relative;

	top:10px;

	left:32px;

	height:40px;

	font-size:12pt;

}

.intro_detail>p{

	position:relative;

	top:0;

	left:10px;

	text-indent:1em;

	padding:5px 5px;

	width:170px;

	line-height:12pt;

}





/* footer part*/

#footer{	

	width:1024px;

}

#footer>div{

	float:left;

	min-width:180px;

	margin-right:35px;

}

#footer>div:first-child{

	margin-left:60px;

}

#footer>div>h2{

	background:url(img/bg-footer-trans.png) no-repeat 0 16pt;

	font-size:12pt;

	height:18pt;

}

#footer>div>ul>li{

	line-height:18pt;

	font-size:10.5pt;

	

}

#ad{

	padding-top:50px;

	font-size:11pt;

}

#copyright{

	clear:both;

	margin-left:330px;

	font-family:"Times New Roman", Times, serif;

	font-size:12pt;

}