@charset "utf-8";

#teacher{
width:760px;
margin:0 auto;
font-size:12px;
}
/* ＝＝＝＝＝＝ボタン＝＝＝＝＝＝ */
#btn{
width:760px;
margin:10px 0;
height:40px;
}
#btn ul{
width:770px;
margin:0 -10px 0 5px;
}

#btn ul li{
float:left;
background:url(../img/btn_bg.gif) no-repeat;
width:180px;
height:40px;
font-weight:bold;
margin-right:10px;
text-align:center;
line-height:40px;
}
#btn ul li a{
display:block;
width:180px;
height:40px;
}
#btn ul li a:hover{
color:#FF9999;}


/* ＝＝＝＝＝＝講師紹介詳細＝＝＝＝＝＝ */

#teacher .teacher_hotel,
#teacher .teacher_travel,
#teacher .teacher_bridal,
#teacher .teacher_other
{
height:300px;
margin:0 0 10px 0;
}

	#teacher .teacher_hotel{background:url(../img/hotel01.jpg) no-repeat;}
	#teacher .teacher_travel{background:url(../img/travel01.jpg) no-repeat;}
	#teacher .teacher_bridal{background:url(../img/bridal01.jpg) no-repeat;}
	#teacher .teacher_other{background:url(../img/other01.jpg) no-repeat;}
	
#teacher .comment{
padding:0px 140px 0 250px;}


/*---アイコン--- */
#teacher .ico_career{background:url(../img/ico_career.gif) no-repeat 10px 0;}
#teacher .ico_lesson{background:url(../img/ico_lesson.gif) no-repeat 10px 0;}
#teacher .ico_career,#teacher .ico_lesson{
font-size:10px;
padding:0 10px 0 60px;
margin:0 0 10px 0;
}

/* ---先生たち--- */
#teacher .teachers{
float:left;
width:365px;
padding:5px;
background:#eeeee5;
margin:0px 10px 10px 0;
}


/*---そのほか先生--- */
#teacher .other{
clear:both;
background:#eeeee5 url(../img/ico_other.gif) no-repeat 5px 5px;
margin:10px 0;
font-size:10px;
padding:30px 20px 10px 30px;
}


