@charset "UTF-8";
/* CSS Document */
#body {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 0px;
	margin-bottom: 0px;
	border: 1px solid #666666;
	height: 700px;
}
.headr {
	width: 850px;
}
/* メニュー */
#mainnavi {
	height: 56px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#globalnavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 56px;
}

#globalnavi li {
	width: 170px;
	height: 56px;
	float: left;
	display: inline;
}

#globalnavi a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 56px;
	background-image: url(../images/bottan.gif);
	background-repeat: no-repeat;
}

#menu1 a {
	background-position: 0px 0px;
}
#menu2 a {
	background-position: -170px 0px;
}
#menu3 a {
	background-position: -340px 0px;
}
#menu4 a {
	background-position: -510px -112px;
}
#menu5 a {
	background-position: -680px 0px;
}
#menu6 a {
	background-position: -850px 0px;
}

#globalnavi a:hover {
	text-decoration: none;
	background-image: url(../images/bottan.gif);
	background-repeat: no-repeat;
}
#banner {
	height: 40px;
}

#menu1 a:hover {
	background-position: 0px -56px;
}

#menu2 a:hover {
	background-position: -170px -56px;
}
#menu3 a:hover {
	background-position: -340px -56px;

}
#menu4 a:hover{ background-position: -510px -56px; }
#menu5 a:hover{ background-position: -680px -56px; }
#menu6 a:hover{ background-position: -850px -56px; }
.corpo_title {
	height: 108px;
	width: 850px;
}

.corpo_table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-left: 51px;
}
.corpo_table_left {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	height: 37px;
	width: 170px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 10px;
}
.corpo_table_right {
	margin: 0px;
	height: 37px;
	width: 553px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 15px;
}
.footer {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: left;
}
.address {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.privacy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	float: right;
	margin-left: 20px;
	margin-top: 3px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 20px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}.copyright {
	height: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.copy_moji {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	float: right;
}

