@charset "utf-8";
.text1 {
	font-size: 10px;
}
.text2 {
	font-size: 12px;
	letter-spacing: 0.15em;

}
.text3 {
	font-size: 12px;
	font-weight: bold;
}
.text4 {
	font-size: 14px;
	color: #CC0000;
}
.text5 {
	font-size: 12px;
	color: #CC0000;
}
.text6 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.text7 {
	font-size: 12px;
	color: #CC6666;
}
.text8 {
	font-size: 12px;
	color: #400000;
	line-height: 140%;
}
.text9 {
	font-size: 12px;
	letter-spacing: 0.2em;
	vertical-align: top;
}
.text10 {
font-size: 12px;
	color: #FFFFFF;
}.text11 {
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.25em;
}
.text8Copy {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
	text-transform: none;


}
.text13 {
	font-size: 12px;
	color: #3366FF;
}
.line {
	font-size: 10px;
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	height: 20px;
}

img{border:0;}

.f_tbl {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	height: 150px;
}

.f_tbl2{
	float: left;
	width: 270px;
	margin-bottom: 10px;
	height: 170px;
	font-size: 12px;
}
.f_clear {
	clear: both;
}
h3 {
	font-size: 16px;
	color: #996600;
}
.text14 {
	font-size: 14px;
	color: #400000;
	line-height: 130%;
}
.red_m {
	font-size: 14px;
	color: #FF0000;
	line-height: 140%;
}
.tx_gray {
	color: #666666;
}

.fleft {
	float: left;
	padding-right: 10px;
}
.txblue14 {
	font-size: 14px;
	color: #0066CC;
}
 .contents li {
	font-size: 14px;
	background-image: url(../image/list_ico.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style-type: none;
	padding-bottom: 5px;
	margin: 0px;
}
 .contents ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.contents {
	padding-left: 15px;
	width: 615px;
	font-size: 14px;
}
.shcool1 {
	background-image: url(../image/school_photo1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
}
.school2 {
	background-image: url(../image/school_photo3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tx14br {
	font-size: 14px;
	color: #996600;
}
.test {
	background-image: url(../image/photo_test.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*======================================
	1-4. Hypertext Module
=======================================*/

a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #0099cc;
	text-decoration: none;
}

a:focus{ /*リンクをクリックした際に表示される点線を消す*/
outline:none;
}

ul,li,
 {
	list-style-type:none;
	list-style-position: outside ;
}


/*======================================
	メニュー　スタイル
=======================================*/


#navi{
	width:159px;
	margin-top: 1px;
}



#navi ul {
	margin:0;
	padding:0;
	width: 159px;
}
#navi li {
	list-style-type: none;
	margin:0;
	padding:0;
}
.mn1 a, .mn2 a, .mn3 a, .mn4 a, .mn5 a, .mn6 a , .mn7 a, .mn8 a, .mn9 a, .mn10 a{
	display: block; /* ブロックボックス化 */
	position: relative; /* for IE6 （マウス反応範囲が広がらないバグの対処）*/
	height:	0;
	padding-top:40px;
	overflow:hidden;
		width:159px;

}
.mn1 a {
	background:url(../image/mn01.gif) no-repeat;
}


.mn2 a {
	background:url(../image/mn02.gif) no-repeat;
}

.mn3 a {
	background:url(../image/mn03.gif) no-repeat;
}

.mn4 a {
	background:url(../image/mn04.gif) no-repeat;
}
.mn5 a {
	background:url(../image/mn05.gif) no-repeat;
}

.mn6 a {
	background:url(../image/mn06.gif) no-repeat;
}
.mn7 a {
	background:url(../image/mn07.gif) no-repeat;
}

.mn8 a {
	background:url(../image/mn08.gif) no-repeat;
}
.mn9 a {
	background:url(../image/mn09.gif) no-repeat;
}

.mn10 a {
	background:url(../image/mn10.gif) no-repeat;
}

.mn1 a:hover,
.mn2 a:hover,
.mn3 a:hover,
.mn4 a:hover,
.mn5 a:hover,
.mn6 a:hover,
.mn7 a:hover,
.mn8 a:hover,
.mn9 a:hover,
.mn10 a:hover
{
filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;}


/*======================================
	1-2.Structure Module
=======================================*/

body {
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}


div#content,
div#head,
div#head2,
div#head3,
div#topicPath{
	text-align: left;
	margin: auto;
	width:810px;}

div#foot{
	text-align: center;
	margin: auto;
	background-image: url(../img/foot_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:12px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #400000;
}


div#head{
	height: 100px;
	position: relative;
	font-size:12px;

}

div#content{
	margin-top:10px;
	padding: 0px;
}

div#side{
	width:159px;
	float:left;
	font-size:12px;
	background-color: #FFFFFF;
	margin-left: 0px;
}

div#main{
	width:630px;
	float:right;
}

div#pagetop{
	clear:both;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sapporo {
	margin-left: 10px;
	padding: 0px;
}

