@charset "utf-8"; 

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

/* 校訓
--------------------------------------------------------- */
dl#motto dt {
	float: left;
	width: 3em;
	padding-left: 1em;
	padding-bottom: 4em;
}
dl#motto dd {
	margin-left: 0;
	padding-left: 3em;
	padding-bottom: 4em;
}

/* 沿革
--------------------------------------------------------- */
dl#history dt {
	float: left;
	width: 7em;
	padding-left: 1em;
	color: #E4007F;
}
dl#history dd {
	margin-left: 8em;
	_height: 1%;
}

/* btn
--------------------------------------------------------- */
p.btn {
	width: 220px;
	height: 30px;
	margin: 1em 0;
}
	p.btn a {
		display: block;
		height: 30px;
		text-indent: -9999px;
	}
	/* ----- 常葉グループ上級学校へ ----- */
	p.btn a#group {
		width: 220px;
		background: url(../images/guide/btn01.gif) no-repeat 0 0;
	}
	p.btn a#group:hover, p.btn a#group.self {
		background: url(../images/guide/btn01.gif) no-repeat 0 -30px;
	}
	/* ----- コース紹介へ ----- */
	p.btn a#cource {
		width: 220px;
		background: url(../images/guide/btn02.gif) no-repeat 0 0;
	}
	p.btn a#cource:hover, p.btn a#cource.self {
		background: url(../images/guide/btn02.gif) no-repeat 0 -30px;
	}
	/* ----- グローバルスタディーズコースへ ----- */
	p.btn a#global {
		width: 220px;
		background: url(../images/guide/btn03.gif) no-repeat 0 0;
	}
	p.btn a#global:hover, p.btn a#global.self {
		background: url(../images/guide/btn03.gif) no-repeat 0 -30px;
	}
	/* ----- 総合進学コースへ ----- */
	p.btn a#general {
		width: 220px;
		background: url(../images/guide/btn04.gif) no-repeat 0 0;
	}
	p.btn a#general:hover, p.btn a#general.self {
		background: url(../images/guide/btn04.gif) no-repeat 0 -30px;
	}
	/* ----- 年間行事へ ----- */
	p.btn a#event {
		width: 220px;
		background: url(../images/guide/btn05.gif) no-repeat 0 0;
	}
	p.btn a#event:hover, p.btn a#event.self {
		background: url(../images/guide/btn05.gif) no-repeat 0 -30px;
	}
	/* ----- 部活動紹介へ ----- */
	p.btn a#club {
		width: 220px;
		background: url(../images/guide/btn06.gif) no-repeat 0 0;
	}
	p.btn a#club:hover, p.btn a#club.self {
		background: url(../images/guide/btn06.gif) no-repeat 0 -30px;
	}
	/* ----- 進路・資格取得情報へ ----- */
	p.btn a#info {
		width: 220px;
		background: url(../images/guide/btn07.gif) no-repeat 0 0;
	}
	p.btn a#info:hover, p.btn a#info.self {
		background: url(../images/guide/btn07.gif) no-repeat 0 -30px;
	}

/* =========================================================
 sub
========================================================= */
div#sub {
	width: 200px;
}
	div#sub h3 {
		padding-left: 2px;
	}

div#subMenu {
	margin: 2px 0;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
div#sub ul {
}

