@charset "utf-8";

/************************************************************************
****	イベントカレンダー
************************************************************************/	

.event_tool_tip {
	background-color: #eef8ff;
	color: #345;
}

.sunday,
.sunday a { color: #900 !important; }

.saturday,
.saturday a { color: #039 !important; }

.calendar tbody a {
	background-color: #fec;
}

.calendar tbody a:hover {
	background-color: #faa;
	color: #000;
}

a:hover .event_tool_tip {
	background-color: #fff;
	border-color: #cc9;
}

#today { background-color: #efe; }

#today a{ color: #f90 !important; }

/************************************************************************
****	イベント一覧
************************************************************************/	

.kikan { background-image: url(../images/ken_bg.gif); }

.event_title { }

.event_meta { }

.event_gaiyou { }

/************************************************************************
****	イベント詳細
************************************************************************/	

.event_detail_title {
}

.event_detail_title span {
}

/*.mousikomi_s {
	background-image: url(../images/mousikomi_s.png);
	_background-image: url(../images/mousikomi_s.gif);
	background-repeat: no-repeat;
	width: 87px;
	height: 21px;
	display: block;
	text-indent: -9999px;
}*/

.envent_detail_meta { }

.event_infobox_wrap { background-image: url(../images/info_box_bg.gif); }

.event_infobox {  }

.event_infobox th { }

.event_infobox td {
	border-color: #bfd4e4;
	color: #444;
	background-color: #fff;
}

.event_setumei { margin: 20px auto; }

.event_setumei td.head {
	background-image: url(../images/event_setumei_bg1.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 8px;
}

.event_setumei td.foot {
	background-image: url(../images/event_setumei_bg1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

.nail1{
	background-image: url(../images/event_setumei_bg2.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	float: left;
	margin: 0 8px;
}

.nail2{
	background-image: url(../images/event_setumei_bg2.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
	float: right;
	margin: 0 8px;
}

.mousikomi_button_l a {
	/*display: inline-block;
	background-color: #F60;
	color: #fff;
	border-radius: 0.75em;
	padding: 0.25em 1em;
	line-height: 1.0em;
	font-size: 1.25em;
	text-decoration: none;
	margin-bottom: 1em;*/
}