/* index
---------------------------------------------------- */
.idx-cont {
	margin: 0;
	padding: 0;
}
.idx {
	clear: both;
	width: 750px;
	margin: auto;
	padding: 30px 0 15px 0;
}
body#topic {
	background: #F6F6F6;
	font-size: 62.5%;
}
#topics {
	margin: 0;
	padding: 20px 5px 5px 5px;
	background: #F6F6F6;
}
#topics p {
	width: 400px;
	margin: 0 5px;
	font-size: 120%;
	line-height: 1.5em;
}
.date {
	float: left;
	width: 65px;
}
.new-text {
	float: left;
	width: 300px;
	padding-left: 15px;
	background: url(../img/idx/mark.png) no-repeat 0px 3px;
}
hr {
	clear: both;
	border-bottom: #333333 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 1px;
}
html#topic {
	overflow-x: hidden;
}
.idx:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.banner {
	clear: both;
	width: 750px;
	margin: 0 auto;
}
 ul.banner {
	clear: both;
	width: 750px;
	margin: 10px auto;
}
 ul.banner li {
	display: inline;
	float: left;
	margin: 0 6px;
	font-size: 90%;
}
ul.banner li ul li {
 	display: list-item;
	clear: both;
	margin: 10px 0;
}
 ul.banner li.lastChild {
 	float: right;
}
.idx-left {
	float: left;
	width: 410px;
}
.idx-right {
	float:right;
	width: 325px;
}
.idx-right ul {
	width: 319px;
	margin: auto;
}
.idx-right ul li{
	list-style: none;
	margin-bottom: 10px;
}
.idx-right ul li.bot{
	list-style: none;
	margin-bottom: 0px;
}
.idx hr {
	border: none;
	background-color: #000;
	color: #000;
	height: 5px;
	margin: 7px 0;
}
