@charset "utf-8";
/* CSS Document */

#index_contents {
	width: 900px;
    overflow: hidden;
	clear: both;
}

#index_contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #index_contents {
    height: 1em;
    overflow: visible;
}

#news_topics {
	margin-top: 30px;
	float: left;
}

#news_topics dd {
	margin: 18px 0 18px 10px;
}

.overview {
	padding-left: 22px;
}

#right_navi {
	margin-top: 20px;
	float: right;
}

#right_navi li {
	margin-top: 10px;
}
