@charset "utf-8";


*{
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font:14px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#252525;
	background:#bbb;
}

#recommendSingle{
	background:url(/img/site/top/bg_recom.png) no-repeat 0 0;
	width:336px;
	margin:10px auto;
	letter-spacing:2px;
}
#recommendSingle img{
	float:right;
	margin:6px 6px 0 0;
	width:120px;
	height:120px;
}
#recommendSingle span.type{
	display:block;
	width:200px;
	padding:8px 0 5px 30px;
	font-size:90%;
	font-weight:bold;
	letter-spacing:0;
	height:20px;
}
#recommendSingle span.type a{
	color:#604C3F;
	text-decoration:none;
}
#recommendSingle h3.title{
	display:block;
	width:200px;
	padding-left:30px;
	color:#222;
	font-size:100%;
	height:41px;
	letter-spacing:0;
}
#recommendSingle p.discript{
	width:200px;
	margin-top:4px;
	padding:5px 8px 5px 10px;
	color:#999;
	font-size:80%;
	letter-spacing:0px;
	line-height:1.2;
}