@CHARSET "UTF-8";
#main_title
{
	width	:600px;
	height	:75px;
	background-image	:url("../img/event_month/main_title.png");
	background-repeat	:no-repeat;
	background-position:10px 2px;
	margin:0 0 5px 0;
}
#main_box{
	padding:0 10px;
}
#event_month_navi{
	width	:580px;
	height:26px;
}
#event_month_last{
	display:block;
	float:left;
	width	:100px;
	height:26px;
	background-image	:url("../img/event_month/event_past.png");
	background-repeat	:no-repeat;
}
#event_month_next{
	display:block;
	float:left;
	width	:100px;
	height:26px;
	background-image	:url("../img/event_month/event_future.png");
	background-repeat	:no-repeat;
}
#event_month_last a,
#event_month_next a{
	display:block;
	width	:100px;
	height:26px;
}
#event_month_now{
	display:block;
	float:left;
	width	:380px;
	height:26px;
	background-image	:url("../img/event_month/event_now.png");
	background-repeat	:no-repeat;
	margin:0;
	line-height:26px;
	text-align:center;
	font-size:122%;
	color:#f93;
	font-weight:bold;
}
#main_txt{
	clear:both;
	padding:10px 0;
	margin:0;
}
#main_txt strong{
	color:#c00;
	font-weight: normal;
}
.post{
	width	:578px;
	border: 1px solid #c90;
	margin:0 0 7px 0;
}
.post_header{
	width	:547px;
	height:18px;
	border-bottom: 1px solid #c90;
	background-color:#ffeddb;
	background-image	:url("../img/event_month/hana_button.png");
	background-repeat	:no-repeat;
	background-position:5px 4px;
	padding:3px 3px 3px 28px;
	margin:0 0 7px 0;
}
.postdate{
	display:block;
	float:left;
	height:18px;
	color:#976600;
	font-size:107%;
	line-height:18px;
}
.event_detail{
	display:block;
	float:right;
	width:80px;
	height:18px;
}
.event_detail a	{
	display	:block;
	width:80px;
	height:18px;
	background-image	:url("../img/event_month/event_detail_button.png");
	background-repeat	:no-repeat;
	background-position:0px -18px;
}
.event_detail a:hover	{background-position:0px top;}

.event_one{
	clear:both;
	padding:0 7px;
	margin:0 0 7px 0;
}
.event_one_left{
	display:block;
	float:left;
}
.event_one_right{
	display:block;
	float:left;
	width:437px;
	padding-left:7px;
	margin:0;
}
.posttitle{
	font-size:122%;
	color:#f93;
	font-weight:bold;
}
.post_event_month_info{
	color:#000;
	margin-bottom:0.5em;
}
.postcontent p{
	margin:0;
}
