﻿/* メイン画像
------------------------------------------------ */
#main{
	width:600px;
	height:250px;
	margin:0px auto 20px;
}

/* おすすめ商品
------------------------------------------------ */
.itembox{
	margin-bottom:20px;
	width:190px;
	float:left;
}
.itembox .photo{
	width:125px;
	margin:20px auto;
}
.itembox h3{
	margin:5px auto;
	width: 125px;
	font-size:12px;
	text-align:left;
}
.itembox p.price{
	margin:5px auto;
	color:#F00;
	font-size:12px;
	text-align:center;
}
.itembox p.comment{
	margin:5px auto;
	width: 125px;
	font-size:12px;
	text-align:left;
}
a:hover {
	color:#FF6666;
    text-decoration:underline;
}

