@charset "utf-8";

/* 背景画像 */
body{	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
}

/* 新着情報 */
#Rside {
	margin-left: 400px;
	_margin-left: 396px;
}
#Rside img {
	border: 1px solid #6A3500;
	margin-bottom:2px;
}
.whatsnew{
	width: 290px;
	margin-bottom: 24px;
}
.whatsnew dt{
	margin-top: 10px;
	margin-left: 10px;
	color: #CC6666;
 }
.whatsnew dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
}

/* お客様の声 */
.review {
	background-color: #F7F7E6;
	margin-top: 10px;
}
.review dt {
	padding: 10px;
	font-weight: bold;
	color: #996633;
}
.review dd {
	margin-bottom: 10px;
	color: #666666;
}

/* トピックス */
.topics {}
.topics dl {
	padding-top: 10px;
	padding-left: 10px;
}
.topics dt {
	color: #CC6666;
	float: left;
	width: 80px;
	clear: both;
}
.topics dd {
	margin-bottom: 10px;
	margin-left: 80px;
}
.topics dd a {
	color: #003366;
	text-decoration: none;
}
.topics dd a:hover {
	color: #FF3366;
	text-decoration: underline;
}

/* おすすめ */
.osusume{
	float: left;
	width: 390px;
}
.osusumebox{
	margin: 10px;
	border: 1px dotted #CC9966;
	padding: 5px;
}
.osusumebox img {
	float: left;
	margin-right: 5px;
}
.osusumebox h3 a{
	color: #666699;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.osusumebox h3 a:hover{
	color: #FF3366;
	text-decoration: underline;
}


/* タイトル */
.topttl {
	background-image: url(../images/t_menu.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #339966;
	padding-top: 5px;
	line-height: 20px;
	padding-left: 35px;
}

