@charset 'utf-8';


/*ボディーフレーム レイアウト
=======================================*/

/* ニュース */
div#index-news-block {
	clear: both;
	margin-top: 20px;
}
div#index-news-block div.title-box {
	clear: both;
	position: relative;
	width: 645px;
	height: 19px;
}
div#index-news-block div.title-box h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#index-news-block div.title-box p {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.index-news-item {
	clear: both;
	padding: 5px 0;
	background-image: url(../../img/content_index/news_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align:middle;
	/*	line-height: 1;*/
	font-size: 12px;
}
div.index-news-item span {
	display: block;
	width: 126px;
	float: left;
}
div.index-news-item dl {
	float: left;
}
div.index-news-item dt {
	float: left;
	width: 120px;
}
div.index-news-item dd {
	float: left;
	width: 500px;
}
div.index-news-item dt img {
	vertical-align: center;
}


/* お知らせ */
div#index-caution-block {
	clear: both;
	margin-top: 20px;
	padding: 3px 10px 5px 10px;
	border: 3px solid #c4000f;
	background-image: url(../../img/content_index/caution_bg.gif);
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}


/* おすすめ商品 */
div#index-recommend-block {
	clear: both;
	margin-top: 20px;
	background-position: bottom;
	background-repeat: no-repeat;
}
div#index-recommend-block div.title-box {
	clear: both;
	position: relative;
	width: 645px;
	height: 19px;
}
div#index-recommend-block div.title-box h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.recommend-item-box-first {
	clear: both;
	margin-top: 10px;
}
div.recommend-item-box {
	clear: both;
	height: 108px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../../img/content_index/recommend_border.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div.recommend-item {
	width: 191px;
	margin-left: 36px;
	float: left;
}
div.recommend-item-left {
	margin-left: 0px;
}
div.recommend-item div.left-box {
	width: 50px;
	float: left;
}
div.recommend-item div.right-box {
	width: 141px;
	float: right;
}
div.recommend-item div.right-box h4 {
	font-size: 12px;
	line-height: 16px;
}
div.recommend-item div.right-box p {
	padding-top: 4px;
	font-size: 12px;
	line-height: 14px;
}
div.recommend-item div.right-box span {
	display: block;
	margin-top: 10px;
}
div.recommend-item div.right-box span img {
	vertical-align: bottom;
}
div.recommend-top {
	width: 645px;
	text-align:center;
	margin: 0px;
	border-top: 1px dotted #777;
}

div.recommend-box_noline {
	width: 205px;
	float: left;
	text-align:center;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
}
div.recommend-box {
	width: 205px;
	float: left;
	text-align:center;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
	border-left: 1px dotted #777;
}


/* バナー */
div#index-banner-block {
	clear: both;
	margin-top: 20px;
	padding: 0 3px 3px 3px;
	background-color: #191919;
}
div#index-banner-block ul {
	line-height: 1;
}
div#index-banner-block li {
	padding-top: 3px;
}
div#index-banner-block li img {
	vertical-align: bottom;
}
