@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	top page style
------------------------------------------------------------------------------*/


/* 最新情報
----------------------------------------------------*/
div#news {
	height: 100px;
	overflow: auto;
}

div#news dl dt {
	float: left;
	width: 100px;
	padding: 5px 0 5px 10px;
	clear: both;
	color: #BF0000;
	font-weight: bold;
	border-bottom: #CCC dashed 2px;
}

div#news dl dd {
	margin-left: 100px;
	padding: 5px 5px 5px 10px;
	border-bottom: #CCC dashed 2px;
}


/* おすすめ情報
----------------------------------------------------*/
#osusume {
	clear: both;
	margin: 0 0 1em 0;
	background: url(../img/top/bg_osusume.png);
	padding-bottom: 10px;
}

#osusume h3 {
	margin: 5px 5px 10px;
}

#osusume table {
	margin: 0 5px;
}

#osusume table td {
	width: 10px;
}

#osusume table td.product {
	background-color: #FFF;
	padding: 5px;
	width: 170px;
}

#osusume table td.product p.tit {
	font-size: 14px;
	border-bottom: #CCC dashed 2px;
	margin-bottom: 0;
}

#osusume table td.product p.comment {
	background-color: #FFE3E3;
	padding: 3px;
}


/* 取扱いブランド
----------------------------------------------------*/
#brand {
	width: 560px;
	margin: 10px auto;
}

#brand table {
	border: #CCC solid 1px;
}

#brand table td {
	width: 186px;
}

#brand table td.name {
	background-color: #FFBDBD;
}
