@charset "utf-8";
/* CSS Document */
/* このCSSはサイトの細かいデザインを構成する用です。 */

.head_h1 {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 25px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.head_h1 h1{
	font-weight:normal;
}
.border {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D3A952;
}
.border_in {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D3A952;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	*height:0px;
	*margin-top:0px;
}

.foot_text {
	margin-right: auto;
	margin-left: auto;
	width: 50px;
	display: block;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-top: 20px;
	clear: both;
	padding: 5px;
	height: 25px;
	line-height: 25px;
}
.foot_h2 {
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	letter-spacing: 5px;
}
.foot_h2 p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7a7a7;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
	
}

/* リンク用CSS */
.foot_area a:link {
	color:#000;
}
.foot_area a:hover {
 	color:#00F;
}
.q_a a:link {
	color: #000;
	}
.q_a a:hover {
	color: #00F;
	}
.qestion a:link {
	color: #000;
	}
.qestion a:hover {
	color: #00F;
	}
/* リンク用CSS */

/* gnavi用CSS */
#gnavi {
	border-top: solid 1px #C63;
	border-bottom: solid 1px #C63;
}
.toha {
	width:160px;
}
.course {
	width:160px;
}
.free {
	width:160px;
}
.money {
	width:160px;
}
.toi {
	width:160px;
}
.login {
	width:156px;
	margin-left: 4px;
}
/* gnavi用CSS */

/* スライドショー用CSS */
.slideshow {
	position:relative;
	width:800px;
	height:270px;
}
.slideshow img {
	position:absolute;
	top:0;
	left:113px;
	z-index:8;
}
.slideshow img.active {
	z-index:10;
}
.slideshow img.last-active {
	z-index:9;
}/* スライドショー用CSS */
.jyoui_dai {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a7a7a7;
}
