@charset "UTF-8";

/*media*/

/*タイトル*/
#contents h2{
	background-image: url(../images/photo/media/oldeventTitle.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 5px;
}


#contents ul#years{
	font-size: 12px;
	margin: 12px;
}
#contents ul#years li{
	display: inline;
	padding-right: 20px;
	font-weight: bold;
	color: #009F94;
}
#contents ul#years li a{
	font-weight: normal;
	color: #F90A70;
}

#contentsBox table{
	margin-right: auto;
	margin-left: auto;
}
#contentsBox table th{
	font-weight: bold;
	text-align: center;
	padding: 4px;
	color: #333333;
}
#contentsBox table td{
	text-align: center;
	padding: 4px;
}
#contentsBox table th.date{
	width: 8em;
}
#contentsBox table th.time{
	width: 10em;
	color: #FFFFFF;
}
#contentsBox table th.place{
	width: 400px;
}
#contentsBox table td.placeBox{
	text-align: left;
}
