@charset "utf-8";

/*
 トップページ/大カテゴリー用CSS
*/

/*-------------------------------
	コンテンツ
-------------------------------*/

/*	イメージ	*/
#image-box_bg {
	height: 338px;
}
#main-image_bg {
	margin: 0 auto;
	width: 970px;
	height: 338px;
}
#contents {
	margin: 0;
	padding: 0;
	background: none;
}
#contents-inner {
	padding: 0 15px;
	margin: 5px 0 20px 0;
	background: url(../images/common/contents-bg.gif) 0 0 repeat-y;
}

/*-------------------------------
	メインコンテンツ
-------------------------------*/
#contents_1, #contents_2, #contents_3, #contents_4, #contents_5, #contents_6 {
	clear: both;
	width: 640px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
#contents_1 h2, #contents_2 h2, #contents_3 h2, #contents_4 h2, #contents_5 h2, #contents_6 h2 {
	height: 40px;
	position: relative;
	text-indent: -9999px;
}
#contents_1 h2 a, #contents_2 h2 a, #contents_3 h2 a, #contents_4 h2 a, #contents_5 h2 a, #contents_6 h2 a {
	display: block;
	width: 72px;
	height: 25px;
	position: absolute;
	top: 8px;
	left: 551px;
}
#contents_1 h2 {
	background: url(../images/common/title-top_1_sub.gif) 0 0 no-repeat;
}
#contents_2 h2 {
	background: url(../images/common/title-top_2_sub.gif) 0 0 no-repeat;
}
#contents_3 h2 {
	background: url(../images/common/title-top_3_sub.gif) 0 0 no-repeat;
}
#contents_4 h2 {
	background: url(../images/common/title-top_4_sub.gif) 0 0 no-repeat;
}
#contents_5 h2 {
	background: url(../images/common/title-top_5_sub.gif) 0 0 no-repeat;
}
#contents_6 h2 {
	background: url(../images/common/title-top_6_sub.gif) 0 0 no-repeat;
}
#contents img {
	margin: 10px 0 0 20px;
}
.contents-inner {
	float: left;
	width: 640px;
	min-height: 200px;
	background: url(../images/top/contents-bottom.gif) bottom no-repeat;
}
.contents-list {
	float: left;
	padding: 10px 0 20px 10px;
	width: 455px;
}
.contents-list dt {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../images/top/dt-mark.gif) 0 5px no-repeat;
}
.contents-list dt.dt-first {
	margin: 0;
}
.contents-list dt a {
	color: #ed7986;
	font-size: 14px;
	font-weight: bold;
}
.contents-list dt a:hover {
	text-decoration: underline;
}
.contents-list dd {
	padding: 7px 0 0 20px;
}
.contents-list li {
	display: inline;
	line-height: 1em;
	float: left;
	padding: 0 7px;
	margin: 0 0 10px 0;
	border-left: 1px solid #3c4f65;
}

