@charset "utf-8"; 

/* =========================================================
 main
========================================================= */
div#main {
	clear: both;
	width: 630px;
}

/* headline
--------------------------------------------------------- */
div#imgTop {
	padding-bottom: 13px;
}

/* education
--------------------------------------------------------- */
div#education {
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
div#education a {
	display: block;
	height: 80px;
	text-indent: -9999px;
}
	/* ----- 総合的な学習の時間 ----- */
	div#education p#general {
		float: left;
		width: 445px;
	}
	div#education p#general a {
		width: 445px;
		background: url(../images/top/btn01.jpg) no-repeat 0 0;
	}
	div#education p#general a:hover {
		background: url(../images/top/btn01.jpg) no-repeat 0 -80px;
	}
	/* ----- 英語教育 ----- */
	div#education p#english {
		float:right;
		width: 445px;
	}
	div#education p#english a {
		width: 445px;
		background: url(../images/top/btn02.jpg) no-repeat 0 0;
	}
	div#education p#english a:hover {
		background: url(../images/top/btn02.jpg) no-repeat 0 -80px;
	}

/* topics
--------------------------------------------------------- */
	div#topics dt {
		width: 9em;
		padding-left: 4em;
	}
		/* ----- NEWアイコン ----- */
		div#topics dt.new {
			background: url(../images/top/icon_new.gif) no-repeat 0.5em 3px;
		}

/* =========================================================
 sub
========================================================= */
div#sub {
	width: 250px;
}
div#sub ul {
	background: url(../images/top/bnr_back01.gif) 0 0;
	padding: 6px 0 0;
}
div#sub li {
	padding-bottom: 6px;
}
div#sub a {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
	/* ----- 制服発表 ----- */
	div#sub a#uniform {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn05.jpg) no-repeat 0 0;
	}
	div#sub a#uniform:hover {
		background: url(../images/top/sub_btn05.jpg) no-repeat 0 -70px;
	}
	/* ----- 学校説明会 受験要項 ----- */
	div#sub a#guideline {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn01.jpg) no-repeat 0 0;
	}
	div#sub a#guideline:hover {
		background: url(../images/top/sub_btn01.jpg) no-repeat 0 -70px;
	}
	/* ----- 学校生活 ----- */
	div#sub a#life {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn02.jpg) no-repeat 0 0;
	}
	div#sub a#life:hover {
		background: url(../images/top/sub_btn02.jpg) no-repeat 0 -70px;
	}
	/* ----- 本校保護者の方へ ----- */
	div#sub a#parent {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn03.jpg) no-repeat 0 0;
	}
	div#sub a#parent:hover {
		background: url(../images/top/sub_btn03.jpg) no-repeat 0 -70px;
	}
	/* ----- 学校法人 常葉学園 ----- */
	div#sub a#tokoha {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn04.jpg) no-repeat 0 0;
	}
	div#sub a#tokoha:hover {
		background: url(../images/top/sub_btn04.jpg) no-repeat 0 -70px;
	}
