body {
	background-color: #ccc;
}

#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
}
header {
	background-color: #036;
	}
header h1 {
	padding-left: 20px;
}

#global_navi {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #99CC66;
}
#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: #036;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
	background-color: #6BB5FF;
}
#global_navi ul li a:hover {
	background-color: #6BB5FF;
}

#leadtext {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
.redtext {
	color: #F00;
}

h2 {
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	border-left: 8px solid #f60;
	text-indent: 8px;
	font-size: 18px;
	background-color: #fc6;
	margin-bottom: 10px;
}
#globemap  {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#globemap td {
	width: 225px;
	padding-bottom: 12px;
}
td p   {
	font-size: 14px;
	line-height: 150%;
	text-align: center;


}
#worldmap  {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#worldmap td {
	width: 300px;
	padding-bottom: 12px;
}


.clearbox {
	clear: both;
}

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;
}

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