

img
{
	border:0;
}



.header
{
	background-color:#D1FF9F;
}


.footer
{
	background-color:#D1FF9F;
}



form
{
	margin: 0;
	padding: 0;
}




body
{
	font-family: sans-serif;
}



a { text-decoration: none; }
a:hover { text-decoration: underline; }





/* 未記入アラート */
.input_alert
{
	background-color : #FF9FBE;
}


/* 未記入アラートメッセージ */
.input_alert_message
{
	color : red;
	font-size: 12px;
	display : none;
}






#main
{
}

#body
{
	width:761;
	background-color:#FFFFFF;
}





h2
{

	font-size: 16px;
	border-bottom: 3px solid #FF9900;
	font-weight: bold;
}




.details_h2
{
	font-size:12px;
	font-weight: normal;
	line-height: 130%;
	margin-top: 1px;
	margin-bottom: 1px;
	border:0;


}


.event_span
{
	width:94%;
	margin:0;
}




.event_list_div
{
	height:330px;
	overflow-y: auto;
	width:310px; 
overflow-x:hidden;
}


.event_block
{
	width:90%;
height:40
}

