@charset "utf-8";
/* CSS Document */
body {
	font-family: "Arial Unicode MS","TsukuGoPr5-D", Meiryo, Osaka, "MS PGothic", sans-serif;
	
}


header {
	background: url(../images/main_.jpg) no-repeat top center;
	display: block; 
	width: 950px;
	height: 240px;
	margin: 0 auto;
	position: relative;
}
header .official {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 160px;
	height: 40px;
}
header #h_ttl {
	font-size: 25px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
nav { width: 950px; margin: 0 auto 20px auto; }
nav .gnav {
	width: 950px;
	height: 60px;
	background: url(../images/gnav_.jpg) no-repeat 0 0;
}
nav .gnav li { display: inline-block; height: 60px; position: relative; }
nav .gnav li:after {
	content: '';
	display: block;
	height: 26px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
}
nav .gnav li.gn6:after {
	height: 0;
	width: 0;
}
nav .gnav li a {
	display: block;
	height: 40px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 0 27px;
	padding-top: 20px;
}
/*
nav .gnav li.gn1 a { width: 200px;}
nav .gnav li.gn2 a { width: 140px;}
nav .gnav li.gn3 a { width: 85px;}
nav .gnav li.gn4 a { width: 200px;}
nav .gnav li.gn5 a { width: 185px;}
nav .gnav li.gn6 a { width: 140px;}
*/
nav .gnav li a:hover { opacity: 0.5; }

.sns { width: 910px; margin: 0 auto; }
.sns li a {
	width: 214px;
	height: 60px;
	display: block;
	background-color: #3e3a39;
	border-radius: 5px;
}
.sns li.s1 a { background-color: #006EBA; }
.sns li.s2 a { background-color: #55C1E2; }
.sns li.s3 a { background-color: #004D85; }
.sns li.s4 a {
	background-color: #472912;
	color: #fff;
	font-size: 25px;
	position: relative;
	line-height: 1;
	padding-top: 15px;
	height: 45px;
	padding-left: 10px;
	width: 204px;
}
.sns li.s4 a:before {
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}

.sns li.s4 a:after {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 16px;
	border: 6px solid transparent;
	border-top: 10px solid #472912;
}


.sns li.s1 a:hover { background-color: #8FA7C4; }
.sns li.s2 a:hover { background-color: #BBD9D6; }
.sns li.s3 a:hover { background-color: #8992AA; }
.sns li.s4 a:hover { background-color: #997853; }

section { width: 910px; margin: 0 auto; }

section h1 {
	background: url(../images/hr.jpg) no-repeat left center;
}
section h1 span {
	background-color: #FDEBC8;
	font-size: 25px;
	padding-right: 10px;
	color: #472912;
	line-height: 1;
}


.bb {
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(../images/hr.jpg) no-repeat left bottom;
}
.dl { border: 1px solid #000; border-radius: 5px; padding: 15px; margin-top: 30px; }
.dl dt, .dl dd { display: inline-block; margin-bottom: 5px; vertical-align: top; }
.dl dt {
	background-color: #472912;
	color: #fff;
	width: 112px;
	height: 18px;
	text-align: center;
	line-height: 1;
	padding-top: 2px;
	margin-right: 10px;
}
.dl dd { width: 750px; }

.bus { position: relative; }
.bus .img { position: absolute; top: 0; right: 0; }
.fsb {
	border: 1px solid #221814;
	border-radius: 5px;
	padding: 20px;
	width: 520px;
}
.fsb h2 {
	background-color: #472912;
	color: #fff;
	width: 210px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 10px 0;
	border-radius: 20px;
	float: left;
	margin-top: 12px;
}
.fsb p {
	float: right;
	display: block;
	width: 280px;
}
.fsb dt, .fsb dd {
	display: inline-block;
}
.fsb dt {
	background-color: #472912;
	color: #fff;
	line-height: 1;
	padding: 3px 10px;
	margin-right: 10px;
}
.fsb dd {
	margin-right: 20px;
}



.rbtn li, .rbtn li a {
	width: 300px;
	height: 60px;
	padding: 0 0;
}
.rbtn li a,.rbtn li a img {
	display: block;
}


.rbtn .rt a { background: url(../images/rbtn1_on.jpg) no-repeat 0 0; }
.rbtn .bkg a { background: url(../images/rbtn2_on.jpg) no-repeat 0 0; }
.rbtn .agd a { background: url(../images/rbtn3_on.jpg) no-repeat 0 0; }


footer {
	background-color: #472912;
	padding: 20px 0;
}
footer .inner {
	width: 910px;
	margin: 0 auto;
	position: relative;
}
footer address {
	color: #fff;
	font-style: normal;
	font-size: 10px;
}
footer .fbtns {
	position: absolute;
	top: 0;
	right: 0;
}
footer .fbtns li {
	display: inline-block;
	margin-left: 10px;
}
footer .fbtns li a {
	display: block;
	width: 162px;
	height: 42px;
	border-radius: 5px;
}
footer .fbtns li a:hover {
	background-color: #997853;
}
footer .copy {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 10px;
}


.bkg, .agd {
	position: relative;
}
.bkg:before, .agd:before {
	content: '';
	display: block;
	width: 300px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
}



