@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;
/*
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro""ＭＳ Ｐ明朝", "MS PMincho", , serif;
*/
	line-height: 1.8em;
	background: #fff;
}
*html body {
	background: #fff;
}
#container {
	width: 900px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	background-color: #fff;
}
body > #container {height: auto;}
a:link { color: #0054ff; text-decoration: underline; }
a:visited { color: #0054ff; text-decoration: underline; }
a:active { color: #46b4ce; text-decoration: underline; }
a:hover { color: #46b4ce; 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;
	border-top: 5px solid #4d4d4d;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
#header h1 {}
#header h2 {}
.headerlogo {
	clear: both;
	float: left;
	padding-left: 20px;
}
.headerlogo h1 {
	font-size: 18px;
	font-weight: normal;
}
.headerlogo h1 a {color: #628ea1;text-decoration:none;}
.headerlogo h1 a:hover {color: #40add3;}
.headertex {
	float: right;
	color: #628ea1;
}
.headertex h2 {
	font-size: 11px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
#footer {
	clear: both;
}
.copyright {
	height: 20px;
	color: #fff;
	background-color: #4d4d4d;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.nav {
	margin: 0px auto;
	padding: 10px;
}
.nav {background:#acc6d1;}
.nav ul {font-size:11px;line-height:1em;}
.nav ul li {
	float:left;
	display:inline-block;
	list-style-type:none;
	overflow:hidden;
	margin: 2px;
}
.nav ul li a {
	display: block;
	padding: 3px 5px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.nav ul li a:link,
.nav ul li a:visited {
	color:#fff;
	border:1px solid #acc6d1;
	background-color: #628ea1;
}
.nav ul li a:hover {
	color:#fff;
	border:1px solid #7dc7e2;
	background-color: #799CA8;
	text-decoration:none;
}
/*
#index .nav .globalnav00 a,
#page1 .nav .globalnav01 a,
#page2 .nav .globalnav02 a,
#page3 .nav .globalnav03 a,
#page4 .nav .globalnav04 a,
#page5 .nav .globalnav05 a,
#info .nav .globalnav06 a,
#sitema .nav .globalnav07 a {
	color:#fff;
	border:1px solid #4787A0;
	text-decoration:none;
	background-color: #7dc7e2;
}
*/
/* ---------------------------------------------------------------------- */
.gotop{
	width: 100%;
	background-position: left top;
	background-repeat: repeat;
	position: fixed;
	bottom: 0;
	line-height: 1em;
}
.gotop a {
	display: block;
	width: 30px;
	height: 20px;
	background-image:url("../img/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: 10px;
}
/* ---------------------------------------------------------------------- */
#main {
	padding: 0px;
	margin: 0px auto;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
	float: left;
	width: 580px;
	padding: 10px;
}
#secondary {
	float: left;
	color: #fff;
	width: 280px;
	background-color: #8da7b0;
	padding: 10px;
}
/* ---------------------------------------------------------------------- */
#top {
	border-bottom: 10px solid #628ea1;
}
#top img {display: block;}
/* title---------------------------------------------------------------------- */
.title {
	background-color: #4d4d4d;
	border-bottom: 3px solid #3993bd;
	line-height: 1em;
	margin: 5px 0px;
	padding: 8px 5px 3px 5px;
}
.title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	margin: 5px 0px;
}
.sectitle h3 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
/* primary---------------------------------------------------------------------- */
.primary {
	border: 1px dashed #ccc;
	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---------------------------------------------------------------------- */
.secbox {
	padding: 0px 5px 15px 5px;
}
.seclink {
	margin-bottom: 5px;
}
.seclink a {
	color: #fff;
	line-height: 1em;
	border-left: 3px dotted #acc6d1;
	padding-left: 6px;
}
.seclink a:hover {
	color: #b7d340;
}
.seclink p {
	font-size: 0.8em;
	border-bottom: 1px dashed #acc6d1;
	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;}
/* ---------------------------------------------------------------------- */