﻿/* メイン画像
------------------------------------------------ */
#main{
	width:570px;
	margin:0 auto 20px;
}
#title{
	width:560px;
	margin:0 auto 10px;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:560px;
	margin:0 auto 15px;
}
#news span{
	display:none;
}

#news_box{
	width:550px;;
	margin:0 auto;
}
#news_box li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #999 dashed;
	min-height:1px;　/* IE 7対策 */
}
#news_box .day{
	width:70px;
	color:#FF0000;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#news_box .comment{
	width:450px;
	font-size:12px;
	float:right;
}

/* おすすめ
------------------------------------------------ */
.osusume{
	width:530px;
	margin:0 auto 15px;
}
.osusume .img{
	width:116px;
	text-align:center;
	margin:0 auto 10px;
}
.osusume dt{
	font-weight:bold;
	margin-bottom:5px;
}
.osusume dd{
	margin-bottom:5px;
}
.osusume .l{
	width:144px;
	float:left;
	border:3px #CCC solid;
	padding:10px;
}
.osusume .c{
	width:144px;
	float:left;
	border:3px #CCC solid;
	padding:10px;
	margin:0 10px;
	display: inline;
}
.osusume .r{
	width:144px;
	float:right;
	border:3px #CCC solid;
	padding:10px;
}

