@charset "utf-8";
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background-attachment: fixed;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
*html body {
}
#bg {
	position: relative;
	width: 100%;
	background-image:url("../img/bg.jpg");
	background-repeat: repeat;
	background-position: left top;
}
#container {
	width: 70%;
	text-align: left;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	margin: 0px auto 0px 0px;
	padding: 0px;
}
body > #container {height: auto;}
a:link { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }
img {border: none;-ms-interpolation-mode: bicubic;}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {
	float: left;
	margin-right:5px;
}
.imgright {
	float: right;
	margin-left:5px;
}
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;
	/**/
}
.nores {display: none;}
.strong {font-weight: bold;}
.fonts {font-size: 10px;}
.font_r {color: #f00;}
.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;
}
/* ---------------------------------------------------------------------- */
.message {padding: 10px;}
.padhb10 {padding-bottom: 10px;}
.marhb10 {margin-bottom: 10px;}
/* ---------------------------------------------------------------------- */
#header {
	text-align: left;
	padding: 40px 10px 30px 50px;
}
#header h1 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#header h2 {}
.header {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
.headerlogo {
/*
	float: left;
	width: 300px;
*/
	margin-bottom: 20px;
}
.headerlogo h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.headerlogo h1 a {color: #666;text-decoration:none;}
.headerlogo h1 a:hover {color: #ccc;}
.headerlogo h2 {
	color: #6d8791;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
}
/* ---------------------------------------------------------------------- */
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
}
.copyright {
	color: #999;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
}
/* ---------------------------------------------------------------------- */
.nav {
	width: 100%;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	display: inline-block;
	margin: 2px;
}
.nav a {
	display: inline-block;
	color: #fff;
	font-size:12px;
	line-height:1em;
	text-decoration:none;
	background-color: #6d8791;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px;
	padding: 2px 5px;
}
.nav a:last-child {
	border-right: none;
}
.nav a:link,
.nav a:visited {
	color:#fff;
}
.nav a:hover {color:#7dc7e2;}

#index .nav a.globalnav00,
#page1 .nav a.globalnav01,
#page2 .nav a.globalnav02,
#page3 .nav a.globalnav03,
#page4 .nav a.globalnav04,
#page5 .nav a.globalnav05,
#page6 .nav a.globalnav06,
#info .nav a.globalnavinfo,
#sitema .nav a.globalnavsitema a {
	font-weight: bold;
}
.footerlink {
	font-size: 10px;
	text-align: center;
}
.footerlink ul {
	list-style-type: none;
}
.footerlink li {
	display: inline-block;
	margin: 2px;
}
.footerlink a {
	color: #666;
	line-height:1.2em;
	text-decoration:none;
	border-right: 1px solid #ccc;
	padding: 0px 5px;
}
.footerlink a:last-child {
	border-right: none;
}
.footerlink a:hover {color:#7dc7e2;}
/* ---------------------------------------------------------------------- */
.gotop{
	width: 30px;
	position: fixed;
	right: 10px;
	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 {
	width: 1000px;
	margin: 0px auto;
	padding: 50px 10px 50px 50px;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#secondary {
}
/* ---------------------------------------------------------------------- */
#top {
	border-bottom: 10px solid #628ea1;
}
#top img {display: block;}
/* title---------------------------------------------------------------------- */
.title {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1em;
	margin: 5px 0px 15px 0px;
	padding: 8px 5px 3px 0px;
}
.title h3 {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	margin: 5px 0px;
}
.sectitle h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
/* primary---------------------------------------------------------------------- */
.primary {
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
}
.primary:after {
	content: "";
	display: block;
	clear: both;
}
.primary p {margin-bottom: 10px;}
.primary p:last-child {margin-bottom: 0px;}
/* news---------------------------------------------------------------------- */
.news {
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #fff;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}
/* links---------------------------------------------------------------------- */
.links {
	margin-bottom: 5px;
	padding: 10px 0px;
}
.linksouter {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.linksinner {
}
.linksinner ul {
	list-style-type: none;
}
.linksinner li {
	display: block;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.linksinner li a {
	display: inline-block;
	color: #1984ed;
	line-height:1em;
	text-decoration:none;
}
.links a:hover {
	color: #dfab98;
}
.links p {
	display: inline-block;
	font-size: 0.8em;
	padding-left: 10px;
}
/* ---------------------------------------------------------------------- */
.info {
}
.info strong {
}
/* ---------------------------------------------------------------------- */
.sitema {
}
.sitema ul {
	list-style-type: square;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitema li {
	border-bottom: 1px dashed #ccc;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sitema li:last-child {border-bottom:none;}
/* ---------------------------------------------------------------------- */