body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.box{
	width:1000px;
	margin:auto;
	position:relative;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
/* =========================================================*/
#home-top {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#home-left {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 260px;
	float: left;
}
#home-right {
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 740px;
	margin-left: 257px;
}
#home-menu-top {
	position: absolute;
	height: 30px;
	width: 407px;
	left: 590px;
	top: 50px;
	font-weight: bold;
}

#home-menu-top a:link {
	color: #f99e07;
	text-decoration: none;
}
#home-menu-top a:visited {
	color: #f99e07;
}
#sub-menu-top a:visited {
	color: #f99e07;
}
#home-menu-top a:hover {
	color: #FF6600;
}

#home-menu-left {
	position: absolute;
	height: 172px;
	width: 250px;
	left: 10px;
	top: 150px;
	color: #575121;
	line-height: 20px;
}

#home-flash {
	position: absolute;
	height: 510px;
	width: 600px;
	left: 265px;
	top: 90px;
}
#home-word01 {
	position: absolute;
	height: 193px;
	width: 336px;
	left: 5px;
	top: 340px;
	color: #575121;
	
}
#home-word02 {
	position: absolute;
	height: 150px;
	width: 300px;
	left: 600px;
	top: 430px;
	
}


/* =========================================================*/
#sub-top {
	background-image: url(images/frame__01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#sub-left {
	background-image: url(images/frame__02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 260px;
	float: left;
}
#sub-right {
	background-image: url(images/frame__03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 480px;
	width: 740px;
	margin-left: 257px;
}
*html #sub-right{
	height:480px;
}
#sub-menu-top {
	position: absolute;
	height: 30px;
	width: 407px;
	left: 590px;
	top: 50px;
	font-weight: bold;
}

#sub-menu-top a:link {
	color: #f99e07;
	text-decoration: none;
}
#sub-menu-top a:hover {
	color: #FF6600;
}

#sub-menu-left {
	position: absolute;
	height: 340px;
	width: 250px;
	left: 10px;
	top: 160px;
	line-height: 20px;
}
#sub-main {
	position: absolute;
	height: 432px;
	width: 732px;
	left: 268px;
	top: 128px;
}
*html .fixright{margin-right:-3px;}/*IE6 HACK*/
*html .fixleft{margin-left:-3px;}/*IE6 HACK*/

/* leftmenu */
.leftmenu{top:0px; left:15px; position:absolute} /* set the margin top */
#leftmenu{margin:0px; padding:0px;}
#leftmenu li{list-style:none; padding:0px; font-size:12px; margin-bottom:4px; line-height:22px;}
#leftmenu li a, #leftmenu li a:visited{color:#575121; text-decoration:none; font-weight:normal;}
#leftmenu li a:hover{color:#006699; text-decoration:underline;}
