@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;
}


/* 新着情報 */
.whatsnews {
	float: left;
	width: 700px;
}
.whatsnews td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
.whatsnews a{
	text-decoration: none;
}
.whatsnews a:hover{
	color: #FF3366;
	text-decoration: underline;
}

/* バナー */
.top_bana {
	float: right;
	width: 220px;
}
.top_bana ul {
	list-style-type: none;
}
.top_bana li {
	margin-bottom: 10px;

}

.eco_bana {
	text-align: center;
	margin-bottom: 10px;
	}
	
/* コピー */
.copytxt {
	font-size: 10px;
	text-align: right;
	color: #999;
}