@charset "utf-8";
@import url("../common/common.css");
@import url("../common/contents.css");

h1 {
	margin-bottom: 50px;
}

img#OnePointImage {
	margin-top: -30px;
}


.Attention {
	text-align: center;
	color: #063;
	font-size: 10px;
	_font-size: xx-small;
}

#EventList li {
	list-style: none;
	font-weight: bold;
	font-family: 'MS UI Gothic';
}
.Open {
	color: #c00;
	font-weight: normal;
}
.Close {
	color: #888;
	font-weight: normal;
}

#GoLink a {
	display: block;
	margin: 2em auto;
	padding: 5px;
	width: 25em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #06c;
	background-color: #f8f8f8;
	border: 2px solid #06c;
}
#GoLink a:hover {
	background-color: #fff;
	border-color: #39f;
}


