@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 600px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
}

#content {
	margin: 0px;
	padding: 0 32px 0 32px;
}
.contents {
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	line-height: 17px;
}
.contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0 0 10px 0;
}


.top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 82px;
}




.topimg {
	background-image: url(images/img-main.gif);
	background-repeat: no-repeat;
	height: 273px;
}

.date {
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	height: 23px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 6px 30px 0 0;
}

.line {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
	margin: 10px 0 0 0;
}
.img {
	float: right;
	margin: 0 0 0 15px;
}
.img01 {
	float: left;
	margin: 0 15px 0 0;
}
.list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list li {
	margin: 0;
	padding: 8px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	list-style-type: none;
}
.list {
	float: right;
	width: 340px;
}


.titlemain {
	background-image: url(images/title-main.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.title-spotlight {
	background-image: url(images/title-spotlight.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 231px;
	margin: 10px 0 15px 0;
}
.title-latestnews {
	background-image: url(images/title-latestnews.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin: 10px 0 15px 0;
}
.footer {
	background-color: #000;
	height: 40px;
	padding: 30px 32px 0 32px;
	color: #CCC;
}
.footer-link  {
	float: right;
}


.clearboth {
	clear: both;
}
