/**********************************************************/
/* トップページ設定                                       */
/**********************************************************/

#top_contents {
	overflow: hidden;
	width: 850px;
	height: auto;
}
#top_contents_left {
	float: left;
	width: 650px;
	background: #ffffff url(../images/menu_footer.png) repeat-x;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#top_contents_right {
	float: right;
	width: 200px;
	background: #ffcccc url(../images/menu_footer3.png) repeat-x;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.list_item {
	padding: 3px 10px;
	border-bottom: 1px solid #ffcccc;
}

