@charset "Shift_JIS";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #c40019;
	text-align: center;
}

img {margin: 0px; padding: 0px;}
a { overflow: hidden; margin: 0px; padding: 0px;}
a img { border: 0;}
a:link { color: #FFFFFF; text-decoration: underline; margin: 0px; padding: 0px;}
a:visited { color: #CCCCCC; text-decoration: underline; margin: 0px; padding: 0px;}
a:hover { color: #999999; text-decoration: none; margin: 0px; padding: 0px;}

#content {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 800px;
}

#footer {
	padding-bottom: 16px;
	background: url(../img/bg_footer.gif) no-repeat center bottom;
}

#news {
	margin: 5px 185px 2px 185px;
	padding: 2px 0px 0px 0px;
	background: #DD9976 url(../img/bg_news.gif) no-repeat center top;
}

#news p {
	margin: 0px;
	padding: 0px 10px 2px 10px;
	background: url(../img/bg_news.gif) no-repeat center bottom;
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

#navi {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 18px;
	background: url(../img/navi.gif) no-repeat center top;
	position: relative;
	list-style: none;
}

#navi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi li a {
	height: 18px;
	display: block;
	background: url(../img/navi.gif) no-repeat;
	position: absolute;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
}

#navi .navi01 a {
	width: 135px;
	top: 0px;
	left: 57px;
	background-position: -57px 0px;
}

#navi .navi02 a {
	width: 178px;
	top: 0px;
	left: 303px;
	background-position: -303px 0px;
}

#navi .navi03 a {
	width: 58px;
	top: 0px;
	left: 662px;
	background-position: -662px 0px;
}

#navi .navi01 a:hover {
	background-position: -57px -18px;
}

#navi .navi02 a:hover {
	background-position: -303px -18px;
}

#navi .navi03 a:hover {
	background-position: -662px -18px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

