@charset "utf-8";
body {
	background-color: #fc6;
}
#contents {
	width: 1008px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
#global_navi {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #fc6;
}
#global_navi ul {
	list-style: none;
	padding-top: 0px;  /*margin: 0;
  padding: 0;*/
}
#global_navi ul li {
	width: 167px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	text-align: center;
}
#global_navi ul li a {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #f60;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
	background-color: #fc6;
}
#global_navi ul li a:hover {
	background-color: #fc6;
}

#sub_navi {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#sub_navi ul {
  list-style: none;
  /*margin: 0;
  padding: 0;*/
}
#sub_navi ul li {
	width: 167px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	text-align: center;
}
#sub_navi ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4e5869;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
#sub_navi ul li.current a {
	background-color: #acc2e8;
}
#sub_navi ul li a:hover {
	background-color: #acc2e8;
}

#sub_navi_area {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#sub_navi_area ul {
  list-style: none;
  /*margin: 0;
  padding: 0;*/
}
#sub_navi_area ul li {
	width: 159px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	text-align: center;
}
#sub_navi_area ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4e5869;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}

#unitbox {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#sns_button_box {
	float: left;
	width: 720px;
}
#translation {
	float: right;
	width: 160px;
}

.clearbox {
	clear: both;
	margin-top: 4px;
	margin-bottom: 10px;
}
.ad_box {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 14px;
}

h1 {
	font-size: 26px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f60;
	margin-bottom: 10px;
}


.linkunitad_box {
	width: 728px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#areamap_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	margin-top: 6px;
	margin-bottom: 16px;
	height: 926px;
}
#table_text {
	font-size: 14px;
	line-height: 120%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#table_text td {

}
.td170 {
	width: 170px;
}
.td220 {
	width: 220px;
}

#table_text a:link {
	color: #00f;
	text-decoration: none;
}
#table_text a:visited {
	color: #00f;
	text-decoration: none;
}
#table_text a:hover {
	color: #f00;
	text-decoration: underline;
}
#table_text a:active {
	color: #00f;
	text-decoration: none;
}
.ad_box2 {
	width: 728px;
	height: 285px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 14px;
}
#amazon_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	margin-bottom: 16px;
	margin-top: 10px;
}
/*tbody tr td {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}*/
footer {
	background-color: #4E5869;
	padding-top: 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1.8em;
}
footer a:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.8em;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.8em;
}
footer a:hover {
	color: #fc6;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.8em;
	background-color: #4E5869;
}
footer a:active {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.8em;
}
#footer_box-left {
	width: 430px;
	margin-left: 54px;
	float: left;
	margin-bottom: 12px;
}
#footer_box-right {
	width: 430px;
	margin-right: 54px;
	float: right;
}
#copyright {
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	border-top: 1px solid #fff;
}
