@charset "utf-8";

body {
	background-attachment: fixed;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	clear: both;
	height: 115px;
	width: 970px;
	background-position: 0px 0px;
	text-align: center;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#navi {
	background-color: #FFF;
	clear: both;
	height: 50px;
	width: 970px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}


#navi a {
	display: block;
	text-decoration: none;
	color: #000;
}

#navi a:hover {
	color: #96C;
	font-style: italic;
}

#wrapper #navi table {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	position: relative;
	top: 17px;
	left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#contents {
	clear: both;
	height: 500px;
	width: 970px;
	background-color: #FFF;
}
#footer {
	background-color: #FFF;
	height: 100px;
	width: 970px;
	color: #C9C;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBEBEB;
}

#footer a {
	text-decoration: none;
	color: #C9C;
}

#footer a:hover {
	color: #000;
}

#footer_Line1 {
	/* [disabled]clear: both; */
	height: 15px;
	width: 80px;
	margin-top: 10px;
	margin-left: 30px;
	font-weight: bold;
	/* [disabled]background-color: #FF0; */
	float: left;
}

#footer_Line2 {
	clear: both;
	height: 25px;
	width: 970px;
	margin-left: 30px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper #footer #footer_Line2 p {
	margin: 0px;
	padding: 0px;
}
