@charset "UTF-8";
body {
    font:13px Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,arial,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}

a {
	color: #000;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#container {
}
#header {
	margin: 0 auto;
	position: relative;
	height: 320px;
	background: #ebebeb url(../images/concept_title_bg.jpg) repeat-x center 125px;
	margin-bottom: 50px;
}
#siteid {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -470px;
}

#hn {
	position: absolute;
	top: 5px;
	right: 50%;
	margin-right: -470px;
}
#hn li {
	float: left;
	margin-left: 10px;
}
#hn li a {
	display: block;
	background: no-repeat left top;
	height: 15px;
}
#hn li.hn01 {
	background-image: url(../images/hn_01_on.gif);
}
#hn li.hn02 a {
	background-image: url(../images/hn_02_on.gif);
}
#hn li.hn03 a {
	background-image: url(../images/hn_03_on.gif);
}
#hn li a img {
	visibility: visible;
}
#hn li a:hover img {
	visibility: hidden;
}
#hn li a:hover {
	border-color: #000;
}


#gn {
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -470px;
}
#gn li {
	float: left;
}
#gn li a {
	display: block;
	background: no-repeat left top;
	height: 24px;
	visibility: visible;
}
#gn li.gn01 {
	background-image: url(../images/gn_01_on.gif);
}
#gn li.gn02 a {
	background-image: url(../images/gn_02_on.gif);
}
#gn li.gn03 a {
	background-image: url(../images/gn_03_on.gif);
}
#gn li.gn04 a {
	background-image: url(../images/gn_04_on.gif);
}
#gn li.gn05 a {
	background-image: url(../images/gn_05_on.gif);
}
#gn li.gn06 a {
	background-image: url(../images/gn_06_on.gif);
}
#gn li a img {
	visibility: visible;
}
#gn li a:hover img {
	visibility: hidden;
}
#gn li a:hover {
	border-color: #000;
}

.pagetop {
	text-align: right;
	font-size: 77%;
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid #e3e3e6;
	padding: 10px 0 0;
	width: 940px;
	margin: 30px auto;
}
#footer .credit {
	color: #a2a5ac;
	font-size: 77%;
}