@charset "shift_jis";

/* Table of contents :event.css

Event page layout

*/

/* rounded box layout
------------------------------- */
 
 #top_content{
 	margin: 11px 0 17px 0;
 	position: relative;
 	width: 100%;
 	overflow: hidden;
}

 #top_content .tc_top{
 	background: url(../images/sp_roundbox_top.gif) no-repeat 0 0;
 	height: 18px;
 	font-size: 5px;
 	display: block;
}

 #top_content .tc_content{
 	background: url(../images/sp_roundbox_back.gif) repeat-y;
 	width:100%;
}

 #top_content .tc_bottom{
 	background: url(../images/sp_roundbox_bottom.gif) no-repeat;
 	height: 11px;
 	font-size: 5px;
 	position: relative;
 	width: 100%;
 	padding-bottom: 10px;
}

/* event content layout 
------------------------------- */

#top_content .tc_inner{
	padding-left: 21px;
	width: 710px;
}

.event_header{
	background: url(../images/about_gradient2.jpg) repeat-x;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	height: 100px;
	margin-top: 10px;
}

.event_header h1{
	background: url(../images/event_header.gif) no-repeat;
	height: 41px;
	width: 267px;
	margin: 0 auto;
	padding-bottom: 5px;
}

#top_content .event_images{
	padding-bottom: 20px;
}

#top_content .event_images li{
	float: left;
	height: 159px;
	width: 141px;
	margin-right: 1px;
	text-align: center;
}

.season{
	width: 130px;
}

#top_content .image_wrap{
	float: left;
	width: 100%;
}

#top_content .info_wrap{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}


.event_info{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 141px;
	padding-top: 10px;

}

.event_info li{
	
}


h1.event{
	padding-top: 65px;
}


#top_content .event_bottom{
	padding-bottom: 10px;

}

