@charset "utf-8";
/******************************************************************
 *割烹御宿みよや様サイト用CSS                      2009/01/06～   *
 *（トップページ用）                                              *
 ******************************************************************/

#greeting{
	width:758px;
	height: auto;
	display:inline-table;
	clear:both;
	margin:0 0 10px;
}

.photo_area{
	width: 248px;
	height: 176px;
	margin: 3px 0;
	padding: 0;
	background: url(../img/home/photo_area.gif) no-repeat 2px 2px;
}
.photo_area img{
	border: none;
	width: 218px;
	height: 136px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 20px 15px;
}
.greeting_msg{
	width: 240px;
	height: auto;
	margin: 5px auto 5px 2px;
	font-size: 80%;
	line-height: 1.3;
	overflow:hidden;
}

#season{
	width: 758px;
	height: auto;
	overflow: hidden;
	margin: 5px auto 10px auto;
	padding: 0;
	background: url(../img/home/season_area_wp.gif) repeat-y;
}
#season_top{
	width: 330px;
	height: 39px;
	background: url(../img/home/season_area_top.gif) no-repeat;
	padding: 35px 20px 0 408px;
}
#season_top .dish_name{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 130%;
	font-weight: bold;
}
#season_top .date{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 90%;
	margin-top: -18px;	
}
#season_photoarea{
	position: relative;
	margin: 0;
	padding: 10px 0 5px 25px;
	overflow: hidden;
	width: 365px;
	height: 250px;
}
#season_photoarea .season_photo{
	width: 200px;
	height: 150px;
	padding:3px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#season_photoarea #photo2{
	position: absolute;
	top: 85px;
	left: 165px;
}
#season_msg{
	font-size: 80%;
	line-height: 1.3;
	padding: 0 15px 0 0;
	width: 340px;
	height: auto;
}
#season_msg p{
	text-indent: 1em;
}
#season_btm{
	width: 733px;
	height: 40px;
	background: url(../img/home/season_area_btm.gif) no-repeat left bottom;
	text-align: right;
	padding-right: 25px
}
.left-space {
	margin-left: 10px;
}