@charset "utf-8";
@import "common.css";

/*メインイメージ*/
#mainImage {
	margin: 0px auto 0px auto;
	width: 940px;
	height: 365px;
	background: url(../images/img_main_season.jpg) center top no-repeat;
}


/*おすすめ*/
#osusume {
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#osusume img {
	margin: 0px 15px 10px 0px;
	display: inline;
}
#osusume img.tozan {
	margin-right: 6px;
}

#osusume img.last {
	margin: 0px 0px 10px 0px;
}

/*お知らせ、ブログヘッドライン*/
#info,#blogHL {
	width: 440px;
	height: 197px;
	text-align: left;
	margin-bottom: 7px;
	float: left;
	position: relative;
}
#info {
	background: url(../images/caption_info.gif) left top no-repeat;
	margin-right: 20px;
}

#blogHL {
	background: url(../images/caption_blog.gif) left top no-repeat;
}

#info h3,#blogHL h3 {
	width: 440px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#blogHL a#rss {
	width: 18px;
	height: 9px;
	display: block;
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../images/btn_rss.gif) left top no-repeat;
}
#info a#topic{
	width: 108px;
	height: 21px;
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../images/btn_topiclist.png) left top no-repeat;
}

#info dl,#blogHL dl {
	list-style: none;
	width: 420px;
	height: 135px;
	position: absolute;
	top: 43px;
	left: 8px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-size: 93%;
	scrollbar-face-color: #d6c8a6;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #d6c8a6;
	scrollbar-shadow-color: #d6c8a6;
	scrollbar-3dlight-color: #d6c8a6;
	scrollbar-darkshadow-color: #d6c8a6;

}

#info dl dt,#blogHL dl dt {
	font-weight: bold;
}

#info dl dd,#blogHL dl dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #cccccc;
	margin-left: 1em;
}

/*バナースペース*/
#bnrSpace {
	width: 900px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
#bnrSpace img{
	margin-bottom: 5px;
}
#bnrSpace ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#bnrSpace ul li {
	text-align: center;
	float: left;
	padding: 0px;
}

#bnrSpace ul li#bnr01 {
	width: 125px;
	margin: 8px 10px 0px 0px;
}

#bnrSpace ul li#bnr02 {
	width: 148px;
	margin: 8px 10px 0px 0px;
}

#bnrSpace ul li#bnr02 img#ue{
	margin-bottom: 16px;
}

#bnrSpace ul li#bnr03 {
	width: 147px;
	margin: 8px 20px 0px 0px;
}

#bnrSpace ul li#bnr03 img#ue{
	margin-bottom: 10px;
}

#bnrSpace ul li#bnr04 {
	width: 440px;
	margin: 0px;
}
