/* -------------------------------------------------------- 
				総合テンプレート設定
---------------------------------------------------------- */
#container {
	width:768px;
	margin-bottom:10px;
	background:#ffffff url(../images/bg.jpg) left top repeat-y;
}
#contents {
	width:590px;
	padding-bottom:30px;
	float:right;
	height:100%;
}
#main {
	padding:0px 15px 20px 15px;
}
#main ul li {
	list-style:none;
	padding:3px 5px 3px 16px;
	background:url(../images/ic_s_arrow.jpg) 0% 0.5em no-repeat;
}
#main ol li {
	background:none;
	padding:3px 5px 3px 0px;
}
h1 {
	font-size:125%;
	padding:5px 10px;
	margin:15px 0px 10px 0px;
	border-left:5px solid #CC0000;
	clear:both;
}
h2 {
	font-size:115%;
	padding:25px 25px 10px;
	background:url(../images/h2_icon_red.jpg) 0% 1.5em no-repeat;
	clear:both;
}
h3 {
	font-size:100%;
	padding:5px;
	margin:10px 0px;
	color:#333333;
	border-bottom:1px solid #999999;
	clear:both;
}
#pankuzu {
	font-size:80%;
	color:#999999;
	text-align:right;
}
#pagetop {
	clear:both;
	background:url(../images/bg_bottom.jpg) left bottom no-repeat;
}
ul {
	padding:10px;
}
table ul {
	padding:5px;
}
blockquote {
	margin:15px 27px;
	padding:0px;
}
/* -------------------------------------------------------- 
				テーブル設定
---------------------------------------------------------- */
.table p {
	padding:2px;
	margin:1px;
	line-height:150%;
}
.table {
	margin:10px auto;
	border:1px solid #999999;
	border-collapse:collapse;
}
.table th,
.table td,
.table tr {
	border-collapse:collapse;
	border:1px solid #999999;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／学校概要
---------------------------------------------------------- */
#outline h1 {
	border-left:5px solid #CC0000;
}
#outline h2 {
	background:url(../images/h2_icon_red.jpg) 0% 1.5em no-repeat;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／学校の沿革
---------------------------------------------------------- */
#history td {
	padding:5px 0px;
	border-bottom:1px dotted #aaaaaa;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／教育内容
---------------------------------------------------------- */
#education h1 {
	border-left:5px solid #3568B7;
}
#education h2 {
	background:url(../images/h2_icon_blue.jpg) 0% 1.5em no-repeat;
}
#report table h2 {
	padding:0px 0px 10px;
	margin:0px;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／スクールライフ
---------------------------------------------------------- */
#life #main {
	width:590px;
	padding:0px;
}
#life_main {
	padding:0px 15px 20px;
}
#life h1 {
	border-left:5px solid #43A51A;
}
#life h2 {
	background:url(../images/h2_icon_green.jpg) 0% 1.5em no-repeat;
}
#event li {
	font-size:90%;
	padding:4px 2px 2px 17px;
 }
#club h3 {
	margin-right:10px;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／受験生の皆さんへ
---------------------------------------------------------- */
#examination h1 {
	border-left:5px solid #E56600;
}
#examination h2 {
	background:url(../images/h2_icon_orange.jpg) 0% 1.5em no-repeat;
}
#voice p {
	padding-top:5px;
}
#voice h2 {
	font-size:115%;
	padding:0px 0px 10px;
	background:none;
	clear:none;
}
/* -------------------------------------------------------- 
				カテゴリ個別設定／その他
---------------------------------------------------------- */
#other h1 {
	border-left:5px solid #888888;
}
#other h2 {
	background:url(../images/h2_icon_white.jpg) 0% 1.5em no-repeat;
}
#other h2 a,
#other h2 a:visited {
	color:#333333;
	text-decoration:none;
}
#other h2 a:hover {
	color:#CC3300;
	text-decoration:underline;
}
#other li {
	margin-left:45px;
	padding:3px 3px 3px 15px;
	background:url(../images/menu.jpg) left center no-repeat;
}
#other .submenu{
	border-bottom:none;
	margin-left:70px!important;
	background:url(../images/submenu.gif) left top no-repeat;
}
#other td {
	padding-bottom:20px;
}
#other p {
	padding:0px 0px 10px 20px;
}
#sitemap strong {
	margin-left:3px;
}
/* -------------------------------------------------------- 
				ナビゲーション
---------------------------------------------------------- */
#navi div {
	border-bottom:1px #BCBCBC solid;
	padding:10px 7px;
}
#navi li {
	list-style:none;
	padding:5px 15px;
	background:url(../images/menu.jpg) 0% 0.6em no-repeat;
}
#navi div p {
	border-bottom:none;
	padding:3px 3px 3px 15px;
	background:url(../images/menu.jpg) left center no-repeat;
}
#navi div .submenu{
	border-bottom:none;
	margin-left:25px!important;
	background:url(../images/submenu.gif) left top no-repeat;
}
#navi #freespace {
	border-bottom:none;
}
/* -------------------------------------------------------- 
				各コンテナのフロート解除設定 
---------------------------------------------------------- */
#container {
	/* ===== IE7 ============ */
	min-height:1px;
	/* ===== IE7 ============ */

	/* ===== MAC-IE ========= */
	/*\*//*/
    height: auto;
	overflow:hidden;
	/**/
	/* ===== MAC-IE end ===== */
}

/* ===== IE5 ================ */
/*\*/
* html #container {
	height: 1px;
}
/**/
/* ===== IE5 end ============ */

/* ===== FF and NN ========== */
#container:after, {
	height: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* === FF and NN end ======== */