@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-image:url("../img/bg.png");
	background-repeat: repeat;
	background-position: left top;
}
*html body {
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #fff;}
a:visited {color: #fff;}
a:active {color: #dfab98;}
a:hover {color: #dfab98;}
img {border: none;-ms-interpolation-mode: bicubic;}
p {margin-bottom: 10px;}
p:last-child {margin-bottom: 0px;}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
i.sup {
	position: relative;
	top: -0.2em;
	font-size: 0.7em;
	font-style: normal;
	vertical-align: top;
}
i.sub {
	position: relative;
	top: 0.2em;
	font-size: 0.5em;
	font-style: normal;
	vertical-align: bottom;
}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ---------------------------------------------------------------------- */
#header {
	padding-top: 5px;
	padding-bottom: 10px;
}
.header {
	width: 1000px;
	margin: 0px auto;
}
#header h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 20px;
}
#header h1 a {color: #333;text-decoration:none;}
#header h1 a:hover {color: #40add3;}
#header h2 {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 5px;
}
#header img {display: block;}
/* ---------------------------------------------------------------------- */
.headerlink {
	width: 1000px;
	margin: 0px auto;
}
.headerlink {
	text-align: right;
}
.headerlink a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}
.headerlink a:hover {
	color: #dfab98;
}
/* ---------------------------------------------------------------------- */
#footer {
	clear: both;
}
.copyright {
	height: 20px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #000;
}
/* ---------------------------------------------------------------------- */
#nav {
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0px;
}
.nav {
	width: 1000px;
	margin: 0px auto;
}
.nav ul {
	margin: 0px auto;
}
.nav ul {font-size:11px;line-height:1em;}
.nav ul li {
	display: inline-block;
	list-style-type:none;
	margin: 2px;
}
.nav ul li a {
	display: block;
	line-height:1em;
	text-decoration:none;
	margin: 0px;
	padding: 3px 5px;
}
.nav ul li a:link,
.nav ul li a:visited {
	color:#fff;
	border-left: 2px solid #fff;
}
.nav ul li a:hover {
	color:#e4a994;
	border-left: 2px solid #dfab98;
}
#index .nav .globalnav00 a,
#page1 .nav .globalnav01 a,
#page2 .nav .globalnav02 a,
#page3 .nav .globalnav03 a,
#page4 .nav .globalnav04 a,
#page5 .nav .globalnav05 a,
#page6 .nav .globalnav06 a,
#info .nav .globalnavinfo a,
#sitema .nav .globalnavsitema a {
	color:#dac8c2;
}
/* ---------------------------------------------------------------------- */
.gotop{
	width: 100%;
	position: fixed;
	bottom: 0;
	line-height: 1em;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url("../img/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
#index #main {
	width: 1000px;
	line-height: 1.8em;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
}
#index #main:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	width: 1000px;
	background-image:url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#index #primary {
	margin-bottom: 20px;
}
#primary {
	margin-left: 260px;
	padding: 20px 10px;
}
#index #secondary {
	margin-left: 260px;
}
/* title---------------------------------------------------------------------- */
.title {
	line-height: 1em;
	border-bottom: 1px dashed #ccc;
	margin: 5px 0px;
	padding: 8px 5px 5px 5px;
}
.title h3 {
	color: #3a7c7f;
	font-size: 1.3em;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	margin: 5px 0px;
}
.sectitle h3 {
	color: #3a7c7f;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
/* primary---------------------------------------------------------------------- */
.primary {
	padding: 10px 10px 10px 10px;
}
.primary:after {
	content: "";
	display: block;
	clear: both;
}
.primary p {margin-bottom: 10px;}
.primary p:last-child {margin-bottom: 0px;}
/* news---------------------------------------------------------------------- */
.news {
	margin-bottom: 5px;
	padding: 10px;
}
/* linkbox---------------------------------------------------------------------- */
.linkbox {
	margin-bottom: 5px;
	padding: 10px 0px;
}
.linkbox a {
	color: #3a7c7f;
	line-height:1em;
	text-decoration:none;
}
.linkbox a:hover {
	color: #dfab98;
}
.linkbox p {
	font-size: 0.8em;
	padding-left: 10px;
}
/* ---------------------------------------------------------------------- */
.info {
}
.info strong {
}
/* ---------------------------------------------------------------------- */
.sitema {
}
.sitema ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitema li {
	margin-bottom: 10px;
}
.sitema li a {
	color: #333;
	text-decoration: none;
	border-left: 2px solid #ccc;
	padding: 10px 10px 10px 10px;
}
.sitema li a:hover {border-left: 2px solid #dfab98;}
.sitema li:last-child {border-bottom:none;}
/* ---------------------------------------------------------------------- */