@charset "UTF-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}


.GlobalLayout #container {
	width: 972px;
	margin: 0 auto;
	text-align: left;
}


.GlobalLayout #header {
	margin: 18px auto;
	position: relative;
	z-index:9998;
	height:40px;
}
.glvnvs {
	margin: 0 4px;
	padding: 0;
}

.glvnvs li {
	display: inline;
}
.glvnvs li a {
	overflow: hidden;
	height:0;
	width: 120px;
	padding-top:40px;
	float: left;
	background-image:url(../images/globalnavi.png);
	background-repeat:no-repeat;
}
#glvnv1 a {
	background-position:0px 0px;
}
#glvnv2 a {
	background-position:-121px 0px;
}
#glvnv3 a {
	background-position:-241px 0px;
}
#glvnv4 a {
	background-position:-361px 0px;
}
#glvnv5 a {
	background-position:-481px 0px;
}
#glvnv6 a {
	background-position:-601px 0px;
}
#glvnv7 a {
	background-position:-721px 0px;
}
#glvnv8 a {
	background-position:-841px 0px;
}
#glvnv1 a:hover {
	background-position:0px -40px;
}
#glvnv2 a:hover {
	background-position:-121px -40px;
}
#glvnv3 a:hover {
	background-position:-241px -40px;
}
#glvnv4 a:hover {
	background-position:-361px -40px;
}
#glvnv5 a:hover {
	background-position:-481px -40px;
}
#glvnv6 a:hover {
	background-position:-601px -40px;
}
#glvnv7 a:hover {
	background-position:-721px -40px;
}
#glvnv8 a:hover {
	background-position:-841px -40px;
}
#glvnv1 a.current {
	background-position:0px -80px !important;
}
#glvnv2 a.current {
	background-position:-121px -80px !important;
}
#glvnv3 a.current {
	background-position:-241px -80px !important;
}
#glvnv4 a.current {
	background-position:-361px -80px !important;
}
#glvnv5 a.current {
	background-position:-481px -80px !important;
}
#glvnv6 a.current {
	background-position:-601px -80px !important;
}
#glvnv7 a.current {
	background-position:-721px -80px !important;
}
#glvnv8 a.current {
	background-position:-841px -80px !important;
}


.GlobalLayout #footer1, #footer2 {
	clear:both;
	padding: 5px 5px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: thin;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
}
.GlobalLayout #footer1 ul, #footer2 ul {
	display: inline;
	float:right;
	padding:0.5em;
}
.GlobalLayout #footer1 li, #footer2 li {
	text-align: center;
	float:left;
	border-left-style: solid;
	list-style-type: none;
	display: inline;
	padding:0 0.6em;
	border-left-width: 1px;
	border-left-color: #333;
}
.GlobalLayout #footer1 p, #footer2 p {
	float: left;
}
.GlobalLayout #footer1 a, #footer2 a {
	color: #08c;
}
.GlobalLayout #footer2 img {
	vertical-align:text-top;
}


.GlobalLayout #mainContent {
	margin: 10px auto;
	padding: 0;
}

h1 {
	font-size: 14px;
	color: #FFF;
	background-color: #36C;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
h2 {
	font-size: 12px;
	color: #00F;
	background-color: #999;
	vertical-align: middle;
	margin: 5px;
	padding: 10px;
}
h3 {
	font-size: 12px;
	background:#CCC;
	padding:5px;
	color:#333;
	vertical-align: middle;
	margin: 10px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
}
p.notes{
	color:#039;
	padding:0 15px;
	font-size:11px;
}
img{
	border: none;
	vertical-align:bottom;
}

ul.gen{
	font-size:12px;
	margin:0 1em 0 3em;
	padding:0;
	line-height:1.5em;
	color:#903;
}
ul.gen li{
	margin:0;
	padding:0;
	list-style:square outside;
}
ul.gen ul{
	margin:0 0 0 1em;
	padding:0;
	color:#333;
}

.clearfloat {
	clear:both;
	height:0px;
}

.leftimage  {
	float: left;
	margin-right:10px;
}
.rightimage  {
	float: right;
	margin-left:10px;
}
.aligncenter {
	text-align:center;
}
.column {
	width: 98%;
	height:auto;
	margin:auto;
}
.column .tricol1st {
	width: 32%;
	float: left;
}
.column .tricol2nd {
	width: 32%;
	margin-left:2%;
	float: left;
}
.column .tricol3rd {
	width: 32%;
	float: right;
	margin-left:2%;
}
.column .dualcol1st {
	float: left;
	width: 49%;
}
.column .dualcol2nd {
	float: right;
	width: 49%;
}
.column .subcol1st {
	float: left;
	width: 68%;
}
.column .subcol2nd {
	float: right;
	width: 30%;
	background-color:#FFF;
}

.OFFCaution {
	font-size: 16px;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
	

.GlobalLayout #container:after, #header:after, #mainContent:after, #footer1:after, #footer2:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.column:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#container, #header, #mainContent, #footer1, #footer2 { zoom: 1; }

