<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*TOP_BOX*/
#r_topbox{
/*	border:#0000ff solid 1px;*/
	width:780px;
	margin-top:5px;
	float:left;
}

#rt_leftbox{
/*	border:#000000 solid 1px;*/
	width:200px;
	float:left;
}

#rt_rightbox{
/*	border:#0000ff solid 1px;*/
	width:570px;
	float:right;
}

/*BOTTOM_BOX*/
#r_bottombox{
/*	border:#000000 solid 1px;*/
	width:780px;
	margin-top:20px;
	float:left;
}

#rb_leftbox{
/*	border:#000000 solid 1px;*/
	width:200px;
	float:left;
}

#rb_rightbox{
/*	border:#0000ff solid 1px;*/
	width:570px;
	float:right;
}

#rbr_leftbox{
/*	border:#0000ff solid 1px;*/
	float:left;
	width:570px;
	float:left;
}

.teacher_list{
/*	border:#0000ff solid 1px;*/
/*	margin-bottom:15px;*/
}

/*IE6 top X*/
/*#rbr_rightbox{
	border:#0000ff solid 1px;
	width:150px;
	float:right;
	margin-top:60px;
	margin-right:10px;
}*/

.topics{
/*	border:#0000ff solid 1px;*/
	line-height:1.4em;
}

.t_shadow{
	border:#cccccc solid 1px;
	background-color:#ffffc6;
	width:98%;
	
	/* For Internet Explorer 5.5 - 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=10, Direction=135);
	
	/* For Mozilla/Gecko (Firefox etc) */
	-moz-box-shadow: 4px 4px 13px gray;
	
	/* For WebKit (Safari, Google Chrome etc) */
	-webkit-box-shadow: 4px 4px 13px gray;
}

.t_title{
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#ffbf7f;
	font-size:80%;
	line-height: 18pt;
}

.t_contents{
/*	border:#cccccc solid 1px;*/
	color:black;
	font-size:80%;
	line-height: 15pt;
	padding-left:5px;
	padding-right:5px;
}

.scale {
    width: 400px;
    height: 300px;
/*    overflow: hidden;*/
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


</pre></body></html>