@charset "UTF-8";

h4{
	display:block;
	font-size:1.2em;
	color:#426235;
	margin:0;
	padding:5px 0px 5px 0px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

h4.spring{background-image:url(image/spring.gif);}
h4.summer{background-image:url(image/summer.gif);}
h4.autumn{background-image:url(image/autumn.gif);}
h4.winter{
	background-image:url(image/winter.gif);
	padding:0px 0px 15px 0px;
	}
h4.season{background-image:url(image/season.gif);}


/*イベントのコメント枠*/
#container .comment_box{
	display:block;
	margin: 32px 0px 0px 0px;
	padding:0;
	width:545px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(image/comment_foot.gif);
	background-position: 0px 100%;
	background-color:#fff;
}

#container .comment_bg{
	display:block;
	margin: 0; padding:0;
	background-repeat: repeat-y;
	background-image: url(image/comment_bg.gif);
	background-position: 0px 0%;
}

#container .comment_head{
	display:block;
	margin: 0px 0 0 0;
	padding:15px 20px 18px 20px;
	background-repeat: no-repeat;
	background-image: url(image/comment_head.gif);
	background-position: 0px 0%;
}
