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

	event/
		new.htm

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	上書き
----------------------------------------------------*/
body {
	background-color: #EB6100;
}

/*----------------------------------------------------
	大会・イベント予定
----------------------------------------------------*/
#main #had {
	background: url(../img/main_hed_taikaiibentyotei.jpg);
	height: 55px;
	text-indent: -9999px;
}

#main #year {
	height: 35px;
}
#main #year div.name {
	width: 139px;
}
#main #year div.name,
#main #year div {
	background: #2F9329;
	float: left;
	display: block;
	line-height: 20px;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 3px 12px;
}
#main #year div.no_event {
	color: #2F9329;
}
#main #year div.hover {
	background: #F00;
	cursor: pointer;
}
#main #year div.select {
	background: #000;
}


#main .month {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFF;
}
#main .event_list {
	background: url(../img/event_list.gif) no-repeat;
	color: #FFF;
	line-height: 20px;
	padding-top: 10px;
}
#main .event_list .step1,
#main .event_list .step2,
#main .event_list .step3,
#main .event_list .step4 {
	float: left;
	font-size: 12px;
	margin-top: -5px;
	padding: 0 10px 0 4px;
	text-align: center;
	font-weight: bold;
	width: 77px;
}
#main .event_list .step1 {
	color: #333;
}
#main .event_list .step2 {
	color: #F36;
}
#main .event_list .step3 {
	color: #36F;
}
#main .event_list .step4 {
	color: #060;
}
#main .event_list .data {
	background: #2F9329;
	padding: 4px 9px;
	margin-bottom: 10px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#main .event_list .data strong {
	font-size: 120%;
	color: #FF0;
}
#main .event_list .data a.link {
	background: url(../img/event_list_link.gif);
	text-indent: -9999px;
	display: block;
	float: right;
	height: 37px;
	width: 100px;
}
#main .event_list .data a:hover.link {
	background: url(../img/event_list_link.gif) bottom;
}
