@charset "utf-8";
body {
	background-color: #000;
}
#contents {
	background-color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#topmenu {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	background-color: #4E5869;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#topmenu a:link {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#topmenu a:active {
	color: #FFF;
	text-decoration: none;
}
#submenu {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	background-color: #69778D;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#submenu a:link {
	color: #FFF;
	text-decoration: none;
}
#submenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#submenu a:active {
	color: #FFF;
	text-decoration: none;
}

li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#unitbox {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#sns_button_box {
	float: left;
	width: 720px;
}
#translate {
	float: right;
	width: 150px;
}
.clearbox {
	clear: both;
}
#main_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	line-height: 1.5em;
}
h1 {
	height: 301px;
	margin-bottom: 20px;
}
/*.banner_box   {
	margin-left: 86px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 729px;
	height: 92px;
}*/
.banner_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 20px;
}
.banner_box a {
	width: 729px;
	height: 92px;
	background: url("../images/banner_btn-off.png") no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.banner_box a:hover {
    background-image: url("../images/banner_btn-on.png");
}
.red_text {
	color: #F00;
}
.image_box   {
	border: 1px solid #000;
}
.indent355 {
	margin-left: 355px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.address_input {
	width: 875px;
	border: 3px dashed #f1853c;
	background-color: #fffacd;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 14px;
}
img.hight_middle {
	vertical-align: text-top;
}
.green_box {
	background-color: #29a643;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.chinpan_title {
	width: 100%;
	height: 70px;
	background-image: url(../images/sub_title-2.png);
	text-indent: 110px;
	font-weight: bold;
	font-size: 130%;
	line-height: 63px;
	margin-bottom: 4px;
	color: #f1853c;
}

.width40   {
	width: 40%;
}
.width20per {
	width: 20%;
}
.width40per {
	width: 40%;
}

.bold_text {
	font-weight: bold;
}
table#smp1 {
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.3em;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing: 0;  /*セル同士の間隔*/
	background-color: #fff;
	}
table#smp1 tr th,
table#smp1 tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom: 1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding: 0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	text-align: center;
	line-height: 1.2em;
	width: 16%;
	}

table#smp1 tr th {
	background: #e6eaff;
	}

table#smp2 {
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.3em;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing: 0;  /*セル同士の間隔*/
	background-color: #fff;
	}
table#smp2 tr th,
table#smp2 tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom: 1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding: 0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	text-align: center;
	line-height: 1.2em;
	}

table#smp2 tr th {
	background: #e6eaff;
	}
tbody tr .different {
	background-color: #F00;
	color: #fff;
}
.text_size-small {
	font-size: 80%;
}

h2 {
	font-size: 120%;
	border-bottom: 1px solid #f1853c;
	margin-bottom: 8px;
}

footer {
	background-color: #4E5869;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFF;
	font-weight: normal;
	margin-top: 16px;
	width: 920px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
footer .indent {
	text-indent: 10px;
}
footer .page_title {
	margin-top: 4px;
}
footer a:link {
	text-decoration: none;
	color: #FFF;
}
footer a:visited {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
footer a:active {
	text-decoration: none;
	color: #FFF;
}

#copyright {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	background-color: #4E5869;
	border-top: 1px solid #FFF;
	/*clear: both;*/
	margin-top: 12px;
	padding-bottom: 6px;
}
