#image {
	width: 900px;
	height: 230px;
}

h1 {
	margin-bottom: 15px;
}
#h1_txt {
	width: 575px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	margin-bottom: 20px;
}
#indexbox {
	width: 595px;
	margin-bottom: 30px;
	height: 340px;
}
.box {
	background-image: url(../img/bg_index.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 295px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	position: relative;
}
.box2 {
	background-image: url(../img/bg_index.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 295px;
	margin-bottom: 10px;
	float: right;
	position: relative;
}
#indexbox h2 {
	height: 28px;
	width: 292px;
	position: absolute;
	left: 1px;
}
.idx_txt {
	font-size: 12px;
	width: 140px;
	position: absolute;
	left: 140px;
	top: 37px;
}
.idx_pht {
	height: 90px;
	width: 120px;
	position: absolute;
	top: 37px;
	left: 10px;
}
#indexbox ul {
	width: 280px;
	position: absolute;
	left: 10px;
	top: 130px;
	font-size: 12px;
	text-align: right;
}
#indexbox li {
	display: inline;
	text-align: right;
	padding-right: 10px;
}
#indexbox li img {
	padding-right: 3px;
}
#whatsnew {
	background-image: url(../img/bg_whatsnew_02.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#wn_title {
	background-image: url(../img/bg_whatsnew_01.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 595px;
	position: relative;
}
#wn_title h2 {
	position: absolute;
	left: 10px;
	top: 10px;
}
p#wh_list {
	font-size: 12px;
	position: absolute;
	left: 500px;
	top: 10px;
}
#whatsnew dl {
	font-size: 12px;
	width: 580px;
	margin-left: 20px;
}
#whatsnew dt {
	line-height: 31px;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 12px;
	color: #39F;
	float: left;
	clear: left;
	height: 31px;
}
#whatsnew dd {
	float: left;
	height: 31px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 31px;
}
#wn_bottom {
	background-image: url(../img/bg_whatsnew_03.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 595px;
	padding-top: 10px;
	background-position: 0px bottom;
}
