@charset "utf-8";


/*
トップ画像
-------------------------------------------------------------------*/
#topimg {
	width: 800px;
	height: 300px;
	background-color: #babc72;
}

#topimg img {
	margin: 8px 6px;
}


/*
トップサイドメニュー
-------------------------------------------------------------------*/
#sidemenu {
	float: left;
	width: 200px;
	margin: 40px 0px 0px 0px;
}

#gyouji a {
	display: block;
	width: 200px;
	height: 80px;
	background-image: url(../images/gyouji.jpg);
}

#season a {
	margin-top: 10px;
	display: block;
	width: 200px;
	height: 80px;
	background-image: url(../images/season.jpg);
}

#blog a {
	margin-top: 10px;
	display: block;
	width: 200px;
	height: 80px;
	background-image: url(../images/blog.jpg);
}


/*
左右ボックス（右）
-------------------------------------------------------------------*/
#mainmenu {
	float: right;
	width: 550px;
	margin: 40px 0px 0px 0px;
}


/*
新着情報
-------------------------------------------------------------------*/
#topics {
	width: 550px;
	height: 240px;
}

#topics h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #730000;
	line-height: 25px;
	padding-left: 10px;
}

#topics ul {
	width: 550px;
	margin: 10px 0px 0px 15px;
}

#topics li {
	float: left;
	list-style-type: none;
	line-height: 150%;
}

#topics li .day {
	width: 120px;
	float: left;
}

#topics li .text {
	width: 415px;
	float: right;
}


/*
イベント記事
-------------------------------------------------------------------*/
#event a {
	width: 550px;
	height: 130px;
	margin-bottom: 30px;
	display: block;
	background-image: url(../images/nagashiudon.jpg);
	background-repeat: no-repeat;
}