/* 全てのページに共通 */
body {
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	width: 760px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
h1 {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 760px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
/* header-table*/
#headnavi {
	background-image: url(../img/navi_back.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
/*メイン部分*/
#main {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 700px;
	margin-top: 0px;
	font-size: small;
}
#left {
	float: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	width: 150px;
	margin-right: 10px;
}
#right {
	width: 540px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
/* footer */
address {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-size: x-small;
	font-style: normal;
	text-align: center;
	width: 760px;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
/*フロート解除*/
#clear {
	clear: both;
}
#map {
	font-size: 9px;
	text-align: left;
	text-indent: 5px;
	display: block;
	margin-left: 30px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
/* ここまで共通 */
#menu_title {
	display: block;
	height: 30px;
	width: 700px;
	background-image: url(../img/navi_back.gif);
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.back {
	font-size: x-small;
	text-align: right;
	margin-right: 10px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.link {
	background-color: #999999;
	display: block;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
