@charset "utf-8";

/* 基本設定 ================================================== */
body {
	margin:0;
	padding:0;
	color:#000;
	font-family:sans-serif;
}

body {
	font-size:63%; /* IE */
}
html>/**/body {
	font-size:10px; /* Except IE */
}

img {
	vertical-align:bottom;
	border:none;
}

a:link { text-decoration: none; color:#06f;}
a:visited { text-decoration: none; color:#039;}
a:hover { text-decoration: underline; color: #660}

h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	line-height:0;
}

/* ヘッダー ================================================== */
#header {
	margin:0 auto;
	width:810px;
	text-align:left;
	position:relative;
}

#header h1 {
	float:left;
}

#header p {
	width:470px;
	font-size:1.4em;
	line-height:1.5;
}

#header p#seal40 {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
}


/* ナビ ====================================================== */
#globalNavi {
	width:100%;
	height:50px;
	background:url('../img/navi-bg.gif') repeat-x 0 0;
	position:relative;
}

#globalNavi h2 {
	width:400px;
	position:absolute;
	right:50%;
	top:0;
	z-index:0;
}

#globalNavi ul {
	margin:0 auto;
	padding-left:77px;
	list-style:none;
	width:723px;
	position:relative;
	z-index:10;
}
#globalNavi ul li {
	margin-left:30px;
	width:150px;
	height:50px;
	float:left;
	display:inline;
}
#globalNavi ul li a {
	padding-left:7px;
	background:url('../img/navi-content-bg.gif') no-repeat 0 0;
	display:block;
	height:50px;
	font-size:1.1em;
	line-height:23px;
	text-decoration:none;
	color:#000;
}
#globalNavi ul li a strong {
	font-size:1.25em;
	text-decoration:none;
	color:#090;
}
#globalNavi ul li a:hover strong {
	color:#09c;
}
#globalNavi ul li a:hover {
	background:url('../img/navi-content-bg-on.gif') no-repeat 0 0;
	color:#09c;
}


/* フッター ================================================== */
#footer {
	padding:10px 0 8px;
	width:100%;
	background-color:#007536;
}

#footer ul {
	margin:0 auto 8px;
	width:800px;
	font-size:1.2em;
	line-height:1;
	font-weight:bold;
	list-style:none;
}
#footer li {
	padding:0 25px 0 7px;
	display:inline;
	background:url('../img/white-arrow.gif') no-repeat 0 3px;
}
#footer li a {
	color:#fff;
}

address {
	margin:0 auto;
	width:800px;
	font-size:1.2em;
	line-height:21px;
	font-style:normal;
	text-align:right;
	color:#fff;
}
