@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.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.jpg) 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.jpg) no-repeat;

	margin:0 0 0 150px;

	padding:130px 0 0 50px;

}







/* 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;

}