@charset "utf-8";
/* ---------------------------------------------------------------------- */
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #fff;
	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-color: #333;
	background-image:url("../img/bg.png");
	background-repeat: repeat;
	background-position: left top;
}
*html body {
}
#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	position: relative;
}
body > #container {height: auto;}
a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:active { color: #dfab98; text-decoration: underline; }
a:hover { color: #dfab98; 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;}
/* ---------------------------------------------------------------------- */
#index #header {
	height: 250px;
	background-color: #000;
	background-image:url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #fff;
	margin-top: 100px;
}
#index .header {
	width: 1000px;
	margin: 0px auto;
}
#index #header h1 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 30px;
}
#index #header h1 a {color: #fff;text-decoration:none;}
#index #header h1 a:hover {color: #40add3;}
#index #header h2 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
}
#index #header img {display: block;}
/* ---------------------------------------------------------------------- */
#page #header {
	padding-top: 5px;
	padding-bottom: 10px;
}
#page .header {
	width: 1000px;
	margin: 0px auto;
}
#page #header h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
}
#page #header h1 a {color: #fff;text-decoration:none;}
#page #header h1 a:hover {color: #40add3;}
#page #header h2 {
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 5px;
}
#page #header img {display: block;}
/* ---------------------------------------------------------------------- */
#index .headerlink {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 1000px;
	margin: 0px auto;
}
#page .headerlink {
	width: 1000px;
	margin: 0px auto;
}
.headerlink {
	text-align: right;
}
.headerlink a {
	color: #ccc;
	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;
	width: 166px;
	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;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
#index #main:after {
	content: "";
	display: block;
	clear: both;
}
#page #main {
	width: 1000px;
	background-image:url("../img/main.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
}
#page #main:after {
	content: "";
	display: block;
	clear: both;
}
#index #primary {
	margin-bottom: 20px;
}
#page #primary {
	margin-left: 260px;
	padding: 20px 10px;
}
#index #secondary {
}
/* title---------------------------------------------------------------------- */
.title {
	line-height: 1em;
	border-bottom: 1px dashed #ccc;
	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 {
	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: #f7e1d9;
	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 {
	text-decoration: none;
	border-left: 2px solid #fff;
	padding: 10px 10px 10px 10px;
}
.sitema li a:hover {border-left: 2px solid #dfab98;}
.sitema li:last-child {border-bottom:none;}
/* ---------------------------------------------------------------------- */