@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-position: left top;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
*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: #333;}
a:visited {color: #333;}
a:active {color: #7dc7e2;}
a:hover {color: #7dc7e2;}
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 {
	text-align: left;
	background-image:url("../img/header.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h1 {
	background-image:url("../img/headerlogo.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 5px 5px 55px;
}
#header h2 {}
.header {
	width: 1000px;
	margin: 0px auto;
}
.headerlogo {
	clear: both;
}
.headerlogo h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.headerlogo h1 a {text-decoration:none;}
.headerlogo h1 a:hover {}
.headerlogo h2 {
	color: #333;
	font-size: 11px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
#footer {
	clear: both;
	background-image:url("../img/header.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
.copyright {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 15px;
}
/* ---------------------------------------------------------------------- */
.nav {
	margin-bottom: 20px;
}
.nav ul {
	margin: 0px auto;
}
.nav ul {font-size:11px;line-height:1em;}
.nav ul li {
	list-style-type: none;
	margin: 0px;
}
.nav ul li a {
	display: block;
	line-height:1em;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 2px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}
.nav ul li a:link,
.nav ul li a:visited {
	background-image:url("../img/marua.png");
}
.nav ul li a:hover {
	background-image:url("../img/marub.png");
}
#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:#7dc7e2;
}
.footernav {
	font-size: 10px;
	text-align:center;
}
.footernav a {
	border-right: 1px solid #ccc;
	margin-right: 2px;
	padding-right: 2px;
}
.footernav a:last-child {
	border-right:none;
}
/* ---------------------------------------------------------------------- */
.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;
}
/* ---------------------------------------------------------------------- */
#main {
	display: table;
	width: 1000px;
	line-height: 1.8em;
	border-spacing: 0px;
	table-layout: fixed;
	margin: 0px auto 20px auto;
}
#primary {
	display: table-cell;
	vertical-align: top;
	background-image:url("../img/line.png");
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 0px;
}
#secondary {
	display: table-cell;
	width: 250px;
	vertical-align: top;
	background-image:url("../img/line.png");
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
}
/* ---------------------------------------------------------------------- */
#top {
	width: 1000px;
	margin: 0px auto;
	background-image:url("../img/top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	height: 250px;
	background-image:url("../img/top.png");
	background-repeat: no-repeat;
	background-position: left top;
}
/* title---------------------------------------------------------------------- */
.title {
	line-height: 1em;
	margin: 5px 0px;
	padding: 8px 5px 3px 5px;
}
.title h3 {
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
}
.title h3:first-letter {
	color: #d1a87f;
	font-size: 1.4em;
}
#primary .title {
	background-image:url("../img/marua.png");
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 8px 5px 3px 20px;
}
#secondary .title {
	padding: 8px 5px 3px 20px;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	margin: 5px 0px;
}
.sectitle h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
/* primary---------------------------------------------------------------------- */
.primary {
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
}
.primary:after {
	content: "";
	display: block;
	clear: both;
}
.primary p {margin-bottom: 10px;}
.primary p:last-child {margin-bottom: 0px;}
/* secondary---------------------------------------------------------------------- */
.news {
	margin-bottom: 25px;
}
.news dl {
}
.news p {
	font-size: 0.8em;
	line-height: 1em;
	text-decoration:none;
	background-image:url("../img/marua.png");
	background-repeat: no-repeat;
	background-position: 2px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}
.news p strong {
	display: inline-block;
}
.seclink {
	margin-bottom: 5px;
}
.seclink a {
	font-size:1em;
	font-weight: 700;
	line-height: 1em;
	text-decoration:none;
	background-image:url("../img/marua.png");
	background-repeat: no-repeat;
	background-position: 2px;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}
.seclink a:hover {
	background-image:url("../img/marub.png");
}
.seclink p {
	font-size: 0.8em;
	padding-left: 25px;
}
/* ---------------------------------------------------------------------- */
.info {
}
.info strong {
}
/* ---------------------------------------------------------------------- */
.sitema {
	border: 1px solid #ccc;
	margin-left: 20px;
	padding: 0px 10px 0px 10px;
}
.sitema ul {
	background-image:url("../img/line.png");
	background-repeat: repeat-y;
	background-position: 20px top;
	list-style-type: none;
	padding: 8px 5px 3px 20px;
}
.sitema li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sitema li:last-child {border-bottom:none;}

.sitema li a {
	text-decoration: none;
	background-image:url("../img/marua.png");
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 25px;
}

/* ---------------------------------------------------------------------- */