/* ------------------------------
 HTML 標準リセット
------------------------------ */
*{margin: 0; padding: 0;}

body{
	text-align: center;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	background-color: #FFEBEF;
	line-height: 1.4em;
	font-size: 10px;
}

html{overflow-y:scroll;}

img{margin: 0px; padding: 0px; border-style: none;}

li{list-style-type: none; margin: 0px 0px 5px 0px; padding: 0px; line-height: 0px;}

h1{margin: 0px; padding: 0px;}

ul{margin: 0px; padding: 0px;}

/*--回り込み解除--*/
.clear { clear:both; }  
.clear hr { display:none; margin: 0px,0px,0px,0px; padding: 0px,0px,0px,0px;}  
/*--------------------------------------------------------- 
画像の配置
----------------------------------------------------------- */  
.img-1{
	margin: 0px;
	padding: 0px;
	border: solid 0px #ffdada;
	position:absolute;
	top: 65px;
	left: 500px;
	display: block;
}
.img-2{
	margin: 0px;
	padding: 0px;
	border: solid 0px #ffdada;
	position:absolute;
	top: 0px;
	left: 45px;
	display: block;
}
/*--------------------------------------------------------- 
メニューリンク　色スタイル設定
----------------------------------------------------------- */  
#sidebox .back li{margin: 0px; padding: 0px; line-height: 0px;}

#sidebox .back{
	background-image: url("./side-back.png");
	background-repeat: repeat-y; 
	width: 160px;
}

#sidebox .back .up{
	background-image: url("./side-menu-up.png");
	background-repeat: no-repeat; 
	width: 160px;
	height: 16px;
}
#sidebox .back .down{
	background-image: url("./side-menu-down.png");
	background-repeat: no-repeat; 
	width: 210px;
	height: 17px;
}

#sidebox .back ul{
	margin: 0px;
	padding: 0px;
	line-height: nomal;
	text-align: left;
	background-image: url("./side-menu-back.png");
	background-repeat: repeat-y; 
	width: 160px;
}

#sidebox .back li{
	list-style-type: disc;
	color: #ffffff;
	display: block;
	background-image: url("./side-menu-back.png");
	background-repeat: repeat-y; 
	width: 160px;
	line-height: 20px;
	height: 20px;
	padding-left: 20px;
	text-align: left;
}

#sidebox .back li a{
	list-style-type: disc;
	color: #ffffff;
	display: block;
	width: 160px;
	line-height: 20px;
	height: 20px;
	text-align: left;
}

#sidebox .cont-menu li a:hover{
	background-image: url("./menu-button2.png") ;
	padding-left: 10px;
	color: #fff600;
	text-align: left;
}

/*--------------------------------------------------------- 
ナビメニュー　色スタイル設定
----------------------------------------------------------- */  

#navi .navi-menu li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 118px;
}

#navi .navi-menu li a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFDCF3;

}

#navi .navi-menu li a:hover{
	margin-top: -2px;
	z-index: 2;
}


/*--------------------------------------------------------- 
標準リンク　色スタイル設定
----------------------------------------------------------- */  
a {
	color:#0011c1;
	text-decoration:none;
}  
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

/*--------------------------------------------------------- 
白抜きリンク　色スタイル設定
----------------------------------------------------------- */  
.shironuki {
	color:#ffffff;
	text-decoration:none;
}  
.shironuki:visited {
	color:#f7f7f7;
	text-decoration:none;
}
.shironuki:hover {
	text-decoration:underline;
}
.shironuki:active {
	color:#666;
}

/*--------------------------------------------------------- 
ボックスおよびコンテンツサイズ指定
----------------------------------------------------------- */  
#all-box{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 850px;
	background-color: #ffffff;

}

#head{
	height: 20px;
	width: 870px;
	text-align: left;
	background-color: #ff9a9a;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
#head-img hr { display:none; margin: 0px,0px,0px,0px; padding: 0px,0px,0px,0px;	margin-left: auto;margin-right: auto;}  

#head-img{
	background-image: url("./head-img.png");
	background-repeat: no-repeat; 
	height: 29px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	
}

#navi{
	margin-top: 0px;
	height: 35px;
	width: 830px;
	padding-left: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFDCF3;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #a7856a;
	z-index: 1;


}

#mainbox{
	width: 850px;
	margin-top: 15px;
	text-align: center;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("./contactback01.png");
	background-repeat: no-repeat;
	background-position: right bottom

}
#mainbox2{
	width: 850px;
	margin-top: 15px;
	text-align: left;
	padding-left: 200px;

}
#sidebox{
	float: left;
	height: auto;
	width: 160px;
	text-align: center;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;

}

#sidebox .up{
	background-image: url("./side-up.png");
	background-repeat: no-repeat; 
	width: 160px;
	height: 14px;
}

#sidebox .down{
	background-image: url("./side-down.png");
	background-repeat: no-repeat; 
	width: 160px;
}

#databox{
	float: right;
	height: auto;
	width: 660px;
	text-align: center;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}

#foot-img{
	background-image: url("./foot-img.png");
	background-repeat: no-repeat; 
	height: 36px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#foot-img hr { display:none; margin: 0px,0px,0px,0px; padding: 0px,0px,0px,0px;}  

#foot{
	margin-top: 10px;
	height: 25px;
	width: 100%;
	background-color: #774923;
	line-height: 25px;
}

/*--------------------------------------------------------- 
メインレイアウトボックス
----------------------------------------------------------- */  
.midashi{
	width: 800px;
	margin-top: 15px;
	background-image: url("./text-top.png") ;
	background-repeat: no-repeat;
	line-height: 45px;
	height: 66px;
	padding-left: 20px;
	text-align: left;

}
.text{
	width: 800px;
	background-image: url("./text-cent.png") ;
	background-repeat: repeat-y;
	padding-top: 10px;
	height: auto;
	padding-left: 30px;
	text-align: left;
	position: relative;
}
.text-img-left{
	padding-left: 220px;
}

.img-position{
	position: absolute;
	top: 40px;
	left: 300px;
}

.text-foot{
	width: 800px;
	background-image: url("./text-foot.png") ;
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	position: relative;
}

.text-foot hr { display:none; margin: 0px,0px,0px,0px; padding: 0px,0px,0px,0px;}  
/*--------------------------------------------------------- 
ここから外観の設定
----------------------------------------------------------- */  
body{

	background-image: none;
}

h1{
	color: #fdffed;
	font-size: 21px;
	font-style: bold;
	line-height: 45px;
}

h2{
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	padding-left: 13px;
	color: #e75b01;
	font-size: 18px;
	font-style: bold;
	line-height: 25px;
	background-image: url("./h2.png") ;
	margin-bottom: 10px;
}

.bold{
	font-weight: bold;
}

h3{
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	font-weight: bold;
	font-size: 12px;
	color: #0709a1;
	line-height: 14px;
}

p{
	margin-bottom: 10px;
}

table{
	line-height: 1.4em;
	font-size: 13px;
	width: 85%;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #734b3f;
}

tbody{
	text-align: center;
	background-color: #fffbf2;
}

tr{
	height: 30px;
	text-align: center;
}

th{
	color: #ffffff;
	background-color: #3260a9;
	text-align: center;
}

td{

}
hr{
	color: #cdcdcd;
	width: 350px;
	
}

.td-center{
	text-align: center;
	padding: 0px;
}

.centerbold{
	text-align: center;
	font-weight: bold;
}

.shironuki{
	color: #ffffff;
}

.text ul li{
	line-height: 16px;
	margin-left: 60px;
	list-style-type: disc;
}
.indent1{
	padding-left: 50px;
}

.indent2{
	padding-left: 100px;
}
.indent3{
	padding-left: 70px;
}
.indent4{
	padding-left: 35px;
}

.indent5{
	padding-left: 150px;
	font-weight: bold;
	
}

.indent6{
	padding-left: 200px;
}
.indent-menu{
	padding-left: 15px;
	background-image: url("./side-menu-back.png");
	background-repeat: repeat-y; 
	color: #ffffff;
	font-weight: bold;
	width: 210px;
}
.center-mail{
	margin-left: auto;
	margin-right: auto;
	width: 405px;
	left: 200px;
}

.blue{
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	font-weight: bold;
	font-size: 12px;
	color: #0709a1;
	line-height: 14px;
}
.teikaku{
	font-family: "ＭＳ ゴシック";
}
.scr-pink{
	background-color: #fff4f4;
	margin-left: 60px;
	width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.menurogo{
	margin-top: 5px;
}


.lesson-side{
	float: left;
	height: auto;
	width: 160px;
	text-align: center;
	text-align: left;
	margin-top: 10px;

}

.lesson-main{
	margin-top: 10px;
	float: right;
	height: auto;
	width: 450px;
	text-align: left;


}


.lesson-box2{
	width: 450px;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.lesson-side2{
	float: left;
	height: auto;
	width: 160px;
	text-align: center;
	text-align: left;
	margin-top: 10px;

}

.lesson-main2{
	margin-top: 10px;
	float: right;
	height: auto;
	width: 240px;
	text-align: left;
}

#photodiv {
	background-repeat: no-repeat;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#photoimg {
	margin-left: auto;
	margin-right: auto;
}

.cnt{
	text-align: center;
}

/*--------------------------------------------------------- 
テーブル内部装飾
----------------------------------------------------------- */  

.table-red{
	color: #ff0000;
}
.table-green{
	color: #2fa027;
}
.table-blue{
	color: #1517c1;
}
.table-midashi{
	background-color: #6f4b3d;
	color: #FFFFFF;
}
