@charset "utf-8";

/* おすすめ */
.osusume {
	background-color:#C6AAAA;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.osusume .box {
	padding: 5px;
	float: left;
	width: 430px;
	border: 1px dotted #FFF;
	background-color: #E1D2D2;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 18px;
	height: 70px;
}


/* 新着情報 */
.whatsnews {
	float: left;
	width: 700px;
}
.whatsnews dl{
	padding-left: 20px;
	padding-top: 10px;

}
.whatsnews dt{
	float: left;
	width: 100px;
	background-image: url(../images/top_img02.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	color: #813E01;

}
.whatsnews dd{
	padding-bottom: 5px;
	padding-left: 115px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;

}
.whatsnews a{
	text-decoration: none;
}
.whatsnews a:hover{
	color: #FF3366;
	text-decoration: underline;
}

/* バナー */
.topside_bana {
	float: right;
	width: 180px;
}
.side_bana {
	width: 150px;
	margin-top: 20px;
	padding: 5px;
	}
.topside_bana div {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.topside_bana ul,.side_bana ul {
	list-style-type: none;
}
.topside_bana li,.side_bana li  {
	margin-bottom: 10px;
	color: #963;
	font-size: 12px;
	line-height: 16px;
}





.bana {
	padding-bottom: 20px;
	padding-top: 10px;
}
.bana ul {}
.bana li {
	list-style-type: none;
	float: left;
	width: 465px;
	text-align: center;
}
	
/* コピー */
.copytxt {
	font-size: 10px;
	text-align: right;
	color: #999;
}

/* フラッシュ */
.flash {
	background-color: #D9D9B5;
}
.flash_navi {
	float: left;
	width: 200px;
}
.flash_navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.flash_img {
	float: right;
	width: 730px;
}

