@charset="utf-8";

/* --ベース-- */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #2e2e2e;
}

html, body{
	height: 100%;
	width: 100%;
}

#wrapper{
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}

/*--header--*/
header#header{
	position: absolute;
	top: 0;
	width: 100%;
	height: 110px;
	min-width: 960px;
	background-color: #fffaf0;
	box-shadow: 0px -1px 2px 2px rgba(0,0,0,0.4);
	z-index: 15;
}

#header_wrapper{
	position:relative;
	height: 110px;
	max-width: 960px;
	margin: 0 auto;
}

#header_logo{
	width: 80px;
	height: 110px;
	float: left;
}

#header_logo img{
	margin-top: 15px;
	margin-bottom: 15px;
	height:80px;
	width:80px;
	float:left;
}

#header_title{
	float:left;
	height: 80px;
	width: 300px;
	margin: 15px 0 15px 15px;
}

#header_title h1{
	height: 50px;
}

#header_title h1 a{
	text-decoration:none;
	font: 2.2em "HG行書体","HGP行書体",cursive;
	color: #003300;
	text-shadow: 2px 1px 1px rgba(0,102,51,0.4);
	letter-spacing: 0.1em;
}

#header #header_title h1 a span.header_yugen{
	font-size: 0.7em;
	letter-spacing: -0.1em;
}

#header_title h2{
	height: 30px;
	margin-left: 5px;
	font: 1.2em "HG行書体","HGP行書体",cursive;
	color: #000000;
	text-shadow: 2px 1px 1px rgba(255,255,255,0.4);
}

header#header .header_nav{
	float:right;
	height: 65px;
	margin: 22px 0 23px 0;
}

header#header .header_nav li{
	margin: 20px 0 10px 0;
	display: inline-block;
	float: right;
	padding: 5px 10px;
	border-right: solid 2px #eeeeee;
}

header#header .header_nav li a{
	text-decoration: none;
	color: #2e2e2e;
}

header#header .header_nav li.current,
header#header .header_nav li:hover{
	text-shadow: 0 0 10px rgba(0,102,51,1);
}

header#header .header_nav li.hidarihaji{
	border-left: solid 2px #eeeeee;
}

/* --contents-- */

#contents{
	margin: 0 auto;
	width: 860px;
	background: rgba(242,255,230,0.8);
	padding:110px 50px 130px 50px;
}

#contents h1{
	margin-top:50px;
	padding:8px 20px 4px 20px;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0,51,0,0.8);
	background: rgba(0,102,51,0.6);
	background: -moz-linear-gradient
		(left top, rgba(0,102,51,0.6), rgba(0,102,51,0.6) 40%, rgba(0,102,51,0));
	background: -ms-linear-gradient
		(left top, rgba(0,102,51,0.6), rgba(0,102,51,0.6) 40%, rgba(0,102,51,0));
	background: -webkit-gradient(linear, left top, right bottom,
		from(rgba(0,102,51,0.6)), color-stop(0.4, rgba(0,102,51,0.6)), to(rgba(0,102,51,0)));
	border-radius: 10px;
}

.in_box{
	background: rgba(255,255,255,0.8);
	margin: 40px auto 60px auto;
	border-radius: 10px;
	padding: 30px;
	
}

.in_box h2{
	clear: both;
	margin-bottom:20px;
	font-weight: bold;
	font-size: 1.5em;
	color: rgba(0,51,0,1);
	padding-left: 5px;
	border-left: 4px solid #006400;
	border-bottom: 1px dotted #006400;
}

.in_box .hidari_yohaku{
	margin-left:10px;
}


p.outline{
	margin: 20px 15px 0 25px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.5px;
}

/* --footer-- */

footer #footer_wrapper{
	position:relative;
	height: 100px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

footer ul li{
	font-size: 0.8em;
	margin-top: -0.2em;
}

footer .footer_yugen{
	font-size: 0.8em;
}

footer .footer_left{
	float: left;
	width: 350px;
	height: 100px;
}

footer .footer_logo{
	float: left;
	height: 100px;
	width: 80px;
}

footer .footer_logo img{
	margin: 10px 0;
}

footer #kaisha{
	width: 250px;
	height: 100px;
	float: left;
}

footer .footer_left h1{
	letter-spacing: 0.2em;
	padding:2px 0 2px 0;
	height: 40px;
	overflow: hidden;
}

footer h1 a{
	width: 235px;
	height: 40px;
}

footer .footer_left ul{
	margin-left:5px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

footer .footer_left ul li{
	font-weight: normal;
}

footer .footer_left ul li a{
	text-decoration: none;
	color: #2e2e2e;
}

footer .footer_left address{
	padding:3px 0 3px 0;
	height: 50px;
}

footer .footer_center{
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	height: 100px;
	font-size: 0.9em;
	font-family: 'Oswald', sans-serif;
}

footer .footer_center p{
	font-size: 0.8em;
	margin: 30px auto 20px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 2em;
}

footer .footer_right{
	float:right;
	height: 100px;
	width: 350px;
}

footer .footer_main_nav,
footer .footer_sub_nav{
	width: 340px;
	height: 50px;
	float: right;
}

footer .footer_main_nav li{
	margin: 10px 0 5px 0;
}

footer .footer_sub_nav li{
	margin: 5px 0 10px 0;
}

footer .footer_main_nav li a{
	text-decoration: none;
	color: #2e2e2e;
	font-weight: normal;
	font-size: 0.9em;
}

footer .footer_sub_nav li a{
	text-decoration: none;
	color: #c0c0c0;
	font-weight: normal;
	font-size: 0.9em;
}

footer .footer_main_nav li,
footer .footer_sub_nav li{
	display: inline-block;
	float: right;
	padding: 5px 4px;
	border-right: solid 2px #eeeeee;
}

footer .footer_main_nav li.hidarihaji,
footer .footer_sub_nav li.hidarihaji{
	border-left: solid 2px #eeeeee;
}

footer p.fb-icon{
	position: fixed;
	z-index: 9999;
	right: 35px;
	bottom: 35px;
}
footer p.fb-icon a .fa-facebook-square{
	font-size: 30px;
	color: #1e90ff;
}
footer p.fb-icon a{
	opacity:0.6;
}
footer p.fb-icon a:hover{
	opacity: 1.5;
}




