@charset "utf-8";
/* ===================================================================
CSS information

 style info :テンプレート
=================================================================== */
/*==============================================
	大見出し
----------------------------------------------*/
#pgttl_wrap{
	width:100%;
	height:190px;
	margin:0 0 0 0;
	padding:0 0 9px 0;
	background:url(../../common/images/h2_bgline.gif) repeat-x bottom #d0bc85;
}
#pgttl_wrap #pgttl_image{
	text-indent:-9999px;
	height:190px;
	width:100%;
	margin:0 auto;
	background:url(../images/h2_image.jpg) no-repeat center;
}

/*==============================================
	月
----------------------------------------------*/
.month{
	clear:both;
	padding:20px 0 0 0;
}
.month_name01,.month_name02,.month_name03,.month_name04,.month_name05,.month_name06,
.month_name07,.month_name08,.month_name09,.month_name10,.month_name11,.month_name12{
	width:52px;
	text-indent:-9999px;
	float:left;
	padding:0 0 0 24px;
}
.month_name01{height:46px;background:url(../images/month_name01.gif) 24px 0 no-repeat;}
.month_name02{height:54px;background:url(../images/month_name02.gif) 24px 0 no-repeat;}
.month_name03{height:56px;background:url(../images/month_name03.gif) 24px 0 no-repeat;}
.month_name04{height:55px;background:url(../images/month_name04.gif) 24px 0 no-repeat;}
.month_name05{height:55px;background:url(../images/month_name05.gif) 24px 0 no-repeat;}
.month_name06{height:56px;background:url(../images/month_name06.gif) 24px 0 no-repeat;}
.month_name07{height:56px;background:url(../images/month_name07.gif) 24px 0 no-repeat;}
.month_name08{height:56px;background:url(../images/month_name08.gif) 24px 0 no-repeat;}
.month_name09{height:59px;background:url(../images/month_name09.gif) 24px 0 no-repeat;}
.month_name10{height:56px;background:url(../images/month_name10.gif) 24px 0 no-repeat;}
.month_name11{height:86px;background:url(../images/month_name11.gif) 24px 0 no-repeat;}
.month_name12{height:85px;background:url(../images/month_name12.gif) 24px 0 no-repeat;}

.month_photo{
	float:left;
	paddign:0 0 0 0;
	margin:0 0 0 24px;
}
.month_event{
	float:right;
	width:480px;
}
.month_event_day{
	float:left;
	width:100px;
	height:25px;
	border-bottom:dotted 1px #999999;
	margin:0;
	padding:5px 0 0 0;
}
.month_event_detail{
	float:right;
	width:380px;
	height:25px;
	border-bottom:dotted 1px #999999;
	margin:0;
	padding:5px 0 0 0;
	font-weight:bold;
}
.month_event_detail span{
	font-weight:normal;
	font-size:84%;
}

.month_event_btn a{
	display:block;
	clear:both;
	float:right;
	width:204px;
	height:31px;
	text-indent:-9999px;
	background:url(../images/btn_more.gif) no-repeat;
	margin:10px 0 20px 0;
	padding:0;
}
.month_event_btn a:hover{
	background:url(../images/btn_more.gif) no-repeat 0 -31px;
}






