@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#global {
		float: left;
		width: 445px;
	}
	div#education p#global a {
		width: 445px;
		background: url(../images/top/btn01.jpg) no-repeat 0 0;
	}
	div#education p#global a:hover {
		background: url(../images/top/btn01.jpg) no-repeat 0 -80px;
	}
	/* ----- 総合進学コース ----- */
	div#education p#general {
		float:right;
		width: 445px;
	}
	div#education p#general a {
		width: 445px;
		background: url(../images/top/btn02.jpg) no-repeat 0 0;
	}
	div#education p#general a:hover {
		background: url(../images/top/btn02.jpg) no-repeat 0 -80px;
	}

/* important
--------------------------------------------------------- */
div#important p {
	margin: 0 0 10px 0;
	border: 1px solid #E4007F;
	background: #FFE6F5;
	padding: 5px;
	text-align: center;
}
div#important img {
	margin-right: 5px;
	vertical-align: middle;
}

/* 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: 0.5em 0 0;
}
div#sub li {
	padding-bottom: 0.5em;
}
div#sub a {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
	/* ----- 学校説明会 ----- */
	div#sub a#briefing {
		width: 230px;
		height: 120px;
		background: url(../images/top/sub_btn07.jpg) no-repeat 0 0;
	}
	div#sub a#briefing:hover {
		background: url(../images/top/sub_btn07.jpg) no-repeat 0 -120px;
	}
	
	/* ----- 学校説明会image ----- */
	div#sub a#briefing_img {
		width: 230px;
		height: 120px;
		text-indent: 0;
	}
	
	/* ----- 新校舎建築 ----- */
	div#sub a#schoolhouse {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn06.gif) no-repeat 0 0;
	}
	div#sub a#schoolhouse:hover {
		background: url(../images/top/sub_btn06.gif) no-repeat 0 -70px;
	}
	/* ----- 制服発表 ----- */
	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#exam {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn01.jpg) no-repeat 0 0;
	}
	div#sub a#exam: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#course {
		width: 230px;
		height: 70px;
		background: url(../images/top/sub_btn03.jpg) no-repeat 0 0;
	}
	div#sub a#course: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;
	}
	*/
	div#sub li#tokoha {
		margin: 0 auto;
		width: 230px;
		height: 90px;
	}

