@charset "Shift_JIS";

/*----------------------------------------------------------------------------

	--- INDEX ---
	[0] index.html

----------------------------------------------------------------------------*/


/*	[0] index.html
----------------------------------------------------------------------------*/
#m_event{
		height:201px;
		background:url(../event/img/m_sched.jpg) no-repeat;
		margin-bottom:10px;
	}
	#m_event h2,#m_event strong{
		display:none;
	}
	#m_event p{
		padding-top:116px;
	}
	
.btns{
	text-align:center;
	padding:1px 5px 5px 5px;
	background:beige;
	margin-bottom:15px;
	border:1px dotted #666666;
}
	.btns .btn{
		padding:2px 4px;
		margin-bottom:10px;
		background:#FFFFFF;
	}
	.btns .btn:hover{
		background:mistyrose;
	}
	.btns .btnSelected{
		padding:2px 4px;
		margin-bottom:10px;
		color:#FFFFFF;
		background:tomato;
	}
	.btns table{
		margin-top:6px;
		padding-top:2px;
	}
	.btns input{
		margin:2px 0;
	}
	.btns .divide{
		height:1px !important;
		border-bottom:1px dotted gray;
		margin:4px 0 3px;
	}

#icons{
	text-align:right;
	font-size:92%;
	margin:0 0 15px;
}


#sResult table{
		width:520px;
		margin-left:20px;
		/*\*/
		margin:0 auto;
		/**/
	}
	#sResult th{
		height:25px;
		text-align:left;
		text-indent:35px;
		background:#CCB7A4 url(../common/i_searchHall.gif) no-repeat;
	}
	#sResult h3{
		color:#0066CC;
	}
	#sResult h4{
		display:inline;
		margin-right:5px;
	}
	#sResult td.data{
		padding:6px 4px 4px 4px;
		background:whitesmoke;
	}
	#sResult td.data img{
		margin-bottom:4px;
	}
	#sResult .divide{
		height:1px !important;
		background:url(../common/dot.gif) repeat-x;
	}
	#sResult .yesterday td{
		background:aliceblue;
	}
	#sResult .today td{
		background:mistyrose;
	}
	#sResult .tommorow td{
		background:aliceblue;
	}
	#sResult img{
		margin:0 5px 0 0;
	}
	#sResult .eve_divide{
		height:1px !important;
		background:url(../common/dot.gif) repeat-x;
		margin:4px 0;
	}


.cal_btn:link{
	color:#0066CC;
	text-decoration: none;
}
.cal_btn:hover{
	text-decoration: underline;
}

.cal_select_btn{
	color: red;
}

.cal_select_btn:hover{
	font-weight: bold;
	text-decoration: underline;
}



