@charset "utf-8";
/* CSS Document */


/*よく登場する要素のリセット
=======================================*/
div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	line-height: 1.5em;
}

/*テキストエリア内文字サイズのブラウザ間での差異をなくす
=======================================*/
textarea {
		font-size: 100%;
	}

/*画像の下にできる隙間をなくす
=======================================*/
img {
	vertical-align: bottom;
}

/*テキストリンクの設定
=======================================*/
a:link {
	color: #876C30;
	text-decoration: none;
}
a:visited {
	color: #876C30;
	text-decoration: none;
}
a:hover {
	color: #73530D;
	text-decoration: underline;
}
a:active {
	color: #73530D;
	text-decoration: underline;
}

a.red:link {
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.red:active {
	color: #FF0000;
	text-decoration: underline;
}

/*全体の設定
=======================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	background-color: #8CC63F;
	margin: 0px;
	padding: 0px;
}
.clearBox {
	clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#bg {
	background-color: #FFFFFF;
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 768px;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 768px;
	height: 125px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#headerLeft {
	width: 618px;
	float: left;

}
#headerRight {
	float: right;
	width: 150px;
	background-image: url(../common/header-right-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 125px;

}

#rogIn {
	padding: 0px;
	width: 130px;
	margin: 49px 10px 0 10px;
}

#rogIn p {
	display: none;
}

#rogIn a {
	background-image: url(../common/login-b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	width: 130px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#rogIn a:hover {
	background-position: bottom;
	display: block;
}

#content {
	width: 768px;
	padding: 0px;
	margin: 12px 0 0 0;

}
#side {
	float: left;
	width: 174px;
	padding: 0px;
	margin: 0 0 20px 0;
}


#menu {
	width: 174px;
	padding: 0px;
	margin: 0px;
}

#main {
	float: right;
	width: 586px;
	background-image: url(../common/main-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#mainInner {
	width: 560px;
	padding: 0px;
	margin: 13px 0 13px 13px;

}
#footerTopBG {
	background-color: #F5F5F5;
}
#footerTop {
	margin: 0px auto;
	padding: 0px;
	width: 762px;
	text-align: center;
}
#footerBottomBG {
	background-image: url(../common/footer-bg.gif);
	background-repeat: repeat-x;
}
#footerBottom {
	margin: 0px auto;
	padding: 0px;
	width: 762px;
	text-align: center;
}
#footerTop h6 {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	margin: 0px;
	text-align: left;
	padding: 20px 0;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 12px 0 40px 0;
	margin: 0px;

}
#gotop {
	margin: 0px;
	height: 12px;
	padding: 50px 0 0 0;
	font-size: 1px;

}

#gotop a {
	background-image: url(../common/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
	width: 130px;
	text-decoration: none;
	display: block;
	margin: 0px;
	float: right;
	padding: 0px;
}
#gotop a:hover {
	background-position: bottom;
	display: block;
}

#courseTitle {
	background-image: url(../common/coursetitle.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 548px;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 0 0 12px;
	font-weight: bold;

}

#dizhen {
	width: 540px;
	background-color: #F0F0F0;
	padding: 10px;
	border: thin solid #FF0000;
	font color: red;
	font-size: 12px;
	margin-bottom: 10px;
	line-height:15pt
}

/*テキスト装飾設定 旧htmlファイル内記述を移動
=======================================*/
.style1 {color: #FF0000}

.style4 {font-size: 14px; color: #FF0000; }

p.link {
	background-image: url(../common/listmark02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: 15px;
	padding: 0px;
}


.mgB20 {
	margin-bottom: 20px;
}


/*旧menu.css メニューバー設定
=======================================*/
ul.mtHidden li span {
	display: none;
}

.menu01 a {
	background-image: url(../common/menu/01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 66px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu01 a:hover {
	background-position: right;
	display: block;
}
.menu02 a {
	background-image: url(../common/menu/02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	width: 174px;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0px;
	display: block;
	line-height: 0px;
	vertical-align: bottom;
}
.menu02 a:hover {
	background-position: right;
}
.menu03 a {
	background-image: url(../common/menu/03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu03 a:hover {
	background-position: right;
	display: block;
}
.menu04 a {
	background-image: url(../common/menu/04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu04 a:hover {
	background-position: right;
	display: block;
}
.menu05 a {
	background-image: url(../common/menu/05.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu05 a:hover {
	background-position: right;
	display: block;
}
.menu06 a {
	background-image: url(../common/menu/06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu06 a:hover {
	background-position: right;
	display: block;
}
.menu07 a {
	background-image: url(../common/menu/07.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu07 a:hover {
	background-position: right;
	display: block;
}
.menu08 a {
	background-image: url(../common/menu/08.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
.menu08 a:hover {
	background-position: right;
	display: block;
}
#visit {
	width: 174px;
	margin: 4px 0 10px 0;
	line-height: 0px;
	vertical-align: bottom;
}

#visit p {
	display: none;
}

#visit a {
	background-image: url(../common/menu/visit2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 120px;
	width: 174px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#visit a:hover {
	background-position: right;
	display: block;
}

#subMenu {
	width: 172px;
	margin: 10px 1px;
	font-size: 12px;
}

#subMenu li {
	background-image: url(../common/listmark02.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent: 23px;
	padding: 0px;
	margin: 0 0 4px 0;
}

#phone {
	width: 174px;
	padding: 0px;
	margin: 0px;
}

ul#sub_banner li {
	width: 170px;
	height: 92px;
	padding-top: 10px;
}

ul#sub_banner li a:hover{
	background-position: -170px 0px;
}

li#hao_logo a,li#hao_logo a:visited{
	display: block;
	width: 170px;
	height: 92px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../common/but_hao_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

li#aiharaJYUKU a,li#aiharaJYUKU a:visited{
	display: block;
	width: 170px;
	height: 92px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../common/but_aiharajukubana03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

li#aiharaJYUKU2 a,li#aiharaJYUKU2 a:visited{
	display: block;
	width: 170px;
	height: 90px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../common/but_aiharajukubana04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*講座一覧のボタン表示 top.cssから移動
=======================================*/
.gb01 {
	float: left;
	overflow: hidden;

}

.gb01 a {
	background-image: url(../img/guideimg/gb01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb01 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;
}
.gb02 {
	float: left;

}

.gb02 a {
	background-image: url(../img/guideimg/gb02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb02 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb03 {
	float: left;

}

.gb03 a {
	background-image: url(../img/guideimg/gb03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb03 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb04 {
	float: left;

}

.gb04 a {
	background-image: url(../img/guideimg/gb04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb04 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb05 {
	float: left;

}

.gb05 a {
	background-image: url(../img/guideimg/gb05.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb05 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
	
	
.gb05-02 {
	float: left;

}
.gb05-02 a {
	background-image: url(../img/guideimg/gb05-02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb05-02 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;
}
	
.gb06 {
	float: left;

}

.gb06 a {
	background-image: url(../img/guideimg/gb06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb06 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb07 {
	float: left;

}

.gb07 a {
	background-image: url(../img/guideimg/gb07.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb07 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb08 {
	float: left;

}

.gb08 a {
	background-image: url(../img/guideimg/gb08.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb08 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;}
.gb09 {
	float: left;
}

.gb09 p {
	display: none;
}

.gb09 a {
	background-image: url(../img/guideimg/gb09.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb09 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;
	}

.gb10 {
	float: left;

}
.gb10 p {
	display: none;
}
.gb10 a {
	background-image: url(../img/guideimg/gb10.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb10 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;
}
.gb11 {
	float: left;

}
.gb11 p {
	display: none;
}
.gb11 a {
	background-image: url(../img/guideimg/gb11.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	width: 182px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: block;
}

.gb11 a:hover {
	background-position: right;
	text-decoration: none;
	color: #49532F;
}
.bTxtLink {
	font-size: 13px;
	line-height: 1.5em;
	color: #606D3D;
	display: block;
	text-align: left;
	width: 98px;
	float: left;
	margin: 0px;
	padding: 50px 0 0 9px;
}


.bPhoto {
	margin-top: 7px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 60px;
	float: right;

}

/*クラス表示見出し classroom.cssから移動
=======================================*/

h2.classRead {
	width: 518px;
	padding: 0 0 8px 0;

}
.classReadLine {
	background-image: url(/classroom/img/g-line-s.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}
.classReadCircle {
	color: #669933;
	background-image: url(/classroom/img/circle03.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 17px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 2px 0;
}


