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

/* BODY
---------------------------------------------*/

html {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

body {
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333333;
	font-size: 0.9em;
	padding-bottom: 25px;
	line-height: 17px;
}

input, select {padding: 1px;}

img {
	border: none;
}

a   {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #6B1704;
}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {
	line-height: 2em;
}

.clear {clear: both;}

/* ALL
---------------------------------------------*/

#all {
	width: 916px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0.05em;
	overflow: hidden;
}

#sec {
	background: url(../img/bg_body.jpg) left top repeat-x;
}

/* HEADER
---------------------------------------------*/

#sec #header {
	height: 550px;
}

#sec #header h1 { float: left; }

#logo {}

#snavi {
	margin-top: 12px;
	padding-top: 0px;
}

#snavi li {
	float: left;
	margin: 1px 0 0px 1px;
	display: inline;
}

#snavi li a {
	display: block;
	overflow: hidden;
	height:0 !important;
	height /**/: 29px;
	padding-top: 29px;
	background-image: url(../img/navi.jpg);
}

.snavi01 a {
	width: 186px;
	background-position: 0 0;
}
.snavi02 a {
	width: 186px;
	background-position: 0 -29px;
}
.snavi03 a {
	width: 186px;
	background-position: 0 -58px;
}
.snavi04 a {
	width: 186px;
	background-position: 0 -87px;
}
.snavi05 a {
	width: 186px;
	background-position: 0 -116px;
}
.snavi06 a {
	width: 186px;
	background-position: 0 -145px;
}
.snavi07 a {
	width: 186px;
	background-position: 0 -174px;
}
.snavi08 a {
	width: 186px;
	background-position: 0 -203px;
}
.snavi09 a {
	width: 186px;
	background-position: 0 -232px;
}
.snavi10 a {
	width: 186px;
	background-position: 0 -261px;
}
.snavi11 a {
	width: 186px;
	background-position: 0 -290px;
}
.snavi12 a {
	width: 186px;
	background-position: 0 -319px;
}
.snavi13 a {
	width: 186px;
	background-position: 0 -348px;
}


.snavi01 a:hover {
	background-position: -194px 0;
}
.snavi02 a:hover {
	background-position: -194px -29px;
}
.snavi03 a:hover {
	background-position: -194px -58px;
}
.snavi04 a:hover {
	background-position: -194px -87px;
}
.snavi05 a:hover {
	background-position: -194px -116px;
}
.snavi06 a:hover {
	background-position: -194px -145px;
}
.snavi07 a:hover {
	background-position: -194px -174px;
}
.snavi08 a:hover {
	background-position: -194px -203px;
}
.snavi09 a:hover {
	background-position: -194px -232px;
}
.snavi10 a:hover {
	background-position: -194px -261px;
}
.snavi11 a:hover {
	background-position: -194px -290px;
}
.snavi12 a:hover {
	background-position: -194px -319px;
}
.snavi13 a:hover {
	background-position: -194px -348px;
}

#sec #all #contents #box01 table {
	background-color: #ffffff;
	width: 913px;
	border: 1px solid #663300;
	border-collapse: collapse;
}
#sec #all #contents #box01 th {
	color: #fff;
	background-color: #996633;
	background-image: url(../img/times.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
}
#sec #all #contents #box01 td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	text-align: center;
}





/* CONTENTS
---------------------------------------------*/

#contents {
	clear: both;
	letter-spacing: 0.07em;
	padding-top: 0px;
}

/* MAIN
---------------------------------------------*/

#main {
	clear: both;}

/* FOOTER
---------------------------------------------*/
#footer {
	clear: both;
	margin-top: 5px;
	text-align: center;
	letter-spacing: 0.05em;
}

.footadd {
	line-height: 3em;
	background-color: #FFFFCC;
	color: #6B1704;
}

.footnavi {
	padding: 1px 0 3px 0;
	background-color: #6B1704;
}


.footnavi ul li {
	display: inline;
	line-height: 1.4em;
	font-size: 10px;}

.footnavi ul li a {
	color: #FFFFFF;
	margin: 0 2px;
}

.footnavi ul li a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#copy {
	font-size: 10px;
	color: #6B1704;
	padding-top: 10px;
}


/* CLEARFIX
------------.clearfix:after{--content："."---.clearfix{--display:inline block--------------------------*/

.clearfix:after{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.clearfix{
	display: none;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	margin-top: 15px;
}
/* End hide from IE-mac */
h3 {
	font-size: 120%;
	font-weight: bold;
	list-style: none;
	color: #6B1704;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 1px 0px 5px 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 5px;
	padding-top: 3px;
	font-family: "ＭＳ Ｐゴシック";
}
#sec #all #contents #box02 #lessonbox {
	clear: right;
	float: left;
	width: 448px;
}
#sec #all #contents #box02 #greenbox {
	clear: right;
	float: left;
	width: 448px;
	padding-left: 20px;
}
#sec #all #map {
	height: 358px;
	width: 914px;
	margin-top: -358px;
}
#sec  #all  #contents  #box02  h1  {
	font-size: 17px;
	font-weight: bold;
	color: #6B1704;
	margin-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	width: 367px;
	line-height: 24px;
	background-color: #FFFFCC;
}
#sec  #all  #contents  li  {
	line-height: 21px;
	color: #333333;
	margin-left: 15px;
	margin-right: 20px;
}
.clearfix2 {
	display: block;
	padding-top: 15px;
}
#contents-contact {
	clear: both;
	letter-spacing: 0.07em;
	margin-top: 20px;
}
#top #all #contents .toproom h1 {
	text-indent: -9999px;
	line-height: 0px;
}
#top #all #contents #topinfo h1 {
	text-indent: -9999px;
}
span {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #F30;
}

