@charset "utf-8";
/* ================================================
基本共通css
================================================ */

/* ヘッダーエリア
----------------------------------------------------------------------------- */
#header {
	width: 900px;
	position: relative;
	font-size: 1%;
	height: 108px;
	background-image: url(../imgs/bgtop.gif);
	background-position: top;
}
#header #tilte {
	background-image: url(../imgs/top_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 107px;
	width: 466px;
	position: relative;
	text-align: left;
}
#tilte a {
	width: 466px;
	height: 107px;
	/* \*/overflow: hidden;
	display: block;
	background-image: url(../imgs/top_logo.gif);
	text-decoration: none;
}

#header #gakken {
	float: right;
	height: 60px;
	width: 119px;
	position: relative;
	background-image: url(../imgs/top_gakken.gif);
	background-repeat: no-repeat;
	padding-top: 39px;
	background-position: left 39px;
}
#gakken a {
	width: 119px;
	height: 60px;
	/* \*/overflow: hidden;
	display: block;
	background-image: url(../imgs/top_gakken.gif);
	text-decoration: none;
}

/* topナビゲーション　エリア指定 */


/* topナビゲーション */


#top_navi ul,
#top_navi li {
	margin: 0;
	padding: 0;
}
