@charset "utf-8";
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	margin: 0px auto;
}
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: #e0ded5;
}
#bg {
	background-image:url("./img/global/bg.png");
	background-repeat: repeat;
	background-position: left top;
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
body > #container {height: auto;}
a:link { color: #998675; text-decoration: underline; }
a:visited { color: #998675; text-decoration: underline; }
a:active { color: #c1a79a; text-decoration: underline; }
a:hover { color: #c1a79a; 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;}
.red {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 {
	position: relative;
	text-align: left;
	background-color: rgba(255,255,255,0.5);
	border-top: 5px solid #746d64;
	box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	margin-bottom: 10px;
}
.header {
	min-height: 300px;
	background-image:url("./img/header/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
#header h1 {}
#header h2 {}
.headerinner {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(150,150,150,0.5);
/*
	background-color: rgba(41,171,226,0.5);
	background-color: rgba(228,187,187,0.5);
*/
}
.headerlogo {
	width: 980px;
	margin: 0px auto;
	padding: 10px 10px;
}
.headerlogo h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #fff;
	padding: 5px 0px;
}
.headerlogo h1 a {color: #fff;text-decoration:none;}
.headerlogo h1 a:hover {color: #40add3;}
.headerlogo h2 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px;
}
/* ---------------------------------------------------------------------- */
#footer {
	background-color: rgba(150,150,150,0.5);
}
.footer {
	width: 1000px;
	margin: 0px auto;
	clear: both;
}
.copyright {
	height: 20px;
	color: #fff;
	background-color: #746d64;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
#secondary .nav {
	margin: 0px auto;
	padding: 0px 10px;
}
#secondary .nav {}
#secondary .nav ul {line-height:1.4em;}
#secondary .nav ul li {
	list-style-type:none;
	margin:5px 0px;
}
#secondary .nav ul li a {
	display: block;
	padding: 3px 5px;
	text-decoration:none;
}
#secondary .nav ul li a:link,
#secondary .nav ul li a:visited {
	color:#998675;
	border-left:5px solid #998675;
}
#secondary .nav ul li a:hover {
	color:#c1a79a;
	border-left:5px solid #c1a79a;
}
#index #secondary .nav .globalnav00 a,
#page1 #secondary .nav .globalnav01 a,
#page2 #secondary .nav .globalnav02 a,
#page3 #secondary .nav .globalnav03 a,
#page4 #secondary .nav .globalnav04 a,
#page5 #secondary .nav .globalnav05 a,
#info #secondary .nav .globalnav06 a,
#sitema #secondary .nav .globalnav07 a {
	color:#998c675;
	text-decoration:none;
	background-color: #fff5f0;
	border-left:5px solid #998675;
}
/* ---------------------------------------------------------------------- */
#footer .nav {
	margin: 0px auto;
	padding: 10px;
}
#footer .nav {}
#footer .nav ul {font-size:11px;line-height:1em;}
#footer .nav ul li {
	float:left;
	display:inline-block;
	list-style-type:none;
	overflow:hidden;
	margin: 2px;
}
#footer .nav ul li a {
	display: block;
	line-height: 1em;
	text-decoration:none;
	border-right:1px solid #fff;
	padding: 2px 5px;
}
#footer .nav ul li a:link,
#footer .nav ul li a:visited {
	color:#fff;
}
#footer .nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
#index #footer .nav .globalnav00 a,
#page1 #footer .nav .globalnav01 a,
#page2 #footer .nav .globalnav02 a,
#page3 #footer .nav .globalnav03 a,
#page4 #footer .nav .globalnav04 a,
#page5 #footer .nav .globalnav05 a,
#info #footer .nav .globalnav06 a,
#sitema #footer .nav .globalnav07 a {
	color:#fff;
	text-decoration:none;
}
/* ---------------------------------------------------------------------- */
.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/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: 10px;
}
/* ---------------------------------------------------------------------- */
#main {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
#primary {
	float: left;
	width: 740px;
	padding: 0px 10px 10px 0px;
}
#secondary {
	float: left;
	width: 248px;
	background-color: #fff;
	border: 1px dashed #d8c8ba;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* ---------------------------------------------------------------------- */
#top {
	border-bottom: 10px solid #628ea1;
}
#top img {display: block;}
/* title---------------------------------------------------------------------- */
.title {
	line-height: 1em;
	background-color: #e3d8cc;
	border-bottom: 3px solid #86c1d7;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin: 5px 0px;
	padding: 8px 5px 3px 5px;
}
.title h3 {
	color: #534741;
	font-size: 16px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.sectitle {
	margin: 5px 0px;
	padding: 5px 10px;
}
.sectitle h3 {
	color: #534741;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #534741;
}
/* primary---------------------------------------------------------------------- */
.primary {
	background-color: #fff;
	border: 1px dashed #d8c8ba;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px;
}
.primary:after {
	content: "";
	display: block;
	clear: both;
}
.tex {
	padding: 10px;

}
.tex p {margin-bottom: 10px;}
.tex p:last-child {margin-bottom: 0px;}
/* secondary---------------------------------------------------------------------- */
.secbox {
	padding: 0px 10px 15px 10px;
}
.secboxlink ul {
	list-style-type: none;
}
.secboxlink ul li {
	margin-bottom: 5px;
}
.secboxlink ul li a {
	color:#998675;
	font-weight: bold;
	text-decoration:none;
}
.secboxlink ul li a:hover {
	color:#c1a79a;
}
.secboxlink ul li p {
	color:#c1a79a;
	font-size: 0.85em;
	padding-left: 10px;
}
.secnews {
}
.secnews strong {
	color:#998675;
}
.secnews p {
}
/* ---------------------------------------------------------------------- */
.info {
}
.info strong {
}
/* ---------------------------------------------------------------------- */
.sitema {
}
.sitema ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitema li {
	border-bottom: 1px dashed #ccc;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sitema li a {
	border-left:5px solid #998675;
	padding-left: 10px;
}
.sitema li a:hover {
	border-left:5px solid #c1a79a;
}
.sitema li:last-child {border-bottom:none;}
/* ---------------------------------------------------------------------- */