@charset "utf-8";

/*	背景画像を画面ぎりぎりまで表示させるための記述	*/
* {
	margin:0;
	padding:0;
}

/*	ページ全体	*/
#wrapper{
	width: 760px;
	background-image: url(../images/hk.gif);
	background-repeat: repeat-y;
	background-position : right;
}

#header{
	position: absolute;
	height: 150px;
	top: 1px;
	left: 0px
}

#headbar{
	width: 750px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 63px;
}

/*	cont1とcont2を含むボックス	*/
#container{
	float: left;
	background-color: #FAF3EF;
	margin-top: 80px;
	width: 750px;
}

/*	カラム1	*/
#cont1{
	float: left;	/*	左にフロート	*/
	background-color: #FAF3EF;
	background-image: url(../images/body_hk_.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 220px;
	display: block;
	padding: 5px;
}

/*	カラム2	*/
#cont2{
	float: right;	/*	右にフロート	*/
	background: #FFFFFF;
	width: 510px;
	padding: 5px 0 0 10px;
}

#footer{
	clear: both;
	padding-top: 10px;
}

#school{
	left: 8px;
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 20px;
	padding-left: 16px;
}


#li{
	text-align: center;
	list-style-type: none;
}

#li li:not(\*|*){	/*	Opera9.6のみに適用のブラウザ調整記述	*/
	padding: 2px 0;
	}


