@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
		list-style: none;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul, li {
	text-decoration: none;
}
a {
	text-decoration: none;
}
img {
	border-width: 0px;
}
.h-inner {
	margin: 0px auto;
	width: 960px;
	overflow: hidden;
}

#header {
	height: 155px;
	padding-top: 20px;
}
h1 {
	margin-bottom: 15px;
	float: left;
	margin-right: 300px;
}

#h-navi {
	float: left;
	width: 400px;
	margin-top: 25px;
}
#h-navi a {
	color: #003372;
	font-size: 0.8em;
	display: block;
}
#h-navi a:hover {
	text-decoration: underline;
}

#h-navi li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #003372;
}
#h-navi .li-last {
	border-right-width: 0px;
	padding-right: 0px;
}
#gnavi-bar {
	background: #013572;
	height: 90px;
	width: 100%;
}
#gnavi {
	height: 90px;
}
.nav1 {
	background: url(../images/hd-nav1.png) no-repeat;
}
.nav2 {
	background: url(../images/hd-nav2.png) no-repeat;
}
.nav3 {
	background: url(../images/hd-nav3.png) no-repeat;
}
.nav4 {
	background: url(../images/hd-nav4.png) no-repeat;
}
.nav5 {
	background: url(../images/hd-nav5.png) no-repeat;
}
.nav6 {
	background: url(../images/hd-nav6.png) no-repeat;
}
.nav1:hover {
	background: url(../images/hd-nav1-on.png) no-repeat;
}
.nav2:hover {
	background: url(../images/hd-nav2-on.png) no-repeat;
}
.nav3:hover {
	background: url(../images/hd-nav3-on.png) no-repeat;
}
.nav4:hover {
	background: url(../images/hd-nav4-on.png) no-repeat;
}
.nav5:hover {
	background: url(../images/hd-nav5-on.png) no-repeat;
}
.nav6:hover {
	background: url(../images/hd-nav6-on.png) no-repeat;
}

#gnavi li {
	float: left;
}
#gnavi a {
	height: 90px;
	width: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#footer {
	background: #013572;
	color: #FFF;
}
#f-inner {
	margin: 0px auto;
	width: 960px;
	padding-top: 30px;
	overflow: hidden;
}
#access {
	float: left;
	width: 315px;
}
#contact {
	float: left;
	width: 280px;
}
#works {
	float: left;
	width: 365px;
}

#access h3 {
	background: url(../images/footer-logo.png) no-repeat;
	height: 60px;
	width: 250px;
	margin-bottom: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#access p {
	margin-bottom: 10px;
	margin-left: 10px;
}
#contact p {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.border-dashed {
	background: url(../images/f-border.gif) no-repeat 8px bottom;
	padding-bottom: 10px;
}

.contact-s1 {
	padding-left: 8px;
}

.contact-s2 {
	padding-left: 15px;
}
#contact-mail {
	background: url(../images/footer-mail-icon.gif) no-repeat;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 30px;
}

#works h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#works p {
	font-size: 0.8em;
	padding: 15px;
	border: 1px solid #FFF;
}
#f-navi {
	overflow: hidden;
	margin-bottom: 50px;
	border-top: 1px dashed #FFF;
	float: left;
	width: 900px;
	margin-right: 10px;
}
#f-navi a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
	display: block;
	height: 15px;
	padding: 20px 30px 20px 15px;
}
#f-navi a:hover {
	text-decoration: underline;
}

#f-navi li {
	float: left;
	background: url(../images/f-arrow.gif) no-repeat left center;
}
/*#page-top {
	float: left;
}*/

#copyright {
	clear: left;
	text-align: right;
	margin-right: 65px;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#fs-logo {
	float: left;
	margin-bottom: 15px;
}
#fs-logo h3 {
	background: url(../images/footer-logo.png) no-repeat;
	height: 60px;
	width: 250px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#fs-copyright {
	float: left;
	text-align: right;
	margin-right: 65px;
	font-size: 0.8em;
	margin-bottom: 15px;
	width: 645px;
	margin-top: 40px;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: '';
display: block;
clear: both;
height:0;
}
.clearfix { /zoom: 1; } /* IE */