body {
	background-color: #9c6;
}

#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#en_btn {
	position: absolute;
	left: 860px;
	top: 12px;
	color: #FFFFFF;
	border: 1px solid #fff;
	width: 80px;
	text-align: center;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
#en_btn a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#en_btn a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#en_btn a:hover {
	color: #9c6;
	font-weight: bold;
}
#en_btn a:active {
	color: #9c6;
	text-decoration: none;
	font-weight: bold;
}

#global_navi {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #9c6;
}
#global_navi ul {
	list-style: none;
	padding-top: 0px;  /*margin: 0;
  padding: 0;*/
}
#global_navi ul li {
	width: 159px;
	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: #060;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
	background-color: #9c6;
}
#global_navi ul li a:hover {
	background-color: #9c6;
}

#sub_navi {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	padding-top: 0px;
}
#sub_navi a {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #4e5869;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
#sub_navi a:hover {
	background-color: #acc2e8;
}

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

.clearbox {
	clear: both;
}

.ad_box {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	width: 800px;
	border-bottom: 1px solid #060;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#ex_text {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.4em;
}
h2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 20px;
	border-bottom: 1px dotted #060;
	padding-bottom: 4px;
}

#table_ex {
	font-size: 14px;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#table_ex tr {
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#table_ex th {
	height: 60px;
	width: 60px;
	vertical-align: middle;
	padding-top: 4px;
}
#table_ex td {
	height: 64px;
	text-indent: 10px;
	vertical-align: middle;
}
#table_ex a:link {
	color: #00f;
	text-decoration: none;
}
#table_ex a:visited {
	color: #00f;
	text-decoration: none;
}
#table_ex a:hover {
	color: #f00;
	text-decoration: underline;
}
#table_ex a:active {
	color: #00f;
	text-decoration: none;
}

#table_flag {
	width: 800px;
	padding-top: 0px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 140%;
}
#table_flag td {
	width: 20%;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
}
#table_flag a:link {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}
#table_flag a:visited {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}
#table_flag a:hover {
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}
#table_flag a:active {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}
.ad_box2 {
	width: 730px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 8px;
}

footer {
	background-color: #4e5869;
	width: 900px;
	padding-top: 14px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
	margin-top: 16px;
}
#footerleft {
	float: left;
	width: 450px;
}
#footerright {
	float: right;
	width: 450px;
}
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;
	padding-bottom: 6px;
	border-top: 1px solid #fff;
	/*clear: both;*/
	margin-top: 12px;
}
#contents header p {
}
