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

h1 {
	margin-bottom: 1em;
}

h2.R {
	_letter-spacing: .1em;
}

#MainContents h3.yearstitle {
	margin:0 60px;
	padding:0 0 2px;
	border-bottom:2px #999 solid;
}

.Attention {
	color: #a00;
	font-size: 10px;
	_font-size: xx-small;
}
ul#EventList {
	margin: 1em 50px 3em;
	padding: 1.2em 10px 1em 1em;
	_padding-bottom:0;
	color: #330;
	background-color: #fffff8;
	border: 1px solid #c99;
	list-style: none;
}
ul#EventList li {
	margin: 0 0 1em;
	padding: 0;
	_letter-spacing: .1em;
}
ul#EventList li.Link a {
	display: block;
	margin: 0;
	padding: 1px 1px 1px 22px;
	height: 16px;
	color: #00c;
	text-decoration: none;
	_letter-spacing: .1em;
	font-size: 14px;
	_font-size: 105%;
	font-family: 'MS UI Gothic';
	line-height: 1;
	font-weight: bold;
	background: url("../common_img/arrow_r2.gif") no-repeat 0 0;
}
ul#EventList li.Link a:hover {
	color: #66f;
	background-position: 0 -40px;
}
ul#EventList li.Text {
	padding-left: 37px;
	text-indent: -15px;
	background: url("../common_img/sq.gif") no-repeat 0 2px;
}
ul#EventList li.Text strong {
	font-size: 14px;
	_font-size: 105%;
	color: #006;
	font-family: 'MS UI Gothic';
}
ul#EventList li.Text strong.END {
	font-size: 12px;
	_font-size: small;
	font-family: normal;
	color: #f00;
}
ul#EventList li.Text a {
	color: #00c;
	text-decoration: none;
}
ul#EventList li.Text a:hover {
	color: #66f;
}
ul#EventList li.NoLink {
	font-weight: normal;
	color: #009;
}

ul#Soon {
	margin: 2em 0 3em 50px;
	padding: 0 0 0 40px;
	color: #444;
	list-style: none;
}
ul#Soon li.Text {
	padding-left: 37px;
	text-indent: -15px;
	background: url("../common_img/sq.gif") no-repeat 0 2px;
}
ul#Soon li.Text strong {
	color: #006;
	font-size: 14px;
	_font-size: 105%;
	font-family: 'MS UI Gothic';
	_letter-spacing: .1em;
}

ul#FinList {
	margin: 1.5em 0 4em 50px;
	padding: 0 0 0 40px;
	list-style: none;
}
ul#FinList li {
	margin: 0 0 1em;
	padding: 0;
	_letter-spacing: .1em;
	font-family: 'MS UI Gothic';
}
ul#FinList li.Link a {
	display: block;
	margin: 0;
	padding: 1px 1px 1px 22px;
	height: 16px;
	font-size: 14px;
	_font-size: 105%;
	color: #00c;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	background: url("../common_img/arrow_r2.gif") no-repeat 0 0;
}
ul#FinList li.Text {
	padding-left: 42px;
	text-indent: -20px;
}
ul#FinList li.Text strong {
	color: #006;
	font-size: 14px;
	_font-size: 105%;
	_letter-spacing: .1em;
}
ul#FinList li.NoLink {
	padding: 1px 1px 1px 22px;
	height: 16px;
	font-size: 14px;
	_font-size: 105%;
	line-height: 1;
	font-weight: bold;
	color: #009;
	background: url("../common_img/sq.gif") no-repeat 0 0;
}
ul#FinList li.NoLink a {
	color: #00c;
	text-decoration: none;
}

#GoForm a {
	display: block;
	margin: 2em auto 4em;
	padding: 5px;
	width: 15em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	_letter-spacing: .1em;
	color: #900;
	background-color: #fff8f8;
	border: 2px solid #c66;
}
#GoForm a:hover {
	color: #900;
	background-color: #fff;
	border-color: #c00;
}

.Nothing {
	text-align: center;
	color: #900;
}
.Fin {
	text-align: center;
	color: #444;
}


