@charset "UTF-8";
/* 左サイドコンテンツ ページタイトル
------------------------------------------------ */
#page_title{
	background:url(../school/image/ptitle_school.gif) no-repeat;
}
#lnavi_teacher a{
	width:185px;
	height:46px;
	display:block;
	text-indent:-9999px;
	background:url(../school/image/pmenu_teacher.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
#lnavi_teacher a:hover{
	background:url(../school/image/pmenu_teacher.gif) 0 -46px no-repeat;
}
#lnavi_school-prof a{
	width:185px;
	height:46px;
	display:block;
	text-indent:-9999px;
	background:url(../school/image/pmenu_school-prof.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
#lnavi_school-prof a:hover{
	background:url(../school/image/pmenu_school-prof.gif) 0 -46px no-repeat;
}
#lnavi_access a{
	width:185px;
	height:46px;
	display:block;
	text-indent:-9999px;
	background:url(../school/image/pmenu_access.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
#lnavi_access a:hover{
	background:url(../school/image/pmenu_access.gif) 0 -46px no-repeat;
}

/* メインコンテンツ [先生の紹介]
------------------------------------------------ */
#teacher_title{
	background:url(../school/image/stitle_teacher.gif) no-repeat;
}
#container_teacher{
	width:570px;
	margin:0 0 70px 100px;
	overflow:hidden;
	position:relative;
	zoom:1; /*IE6でのレイアウト崩れ防止*/
}
#l_box{
	width:390px;
	padding-right:40px;
	float:left;
}
#r_box{
	width:140px;
	float:right;
}
#r_box img{
	padding-bottom:20px;
}
#facebooklink a{
	width:140px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../school/image/btn_facebooklink.gif) 0 0 no-repeat;
}
#facebooklink a:hover{
	background:url(../school/image/btn_facebooklink.gif) 0 -30px no-repeat;
}

/* メインコンテンツ [教室案内]
------------------------------------------------ */
#school-prof_title{
	background:url(../school/image/stitle_school-prof.gif) no-repeat;
}
#container_school-prof{
	width:540px;
	border-top:2px dotted #00a4e5;
	margin:0 0 70px 100px;
}
.borderb{
	width:540px;
	height:60px;
	border-bottom:2px dotted #00a4e5;
	overflow:hidden;
	position:relative;
	zoom:1;
}
#container_school-prof dt{
	width:120px;
	height:60px;
	text-align:center;
	float:left;
}
#container_school-prof dd{
	width:370px;
	background-color:#fafaeb;
	font-size:1.1em;
	text-align:left;
	line-height:60px;
	padding-left:50px;
	float:left;
}
#container_school-prof dd span{
	font-weight:normal;
	font-size:0.9em;
}
#sname, #pname, #saddress, #stel, #smail ,#surl{
	width:72px;
	height:24px;
	display:block;
	text-indent:-9999px;
}
#sname{
	background:url(../school/image/prof_1.gif) center center no-repeat;
}
#pname{
	background:url(../school/image/prof_2.gif) center center no-repeat;
}
#saddress{
	background:url(../school/image/prof_3.gif) center center no-repeat;
}
#stel{
	background:url(../school/image/prof_4.gif) center center no-repeat;
}
#smail{
	background:url(../school/image/prof_5.gif) center center no-repeat;
}
#surl{
	background:url(../school/image/prof_6.gif) center center no-repeat;
}

/* メインコンテンツ [アクセスマップ]
------------------------------------------------ */
#access_title{
	background:url(../school/image/stitle_access.gif) no-repeat;
}
#container_access{
	width:570px;
	margin:0 0 70px 100px;
}
#gmap{
	-moz-border-radius:20px;    /* firefox */
	border-radius:20px;         /* CSS3 */
	width:530px;
	height:500px;
	background-color:#00a4e5;
	padding:20px;
}
