



/*新着情報*/
div#block-news{
	margin-top: 10px;
	height: 176px;
}
div#news-01{
	float: left;
	margin-right: 7px;
}

div#news-02{
	float: left;
	width: 484px;
	height: 173px;
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
	position: relative;
}

div#news-02 iframe{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

/*〜が適した方は*/
div#block-paper{
	clear: both;
	height: 221px;
	margin-top: 10px;
}

div.paper{
	width: 220px;
	height: 221px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
}

div.paper#p-01{background-image: url(../images/img_show_01.jpg);}
div.paper#p-02{background-image: url(../images/img_show_02.jpg);}
div.paper#p-03{background-image: url(../images/img_show_03.jpg);}

div.paper ul{
	display: block;
	position: absolute;
	width: 180px;
	top: 90px;
	left: 15px;
}

div.paper div{  /*ボタン位置*/
	position: absolute;
	top: 170px;
	left: 40px;
}



div.paper ul li{
	display: block;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/icon_paper_01.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
	margin-bottom: 3px;
}

div.paper ul li.exception{
	background-image: url(../images/icon_paper_02.gif);
}




/*買物ガイド*/
div#block-buy{
	background-color: #E3DED2;
	margin-top: 10px;
	width: 650px;
	padding: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
}

div.explain{
	float: left;
	width: 324px;
}

div.banner-buy{
	width: 324px;
	height: 29px;
	background-image: url(../images/banner_buy.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #3333333;
}

div.explain p{
	line-height: 1.8em;
	padding: 0 5px 0 5px;
}

div.explain p span{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
div.explain p span.red{
	color: #CC0000;
	font-size: 15px;
	margin-bottom: 10px;
}




	