@charset "utf-8";


/* BODY */
body {
	background: #E4E4E4 url(../images/bg_head.jpg) repeat-x top;
}


/* 新着情報 */
div#news div#frame {
	width: 578px;
	border: solid 1px #CCC;
	margin-bottom: 20px;
}
div#news iframe {
	width: 560px;
	border: none;
}


/* アイテム */
div.item_box {
	clear: both;
	background: url(../images/top_item2.jpg) bottom;
	overflow: hidden;
	margin-bottom: 20px;
}

div.item {
	width: 170px;
	padding: 5px;
	margin-right: 20px;
	float: left;
}
div.item2 {
	width: 170px;
	padding: 5px;
	float: left;
}

div.item div.item_photo,
div.item2 div.item_photo {
	text-align: center;
}
























