@charset "utf-8";
/* CSS Document */

/* ピックアップレビュー */

#pick_review{
	background-color:#d8d8d8;
	width: 190px;
	height:305px;
	margin:0px 0 0 0;
	font-size:12px;
	line-height:18px;
	padding-top:10px;
}


#pick_review #review_bg{
	background-color:#FFF;
	width:170px;
	height:285px;
	margin:0 10px;
	overflow-y: scroll;
}
	
#pick_review #review_bg div{
	width:120px;
	text-align:left;
	margin:10px 0 0 15px;
	height:265px;
	border-bottom:#333 dotted 1px;
}


#pick_review #review_bg div img{
	margin:10px 0;
}

#pick_review #review_bg div p strong,#pick_review #review_bg div p span{
	font-size:13px;
	font-weight:normal;
	background: url(../images/top/icon_yajirushi02.gif) no-repeat 0 0;
	padding:7px 0 0 25px;
}


/*------------------------------------------------------------
私んちのお仏壇
------------------------------------------------------------*/
#mybutudan{
	background-color:#d8d8d8;
	width:160px;
	height:286px;
	margin:0;
	font-size:12px;
	line-height:16px;
	position:relative;
}

#mybutudan h3{
	margin:0;
}

#mybutudan #fhoto_bg{
	background-color:#FFF;
	width:144px;
	height:250px;
	margin:8px;
	overflow-y: scroll;
	text-align:center;
}
	
#mybutudan #fhoto_bg div{
	margin:20px 0 0 0;
	height:230px;
	border-bottom:#333 dotted 1px;
}

#mybutudan #fhoto_bg div img{
	margin:10px 0;
}

#mybutudan #fhoto_bg div p strong,#mybutudan #fhoto_bg div p span{
	font-size:13px;
	font-weight:normal;
}


