@charset "UTF-8";

@import "common.css";

body{
	background:none;
}


/*枠設定*/

.tbox_block {
	width: 580px;
	margin: 20px auto 10px auto;
}

.tbox_block table {
	width: 100%;
	vertical-align: top;
}

.tbox_block h1 {
	border-bottom: 0;
}


.tbox_block p,
.tbox_block .table-bottom {
	margin-bottom: 10px;
}

.top_ttl {
	width: 560px;
	margin-bottom:10px;
	padding: 5px 10px;
	background-color: #0b93d3;
	color:#FFFFFF;
	font-weight: bold;
}

.teacher-name-block {
	width: 100%;
	margin: 0 auto;
}

.teacher-name-block p{
	float: left;
}

.teacher-name-block img {
	float: left;
	margin-left: 10px;
}


.tbox_block p a:link,
.tbox_block p a:visited {
	color:#0B93D3;
	text-decoration:none;
}

.tbox_block p a:hover,
.tbox_block p a:active {
	color:#0B93D3;
	text-decoration:underline;
}





/*-----------------------------------------
	ttl
-----------------------------------------*/

.ttl01 {
	width: 560px;
	padding:0 0 5px 0;
	background:url(../common/line_dot.gif) bottom repeat-x;
}


.ttl01 span {
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 6px no-repeat;
	font-size:116%;
	font-weight:bold;
}

.ttl02 {
	padding: 5px 10px;
	background-color: #F3F3F3;
	font-weight: bold;
}

.ttl03 {
	padding:0 0 5px 0;
	background:url(../common/line_dot.gif) bottom repeat-x;
}


.ttl03 span {
	padding-left:12px;
	background:url(../common/icon_maru01.gif) 0 6px no-repeat;
	font-size:116%;
	font-weight:bold;
}


