@charset "utf-8";
/* CSS Document */

.subtitle {
	padding: 10px;
	background-color: #CCC;
}
.text {
	margin: 15px 0 50px 40px;
	font-size: 12px;
	line-height: 150%;
}

/*過去のイベントへボタン*/
#eventlog_btn_area {
	width: 127px;
	margin-left: 820px;
}
#eventlog_btn {
	display: block;
	width: 127px;
	height: 29px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(img/eventlog_btn.png);
	background-repeat: no-repeat;
}
a.#eventlog_btn {
	background-position: 0 0;
}
a:hover#eventlog_btn {
	background-position: 0 -29px;
}