@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      event.css
 Author:         Your Name (admin)
 Style Info:     イベントページ
----------------------------------------------------------- */

#page {
	height: 100%;
}

/*	メイン部分
----------------------------------------------------*/

#main {
	margin: 0 auto;
	width: 750px;
}

#main div.site {
	padding: 0 20px 20px 20px;
	width: 710px;
}	

#main h2 {
	text-align:center;
	padding-top: 20px;
}

#main table {
	width: 710px;
	margin-top: 20px;
}

#main table td {
	height: 30px;
}

#main table td.linkItem {
	background: url(../images/bg_02.gif) no-repeat left top;
}

#main table td.linkItem a {
	padding-left: 15px;
	line-height: 30px;
	width: 205px;
	display: block;
}

#main table.categorySub {
	margin-top: 0;
	background: url(../images/bg_03.gif) no-repeat left bottom;
}

#main table td.genre {
	padding-left: 15px;
	width: 180px;
}

#main table td.genre02 {
	width: 165px;
}		

#main table.categorySub a {
	padding-left: 5px;
}	
	
#main table th.category {
	background:url(../images/bg_01.gif) no-repeat left top;
	height: 30px;
	padding-left: 15px;
	font-weight: normal;
}	

#main table td.categorySub02 {
	background: url(../images/bg_03.gif) no-repeat left bottom;
	padding-left: 15px;
}

#main table td.categorySub02 a {
	padding-left: 5px;
}		
		
				


