@charset "UTF-8";
/* CSS Document */

#container {
	background-image: url(../images/top-wrapper-back.jpg);
}
#title {
	background-image: url(../images/top-title-back.jpg);
}
#content {
	width: 740px;
	margin-left: 20px;
}
#content #images {
	width: 400px;
	float: left;
	background-image: url(../images/imgbox-back.jpg);
	background-repeat: no-repeat;
}
#content #images img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
}
#content #newsbox {
	width: 320px;
	float: left;
	padding-top: 100px;
	background-image: url(../images/top-rogo.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 240px;
}
#title h2 {
	font-size: 16px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	margin: 0px;
}
#content #newsbox h3 {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #877C5E;
	margin-bottom: 10px;
}
#content #newsbox ul li {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A79773;
	margin-bottom: 3px;
	margin-left: 10px;
}
#content #newsbox ul li span {
	font-size: 9px;
	display: block;
	text-align: right;
	font-style: italic;
	font-weight: lighter;
}
#content #newsbox #bannerbox {
	width: 320px;
	overflow: hidden;
	text-align: center;
	float: left;
	position: absolute;
	top: 420px;
}
