@charset "UTF-8";

/* -------------------------------------------------- flash */

#flashcontent {
	margin-right: 0px;
	margin-left: 0px;
}

/* -------------------------------------------------- contents */

#contents {
	padding-right: 30px;
	padding-left: 30px;
}

/* -------------------------------------------------- topics */

#topics {
	position: relative;
	width: 540px;
	float: left;
	margin-bottom: 30px;
}
#topics h1{
	background-image: url(../images/index/img_01.gif);
	height: 22px;
	width: 540px;
	text-indent: -5000px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding: 0px;
}
#topics .more {
	position: absolute;
	top: 4px;
	right: 0px;
}
#topics table th,
#topics table td {
	vertical-align: top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#topics table th {
	text-align: left;
	white-space: nowrap;
	padding-right: 20px;
}
#topics table td {
	width: 480px;
}

#topics table th span {
	background-image: url(../images/common/ic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

/* -------------------------------------------------- banner */

#banner {
	float: right;
	width: 210px;
	margin-bottom: 30px;
}
#banner ul {
	margin: 0px;
}
#banner ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#banner ul li imb {
	border: none;
	vertical-align:top;
}
#main .body {
	padding: 0px;
}

