@charset "UTF-8";

/**********************************************************


スクリーン用設定スタイルシート
for_screen.css

Copyright (C) All rights reserved.

***********************************************************/

body {
	text-align: center;
	background-color: #eee;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 30px 30px 5px 30px;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
p {
	margin-bottom: 2em;
	text-align: justify;
	text-justify: auto;
}
a {
	color: #B5141D;
	text-decoration: none;
}
a:hover {
	color: #B5141D;
	text-decoration: underline;
}
.fleft{
	float: left;
	margin-right: 15px;
}

#pageTitle {
	height: 75px;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(../img/page-title.gif) no-repeat top center;
	text-indent: -9999px;
}
#eventTheme {
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 21px;
	line-height: 2em;
	font-weight: bold;
	border-bottom: 1px solid #E7E7E7;
}
#eventInfo {
	margin-bottom: 4px;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: bold;
}
#eventInfo dt {
	float: left;
}
#eventInfo dd {
}
#closeButton {
	clear: both;
	padding-top: 10px;
	text-align: right;
}
#closeButton a {
	color: #c7c7c7;
	padding-left: 17px;
	background: url(../img/close-button.gif) no-repeat left;
}
#closeButton a:hover {
	color: #777;
	padding-left: 17px;
	background: url(../img/close-button_on.gif) no-repeat left;
}