body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.box{
	width:1000px;
	margin:auto;
	position:relative;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
/* =========================================================*/
#home-bg-top {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#home-bg-left {
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 260px;
	float: left;
}
#home-bg-right {
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 740px;
	margin-left: 257px;
}


/* =========================================================*/
#sub-bg-top {
	background-image: url(images/frame__01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 1000px;
}
#sub-bg-left {
	background-image: url(images/frame__02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
	width: 260px;
	float: left;
}
#sub-bg-right {
	background-image: url(images/frame__03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 480px;
	width: 740px;
	margin-left: 257px;
}
.home-menu-top {
	font-weight: bold;
}


.home-menu-top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.home-menu-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.home-menu-top a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.leftmenu{margin:0px; padding:0px;}
.leftmenu li{
	list-style:none;
	padding:0px;
	font-size:12px;
	margin-bottom:4px;
	line-height:14px;
}
.leftmenu li a:link{
	color:#FFFFFF;
	text-decoration:none;
} 
.leftmenu li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.leftmenu li a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
*html  #sub-bg-right{
	height:480px;
}
*html .fixright{margin-right:-3px;}/*IE6 HACK*/
*html .fixleft{margin-left:-3px;}/*IE6 HACK*/
