@import url(common.css);

/* ページ個別 */
div#contents div#topic_event {
	width: 690px;
	margin-left: 5px;
}

div#contents div#topic_event h3#future {
	float: left;
	width: 170px;
	margin: 21px 10px 0 0;
}

div#contents div#topic_event div#topic_contents {
	float: left;
	width: 498px;
	margin: 40px 0;
	border: 1px #CCCCCC solid;
}

p.noevents {
	text-align: center;
}

div#contents div#topic_event div#topic_contents table {
	width: 490px;
	margin: 5px;
	line-height: 130%;
}

div#contents div#topic_event div#topic_contents table td.title {
	padding: 5px 0;
	border-bottom: 1px #CCCCCC dotted;
}

div#contents div#topic_event div#topic_contents table th {
	width: 80px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	table-layout: fixed;
}

div#contents div#topic_event div#topic_contents table td.content {
	width: 380px;
}

div#contents div#topic_event div#topic_contents table th small {
	display: block;
	margin: 2px 0;
	padding: 0;
	background-color: #CCCCCC;
}

div#contents div#topic_event div#topic_contents table td.article {
}

div#contents div#topic_event div#topic_contents table td.article p.article {
	padding: 8px 5px;
	border-top: 1px #CCCCCC dotted;
	color: #666666;
}

div#contents div#topic_event div#topic_contents p.detail_button {
	padding: 5px 0;
	text-align: right;
	border-bottom: 1px #CCCCCC solid;
}

div#contents div#topic_event div#topic_contents p.detail_bottom_button {
	height: 20px;
	text-align: right;
	background: url('../images/event/back_past_more.jpg') left bottom no-repeat;
	_background: url('../images/event/back_past_more.jpg') left 24px no-repeat;
}

div#contents div#event_information {
	width: 690px;
	margin-left: 5px;
}

div#contents div#event_information div.information {
	float: left;
	width: 170px;
	margin: 0 0 0 0;
}

div#contents div#event_information div.information h3 {
	width: 170px;
}

div#contents div#event_information div.past_events {
	float: left;
	width: 500px;
	margin: 20px 0 0 10px;
}

div#contents div#event_information div.past_events ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

div#contents div#event_information li {
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div#contents div#event_information li table {
	width: 490px;
	_width: 488px;
	margin: 5px;
	line-height: 130%;
}

div#contents div#event_information li table th {
	width: 80px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	table-layout: fixed;
}

div#contents div#event_information li table th small {
	display: block;
	margin: 2px 0;
	padding: 0;
	background-color: #CCCCCC;
}

div#contents div#event_information li table td.content {
	width: 380px;
}

div#contents div#event_information li table td.title {
	width: 100%;
	text-align: left;
}

div#contents div#event_information li table td.title p {
	margin-bottom: 5px;
	text-align: left;
}

div#contents {
	position: relative;
}

div#contents div#event_information p#pagetop {
	position:absolute;
	bottom:0%;
	border-bottom: 1px solid #CCC;
}

div#contents div#event_information p#past_more {
	width: 500px;
	margin: -5px 0 0 0;
	padding: 15px 0 0 0;
	background: url('../images/event/back_past_more.jpg') left bottom no-repeat;
	text-align: right;
	border-bottom: 1px solid #CCC;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}


