@charset "utf-8";
/* CSS Document */

body div#container div#main {
	width: 780px;
}

body div#container div#main div#flash {
	width: 780px;
	margin-bottom: 17px;
	position: relative;
}

body div#container div#main div#topics {
	width: 498px;
	background: #ffffd6;
	border: 1px solid #ff8181;
	float: left;
	padding-bottom: 30px;
}
	body div#container div#main div#topics h2 {
		width: 498px;
		height: 31px;
		background: url(../images/index/topics.gif) no-repeat 0 0;
		text-indent: -9876px;
		margin: 0 0 12px 0;
	}
	body div#container div#main div#topics ul {
		width: 455px;
		margin-left: 15px;
	}
		body div#container div#main div#topics ul li {
			width: 455px;
			font-weight: bold;
			color: #666;
			border-bottom: 1px dashed #ff8181;
			margin-bottom: 10px;
			padding-bottom: 8px;
		}
			body div#container div#main div#topics ul li span.date {
				padding-right: 0.3em;
			}
			body div#container div#main div#topics ul li span.article {
			}

body div#container div#main div#information {
	width: 268px;
	background: url(../images/index/info_bg.gif) repeat;
	border: 1px solid #ff8181;
	float: right;
	padding-bottom: 30px;
}
	body div#container div#main div#information h2 {
		width: 268px;
		height: 31px;
		background: url(../images/index/info.gif) no-repeat 0 0;
		text-indent: -9876px;
		margin: 0 0 8px 0;
	}
	body div#container div#main div#information div.banner {
		width: 200px;
		height: 70px;
		margin: 0 auto 7px;
	}

