@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #555555;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}
.normal #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.normal #header {
	margin: 0px;
	padding: 0px;
	height: 77px;
	width: 880px;
} 
.normal #menu {
	height: 37px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.normal #sidebar1 {
	width: 190px;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ECEBE4;
	height: auto;
}
.normal  #navi {
	height: 22px;
	width: 872px;
	margin-top: 17px;
	font-size: 12px;
	background-color: #FBF7E4;
	padding-top: 8px;
	padding-left: 8px;
}

.normal #mainContent {
	width: 660px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
	line-height: 18px;
} 
.normal   h2   {
	height: 31px;
	width: 660px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.normal h3 {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	background-color: #FBF7E4;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC8817;
	border-bottom-color: #FC8817;
	padding-bottom: 5px;
}
.normal #event-block  {
	background-color: #f1f1f1;
	padding: 10px;
	width: 598px;
	margin-top: 10px;
	border: 1px solid #999999;
	margin-left: 20px;
}
.normal #event-title1 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding: 5px;
}
.normal #event-line {
	height: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}



.normal #return {
	width: 880px;
	text-align: right; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: 23px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.normal #link-box {
	width: 330px;
	float: right;
	font-size: 14px;
	line-height: 24px;
}
.normal #release-day {
	color: #CC3333;
}








.normal #footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 46px;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
} 
.normal #block {
	width: 640px;
	margin-left: 20px;
}



.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #155C9A;
	text-decoration: underline;
}
a:visited {
	color: #155C9A;
	text-decoration: underline;
}
a:hover {
	color: #2487E1;
	text-decoration: underline;
}
.normal h4 {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 640px;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
