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

.h1_title{
	/*margin-top:10px;*/
	margin:10px auto;
	width:880px;
	height:40px;
	font-size:20px;
	line-height:200%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	/*text-shadow:7px 7px 3px #999;*/
	color:#555;
	background-color:#F3EED5; 
}
/*indexトップ*/
#index {/*body*/
	width:100%;
	background-image:url(image/top_f.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#000000;
	/*background-color:#FFFF00;*/
	margin-bottom:100;
	position: relative;
}
#box_index {
	margin: 400px auto;
	padding-top:30px;	
	width:850px;
	height:500px;
	background-image:url(image/top_screen.png);
	background-repeat:repeat-x;

}
#box_index p{
	height:30px;
	background-color:#333;
	line-height:180%;
	color:#fff;
	text-align:center;
}
.box_index_left {
  /*margin:上　右　下　左*/
	margin:10px 0 0 60px;
	float:left;
	width:350px;
	height:280px;
}
.box_index_right {
	margin:10px 0 0 30px;
	float:left;
	width:350px;
	height:280px;

}
.footer {
	text-align:center;
	line-height:250%;
	color:#F333;
	font-weight:lighter;
	font-size:0.6em;
	clear:both;
	margin-bottom:0; 
	/*background-color:#F3EED5;*/
	background-image:url(image/nav_btn.png);
	background-repeat:repeat-x;
	width:100%;
	height:24px;
     position:absolute;
     bottom:0;
}

/*profileプロフィール*/
.font_l {
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#profile {/*body*/
	width:100%;
	background-image: url(image/profile_f.png);
	background-repeat: no-repeat;
	background-position:center top;
}
#box_profile {
	width:680px;
	margin:0 auto;
}
.bio {
	margin-top:400px;
	color:#333;
	line-height: 1.5em;
}
.bio p {
	text-indent:inherit;
}
.bio ul {
	margin-left: 10em;
}
.bio li {
	text-indent: -6.0em;
}

/*lesson教室案内*/

#lesson {/*body*/
	width:100%;
	height:100%;
	background-image:url(image/lesson_f.png);
	background-repeat: no-repeat;
	background-position:center top;
}
#box_lesson {
	margin:0 auto;
	margin-top:260px;
	width:740px;
	height:1400px;
	padding: 10px 12px 10px 12px;
	line-height: 120%;
}
#cate_left {
	margin: 0 auto;
	margin-left:60px;
	padding:5px 0px 15px 0px;
	float:left;
	width:200px;
	height:30px;
	font-size:1.5em;
	color:#333;
}
#cate_right {
margin: 20px 0px 0px 0px;
	margin: 0 auto;
	margin-left:250px;
	padding:5px 0px 15px 0px;
	float:left;
	width:150px;
	height:30px;
	font-size:1.5em;
	color:#333;

}
#box_left_lesson {
	margin: 0 auto;
	float:left;
	width:310px;
}
#box_right_lesson {
	margin: 0 auto;
	margin-left:120px;
	float:left;
	width:310px;
}
.map {
	width:350;
	height:300;
	margin:0 auto;
	margin-bottom:20px;
	padding:10px 5px 5px 5px;
	background-color:#FFF;
}
#message {
	clear:both;
	margin:0 auto;

padding:100px 0px 0px 0px;
	width:728px;
	height:200px;
	color:#333;
	font-size:1.1em;
	line-height: 140%;
}
#message a{
	color:#669966;
}


/*linksリンク設定------------------------*/
/* --- 項目の幅（emで指定） --- */


div.box_link {
	margin: 0 auto;
	margin-top:20px;
	background-color:#F3EED5;
	width:850px;
	height:480px;
	text-indent:20px;
	text-align:center;
}
#title_link{
padding:20px 0 20px 0;
	
}
.font {
font-size:16px;

}
.p_link{
	padding-top:290px;
	text-align:center;
	font-size: 20px;
	
	}
	
div.box_link ul.clearFix_link {
	width:810px;
	height:380px;
	margin:0 auto;
	padding: 10px 0 10px 0;
	background-color:#F3EED5;
	
}

div.box_link ul.clearFix_link li {
	float: left;
	list-style-type:none;
	width:250px;
	height:350px;
    text-shadow: 1px 1px #111;/*text-shadow: 横方向 縦方向 ぼかし 影の色;*/
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0px 10px 0px 10px;/*画像ボーダーの外側の空間*/
	line-height:130%;
	text-indent:-2px;
	
}

div.box_link ul.clearFix_link li a:hover {
	
    background-position:left bottom;
	
}
div.box_link ul.clearFix_link li.link1 a{
	
	display:block;
	width:250px;
	height:350px;
	background-image:url(image/link1.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow:hidden;
	color:#FFF;
}
div.box_link ul.clearFix_link li.link2 a{

	display:block;
	width:250px;
	height:350px;
	background-image:url(image/link2.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow:hidden;
	outline:none;
	color:#fff;
}
	
div.box_link ul.clearFix_link li.link3 a{
	display:block;
	width:250px;
	height:350px;
	background-image:url(image/link3.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow:hidden;
	outline:none;
	color:#fff;
	clear:both;

}


