@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*-----------------------------------
リセット*/
* {
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration:none;
}
th,td {
	height:20px;
	padding:5px;
	vertical-align:middle;
	border:1px solid #888888;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------
基本
-----------------------------------*/
body {
	border-top:30px solid #0094DE;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666;
}
#wrapper {
	max-width:1200px;
	margin:auto;
	margin-top:-30px;
}
#container {
	width:960px;
	margin:auto;
}
a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
p {
	line-height:1.4;
}
.bold {
	font-weight:bold;
	margin-top:10px;
	color:#411F0B;
}


/*-----------------------------------
header
-----------------------------------*/
h1 {
	font-size:11px;
	color:#fff;
	line-height:30px;
	margin-left:10px;
}
#logo_area {
	height:81px;
	padding:20px 27px 29px 7px;
}
h2 {
	width:288px;
	height:82px;
	float:left;
}
.tel {
	width:241px;
	height:68px;
	float:right;
	margin-top:7px;
}

/*-----------------------------------
nav
-----------------------------------*/
nav {
	width:960px;
}
nav ul {
	width:960px;
	height:95px;
	overflow:hidden;
}
nav ul li {
	width:160px;
	float:left;	
}
nav ul li a {
	display:block;
	text-indent:-9999px;
	height:95px;
}
nav ul li.gn1 a{
	background:url(images/gn.jpg) no-repeat 0 0;
}
nav ul li.gn2 a{
	background:url(images/gn.jpg) no-repeat -160px 0;
}
nav ul li.gn3 a{
	background:url(images/gn.jpg) no-repeat -320px 0;
}
nav ul li.gn4 a{
	background:url(images/gn.jpg) no-repeat -480px 0;
}
nav ul li.gn5 a{
	background:url(images/gn.jpg) no-repeat -640px 0;
}
nav ul li.gn6 a{
	background:url(images/gn.jpg) no-repeat -800px 0;
}
nav ul li.gn1 a:hover{
	background:url(images/gn_on.jpg) no-repeat 0 0;
}
nav ul li.gn2 a:hover{
	background:url(images/gn_on.jpg) no-repeat -160px 0;
	width:160px;
}
nav ul li.gn3 a:hover{
	background:url(images/gn_on.jpg) no-repeat -320px 0;
	width:160px;
}
nav ul li.gn4 a:hover{
	background:url(images/gn_on.jpg) no-repeat -480px 0;
	width:160px;
}
nav ul li.gn5 a:hover{
	background:url(images/gn_on.jpg) no-repeat -640px 0;
	width:160px;
}
nav ul li.gn6 a:hover{
	background:url(images/gn_on.jpg) no-repeat -800px 0;
	width:160px;
}


/*-----------------------------------
content
-----------------------------------*/
#content {
	margin:50px 50px 10px 50px;
	overflow:hidden;
}
h3 {
	padding-bottom:25px;
	font-size:20px;
	font-weight:bold;
	background:url(images/bgh3.png) no-repeat 0 30px;
	color:#411F0B;
}
h3.toph3 {
	margin-bottom:5px;
	font-weight:normal;
	background:none;
}
h4 {
	font-size:16px;
	font-weight:bold;
	background:url(images/bgh4.png) no-repeat 0 22px;
	margin-bottom:5px;
	color:#411F0B;
}
.mainul {
	margin-top:13px;
}
section.top_main {
	color:#333;
}
.f14 {
	font-size:14px;
}
.f10 {
	font-size:10px;
}
section {
	width:540px;
	margin-bottom:50px;
}
ul.mainul li {
	list-style-type:disc!important;
	margin-left:15px;
}
.main {
	width:540px;
	float:left;
}
section.bn_area img {
	margin-bottom:15px;
	height:140px;
}
.h4_margin {
	margin-top:50px;
}
.red {
	color:#CC0000;
}
.f_right {
	width:170px;
	float:right;
	margin-left:5px;
}
.f_left_i {
	width:180px;
	float:left;
}
.f_right_i {
	overflow:hidden;
	padding-left:10px;
}
.i_section {
}
table {
	width:100%;
}
table th {
	font-size:15px;
	text-align:center;
	border:1px solid #CBC8C6;
	padding:10px;
	vertical-align: middle;
	font-weight:normal;
}
table td {
	font-size:14px;
	border:1px solid #CBC8C6;
	padding:10px;
}
table span {
	font-size:10px;
}
table tr.gray {
	background:#DEDBDB;
}
table tr.pink {
	background:#FAF9F6;
}
table th.slash {
	padding:0;
	background:url(images/slash.png) no-repeat 0 0;
}
.price_p {
	width:120px;
	border:1px solid #CBC8C6;
	text-align:center;
	float:left;
	clear:both;
	margin-bottom:7px;
	padding:2px;
}
.price_pR {
	margin-bottom:11px;
	overflow:hidden;
	padding-left:10px;
	padding-top:3px;
}
.price_tit {
	font-size:15px;
	margin-top:20px;
}
.price_cont {
	padding-left:10px;
}
#map {
	margin-bottom:15px;
}
h4#michinori {
	background:none;
}
.hidaimg {
	float:left;
	padding-right:20px;
}
.hidap {
	margin-top:170px;
}
.hida {
	clear:both;
	margin-top:20px;
}
.instructor_area a {
	color:#411F0B;
}
.instructor_area a:hover {
	text-decoration:underline;
}

/*-----------------------------------
お問い合わせフォーム
-----------------------------------*/
blockquote {
	margin:20px 0 10px;
}
blockquote table th {
	background:#DEDBDB;
	border:1px solid #CBC8C6;
	text-align:left;
	font-size:12px;
	width:25%;
}
blockquote table th {
	border:1px solid #CBC8C6;
	font-size:12px;
}
blockquote table th span {
	font-size:9px;
}
blockquote div {
	margin:10px 0 15px;
	overflow:hidden;
}
div .sub {
	width:210px;
	float:left;
	margin-right:15px;
}
div .sub input,div .re input {
	background:#C5D952;
	border:none;
	color:#fff;
	width:210px;
	height:50px;
	line-height:50px;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
div .re {
	width:210px;
	overflow:hidden;
}
div .re input {
	background:#DCC450;
}
div .sub input:hover,div .re input:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	
}

/*-----------------------------------
aside
-----------------------------------*/
aside {
	width:270px;
	float:right;
}
aside ul li {
	margin-bottom:15px;
	height:80px;
	
}
aside ul li.side4 {
	height:auto;
}
aside ul li.side4 a {
	color:#411F0B;
	font-weight:bold;
}
aside ul li.side4 a:hover {
	text-decoration:underline;
}

/*-----------------------------------
footer
-----------------------------------*/
footer {
	background:url(images/bgfoot.png) no-repeat 0 0;
	height:270px;
	color:#fff;
	overflow:hidden;
}
footer ul {
	padding:133px 20px 0 0;
	float:right;
	overflow:hidden;
}
footer ul li {
	float:left;
	padding:0 10px 0;
	border-right:1px solid #fff;
	line-height:12px;
}
footer ul li:last-child {
	border:none;
}
footer ul li a {
	color:#fff;
	line-height:14px;
}
footer ul li a:hover {
	text-decoration:underline;
}
.foot_bottom {
	clear:both;
	padding:68px 20px 0 30px;
	overflow:hidden;
}
#address {
	float:left;
}
#copyright {
	float:right;
	margin-top:28px;
	font-size:10px;
}

