@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html {
  color: #333333;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a:link {
  color: #2489ce;
}

a:visited {
  color: #2489ce;
}

a:hover {
  color: #2489ce;
}

a:active {
  color: #2489ce;
}

p {
  margin-bottom: 18px;
}

/* clearfix */
.clearfix, #header, #main, #main #page, #footer, #index .topics, #school_info .nav, #school_info .inner .box_1, #school_info .inner .bt, #school_info .inner .bt ul, #school_info .inner .sakuhin ul, #school_info .inner .teacher .box, #course h4 {
  *zoom: 1;
}
.clearfix:after, #header:after, #main:after, #main #page:after, #footer:after, #index .topics:after, #school_info .nav:after, #school_info .inner .box_1:after, #school_info .inner .bt:after, #school_info .inner .bt ul:after, #school_info .inner .sakuhin ul:after, #school_info .inner .teacher .box:after, #course h4:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1.7;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: url(../images/body_bg.jpg) repeat-x center top;
}

.container {
  position: relative;
  width: 970px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: relative;
  line-height: 1;
  height: 154px;
}
#header img {
  vertical-align: top;
}
#header h1 {
  position: absolute;
  left: 6px;
  top: 16px;
}
#header address {
  position: absolute;
  right: 5px;
  top: 46px;
}
#header .bt1 {
  position: absolute;
  right: 84px;
  top: 105px;
}
#header .bt2 {
  position: absolute;
  right: 84px;
  top: 125px;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
  position: relative;
  min-height: 300px;
  background: url(../images/main_bg.png) repeat-x center bottom;
}
#main #page {
  -webkit-box-shadow: 0 0 7px #666666;
  -moz-box-shadow: 0 0 7px #666666;
  box-shadow: 0 0 7px #666666;
  background: #fff;
  margin-bottom: 66px;
}
#main #page .pageup {
  width: 100%;
  height: 71px;
  text-align: right;
}
#main #head_content {
  width: 970px;
}
#main #head_content .navi {
  width: 970px;
  height: 40px;
  background: url(../images/navi_bg.jpg) no-repeat left top;
}
#main #head_content .navi li {
  float: left;
}
#main #head_content #mainimg_sub {
  width: 970px;
  height: 250px;
}
#main #content {
  width: 690px;
  padding: 16px 10px 0;
}
#main #side {
  width: 250px;
}
#main #content {
  float: left;
}
#main #side {
  float: right;
  padding: 16px 10px 0 0;
}
#main #side p {
  margin-bottom: 15px;
}
#main #side .mb5 {
  margin-bottom: 5px;
}
#main #side .sbox_1 {
  width: 250px;
  height: 181px;
  position: relative;
  margin-bottom: 15px;
  background: url(../images/sbg_1.jpg) no-repeat left top;
}
#main #side .sbox_1 .si {
  position: absolute;
  left: 31px;
  top: 94px;
}
#main #side .sbox_1 .con {
  position: absolute;
  left: 31px;
  top: 133px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  position: relative;
  background: #2a180e;
  color: #fff;
}
#footer .container {
  height: 146px;
}
#footer .container .navi {
  position: absolute;
  left: 2px;
  top: 16px;
  width: 100%;
}
#footer .container .navi li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
}
#footer .container .navi li.lastChild {
  border-right: none;
}
#footer .container .navi li a {
  color: #fff;
  text-decoration: none;
}
#footer .container .navi li a:hover {
  text-decoration: underline;
}
#footer .copy {
  position: absolute;
  right: 0;
  bottom: 22px;
}

a img {
  cursor: pointer;
}

.sample {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #666666;
  -moz-box-shadow: 1px 1px 2px #666666;
  box-shadow: 1px 1px 2px #666666;
  text-shadow: 0px 1px 3px rgba(255, 0, 0, 0.6);
}

h2 {
  margin-bottom: 25px;
}

h3 {
  margin-bottom: 20px;
}

p {
  margin-bottom: 12px;
}

.section {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

/*----------------------------------------------------
	#mainimg
----------------------------------------------------*/
#index #mainimg_sub {
  display: none;
}

#voice #mainimg_sub {
  background: url(../images/voice_mainimg.jpg) no-repeat left top;
}

#access #mainimg_sub {
  background: url(../images/access_mainimg.jpg) no-repeat left top;
}

#school_info #mainimg_sub {
  background: url(../images/access_mainimg.jpg) no-repeat left top;
}

#seminar #mainimg_sub {
  background: url(../images/seminar_mainimg.jpg) no-repeat left top;
}

#event #mainimg_sub {
  background: url(../images/event_mainimg.jpg) no-repeat left top;
}

#course #mainimg_sub {
  background: url(../images/course_mainimg.jpg) no-repeat left top;
}

#school #mainimg_sub {
  background: url(../images/school_mainimg.jpg) no-repeat left top;
}

#gakucho #mainimg_sub {
  background: url(../images/gakucho_mainimg.jpg) no-repeat left top;
}

#admission #mainimg_sub {
  background: url(../images/admission_mainimg.jpg) no-repeat left top;
}

#contact #mainimg_sub {
  background: url(../images/contact_mainimg.jpg) no-repeat left top;
}

#siryo #mainimg_sub {
  background: url(../images/siryo_mainimg.jpg) no-repeat left top;
}

/*----------------------------------------------------
	#index
----------------------------------------------------*/
#index #mainimg_index {
  display: block !important;
  width: 950px;
  height: 300px;
  margin: 7px 10px 0;
  background: url(../images/index_mainimg.jpg) no-repeat left top;
}
#index #content {
  padding-top: 0;
}
#index #side {
  padding-top: 0;
}
#index #side .sbox_1 {
  width: 250px;
  height: 204px;
  position: relative;
  margin-bottom: 15px;
  background: url(../images/sbg_index.jpg) no-repeat left top;
}
#index #side .sbox_1 .si {
  position: absolute;
  left: 31px;
  top: 116px;
}
#index #side .sbox_1 .con {
  position: absolute;
  left: 31px;
  top: 155px;
}
#index .topics {
  height: 120px;
  overflow: auto;
}
#index .topics dt {
  float: left;
  width: 90px;
  font-weight: normal;
}
#index .topics dd {
  padding: 0 0 0 90px;
}
#index .box {
  width: 690px;
  height: 237px;
  margin-bottom: 9px;
  position: relative;
}
#index .box .txt {
  position: absolute;
  left: 180px;
  top: 80px;
}
#index .box .txt span {
  font-weight: bold;
  padding-top: 6px;
  display: inline-block;
}
#index .box .bt {
  position: absolute;
  right: 21px;
  bottom: 16px;
}
#index .box.c1 {
  background: url(../images/index_course_1.jpg) no-repeat left top;
}
#index .box.c2 {
  background: url(../images/index_course_2.jpg) no-repeat left top;
}
#index .box.c3 {
  background: url(../images/index_course_3.jpg) no-repeat left top;
}
#index .box.c4 {
  background: url(../images/index_course_4.jpg) no-repeat left top;
}
#index .box.c5 {
  background: url(../images/index_course_5.jpg) no-repeat left top;
}
#index .box.c6 {
  background: url(../images/index_course_6.jpg) no-repeat left top;
}

/*----------------------------------------------------
	#access
----------------------------------------------------*/
#access .box_1 {
  width: 587px;
  min-height: 209px;
  margin: 0 auto 23px;
  background: url(../images/access_img.jpg) no-repeat left top;
}
#access .box_1 address {
  padding: 0 0 0 307px;
}
#access .map {
  width: 587px;
  margin: 0 auto;
}

/*----------------------------------------------------
	#school_info
----------------------------------------------------*/
#school_info .nav li {
  float: left;
  padding-right: 35px;
}
#school_info .nav li.lastChild {
  padding-right: 0;
}
#school_info .inner {
  width: 630px;
  margin: 0 auto 60px;
}
#school_info .inner .box_1 .left {
  float: left;
}
#school_info .inner .box_1 .right {
  float: right;
}
#school_info .inner .info {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #efe6d8;
}
#school_info .inner .info dt {
  float: left;
}
#school_info .inner .info dd {
  padding-left: 100px;
}
#school_info .inner .bt {
  margin-bottom: 20px;
}
#school_info .inner .bt ul li {
  float: left;
  padding-right: 15px;
}
#school_info .inner .bt ul li.lastChild {
  padding-right: 0;
}
#school_info .inner .sakuhin {
  margin-bottom: 20px;
}
#school_info .inner .sakuhin h5 {
  margin-bottom: 15px;
}
#school_info .inner .sakuhin ul li {
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
#school_info .inner .sakuhin ul li.padnon {
  padding-right: 0;
}
#school_info .inner .teacher h5 {
  margin-bottom: 15px;
}
#school_info .inner .teacher .box {
  margin-bottom: 30px;
}
#school_info .inner .teacher .box .img {
  float: left;
  padding-right: 10px;
}
#school_info .inner .teacher .box p span {
  font-size: 16px;
}

/*----------------------------------------------------
	#course
----------------------------------------------------*/
#course h4 {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 13px;
  background: url(../images/course_line.gif) no-repeat left bottom;
}
#course h4 span {
  display: inline-block;
  float: right;
  padding-right: 60px;
}
#course .box_1 {
  width: 445px;
  padding: 10px 13px;
  background: #be985b;
  color: #fff;
  font-weight: bold;
  margin-bottom: 23px;
}
#course .box_1 span {
  font-weight: normal;
}
#course h5 {
  background: #be985b;
  padding: 8px 24px 7px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
#course dl {
  margin-bottom: 15px;
  color: #333;
}
#course dl dt {
  font-size: 14px;
  font-weight: bold;
}
#course dl dd {
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 2px;
}
#course .s_kit {
  font-size: 14px;
  color: #333;
}
#course .s_kit span {
  color: #d74c8c;
  font-weight: bold;
}

/*----------------------------------------------------
	#school
----------------------------------------------------*/
#school .section {
  margin-bottom: 20px;
}
#school .reason .box {
  min-height: 103px;
  margin-bottom: 18px;
}
#school .reason .box h5 {
  padding: 0 10px 0 180px;
  color: #be985b;
  font-weight: bold;
  font-size: 14px;
}
#school .reason .box p {
  padding: 0 10px 0 180px;
}
#school .reason .r1 {
  background: url(../images/school_img_1.jpg) no-repeat left top;
}
#school .reason .r2 {
  background: url(../images/school_img_2.jpg) no-repeat left top;
}
#school .reason .r3 {
  background: url(../images/school_img_3.jpg) no-repeat left top;
}
#school .reason .r4 {
  background: url(../images/school_img_4.jpg) no-repeat left top;
}
#school .reason .r5 {
  background: url(../images/school_img_5.jpg) no-repeat left top;
}
#school .reason .r6 {
  background: url(../images/school_img_6.jpg) no-repeat left top;
}

/*----------------------------------------------------
	#gakucho
----------------------------------------------------*/
#gakucho .box_1 {
  min-height: 304px;
  background: url(../images/gakucho_img_1.jpg) no-repeat left top;
  margin-bottom: 30px;
}
#gakucho .box_1 p {
  padding: 0 10px 0 220px;
  font-size: 14px;
}
#gakucho .box_2 {
  min-height: 304px;
  background: url(../images/gakucho_img_2.jpg) no-repeat left top;
  margin-bottom: 30px;
}
#gakucho .box_2 p {
  padding: 0 10px 0 220px;
  font-size: 14px;
}

/*----------------------------------------------------
	#admission
----------------------------------------------------*/
#admission .box_1 {
  width: 670px;
  min-height: 55px;
  background: url(../images/admission_yajirushi_1.gif) no-repeat left top;
  margin: 0 10px 22px 10px;
}
#admission .box_1 p {
  padding: 0 0 0 64px;
  font-weight: bold;
}
#admission .box_1 p span {
  font-weight: normal;
}
#admission .box_2 {
  width: 670px;
  min-height: 163px;
  background: url(../images/admission_yajirushi_2.gif) no-repeat left top;
  margin: 0 10px 22px 10px;
}
#admission .box_2 p {
  padding: 0 0 0 64px;
  font-weight: bold;
}
#admission .box_2 p span {
  font-weight: normal;
}

/*----------------------------------------------------
	#contact,#siryo
----------------------------------------------------*/
#contact .caution, #siryo .caution, #access .caution {
  color: #f00;
}
#contact .contact_t, #siryo .contact_t, #access .contact_t {
  border-collapse: collapse;
  margin: 10px 0 10px 0;
  width: 620px;
}
#contact .contact_t th, #siryo .contact_t th, #access .contact_t th {
  width: 170px;
  background: #d3c6b7;
  border-top: 1px solid #818282;
  border-bottom: 1px solid #818282;
  padding: 8px 0 8px 12px;
}
#contact .contact_t td, #siryo .contact_t td, #access .contact_t td {
  border-top: 1px solid #818282;
  border-bottom: 1px solid #818282;
  padding: 8px 0 8px 12px;
}
#contact .submit_bt, #siryo .submit_bt, #access .submit_bt {
  text-align: center;
}
