/*  
CSS Name: 関東第一高等学校様 2008年度版Webサイトデザイン印刷用CSS
Version: 1.0
*/


body {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 800px;
	margin: 0 auto;
	color: #222;
	background: url(images/body_bg.gif) center repeat-y;
	}

body.inline_frame {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #222;
	background: none;
	overflow-x: hidden;
	}

body.single {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #222;
	background: none;
	}

a:link, a:visited {color: #06c;text-decoration:none;}
a:hover {color: #06c;text-decoration:underline;}



#wrapper_box {
	display: block;
	position: relative;
	top: 65px;
	z-index: 1;
	text-align: left;
	width: 800px;
	}

#wrapper {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
	}


/* ----- ヘッダー部 ----- */

#header_box {
	display: block;
	width: 100%;
	}

#header {
	display: block;
	width: 100%;
	}

#headerimage {
	display: block;
	width: 100%;
	border-bottom: 5px solid #ddd;
	}

body.single #header {
	height: 60px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 2px solid #ddd;
	border-bottom: 5px solid #ddd;
	}



/* ----- 上部ナビゲーションメニュー ----- */

#topnavi {
	display: none;
/*	display: block; */
	position: absolute;
	z-index: 100;
	width: 800px;
	height: 40px;
	margin: 10px 0;
	}

#topnavi ul {
	list-style: none;
	display: inline;
	}

#topnavi ul li {
	float: left;
	}

#topnavi ul li a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	width: 100%;
	}

#nav01 { width: 160px; }
#nav02 { width: 160px; }
#nav03 { width: 160px; }
#nav04 { width: 160px; }
#nav05 { width: 160px; }

#nav01 a { background-image: url(images/topmenu_bg.gif);background-position: 0px 0; }
#nav02 a { background-image: url(images/topmenu_bg.gif);background-position: -160px 0; }
#nav03 a { background-image: url(images/topmenu_bg.gif);background-position: -320px 0; }
#nav04 a { background-image: url(images/topmenu_bg.gif);background-position: -480px 0; }
#nav05 a { background-image: url(images/topmenu_bg.gif);background-position: -640px 0; }

#nav01 a:hover, #nav01 a.active { background-image: url(images/topmenu_bg.gif);background-position: 0px 40px; }
#nav02 a:hover, #nav02 a.active { background-image: url(images/topmenu_bg.gif);background-position: -160px 40px; }
#nav03 a:hover, #nav03 a.active { background-image: url(images/topmenu_bg.gif);background-position: -320px 40px; }
#nav04 a:hover, #nav04 a.active { background-image: url(images/topmenu_bg.gif);background-position: -480px 40px; }
#nav05 a:hover, #nav05 a.active { background-image: url(images/topmenu_bg.gif);background-position: -640px 40px; }

#topnavi ul .parent ul {
	display: none;
	}

#topnavi ul .parent ul li {
	display: none;
	}

#topnavi ul .parentOn ul {
	display: block;
	}

#topnavi ul li.parentOn ul li{
	float: none;
	}

#topnavi ul li.parentOn ul li a {
	display: block;
	overflow: hidden;
	height: auto !important;
	padding: 4px 0 4px 15px;
	width: 143px;
	background: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	color: #666;
	font-size: 90%;
	}

#topnavi ul li.parentOn ul li a:hover {
	background: #fff url(images/list.gif) 5px no-repeat;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	}





/* ----- コンテンツ部全体 ----- */

#page {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

#main {
	float: left;
	display: block;
	width: 100%;
	margin: 0 auto;
	}



/* ----- パンくずリスト ----- */

div.breadcrumb {
	display: block;
	width: 550px;
	margin: 0 0 15px;
	padding: 1px 10px 0;
	font-size: 12px;
	}



/* ----- 本文エリア ----- */

#content {
	display: block;
	float: left;
	width: 570px;
	margin: 0px;
	}

#content_index {
	display: block;
	float: left;
	width: 570px;
	margin: 0px;
	}

#content_inner {
	display: block;
	width: 530px;
	margin: 0 auto;
	padding: 0 0 10px 0;

	}

#content_index_inner {
	display: block;
	width: 550px;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
	}

#top_news {
	clear: both:
	width: 100%;
	padding: 0 10px 10px;
	}

#top_news ul {
	padding: 10px 0 10px10px;
	}

#top_news ul li, #sidebar ul li {
	padding: 3px 0 0 10px;
	background: url(images/li.gif) left 10px no-repeat;
	font-size: 90%;
	border-bottom: 1px dashed #ccc;
	}

#content small {
	font-weight: bold;
	padding: 2px 6px 3px;
	}

div.entry_center {
	text-align: center;
	}

#content ol {
	padding: 10px 0 0 42px;
	list-style-type: decimal;
	list-style-position: outside;
	}
	
#content ol li {
	padding-left: 0;
	}
	
div.navigation {
	display: block;
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0;
	}


div.alignleft {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	}

div.alignright {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	}

div.information_window {
	display: block;
	margin-top: 15px;
	padding: 20px;
	background: #fdfdfd;
	border: 1px dashed #cfcfcf;
	font-size: 85%;
	color: #003;
	text-align: justify;
	text-justify: distribute;
 	}

div.information_window strong {
	font-size: 100%;
	}


/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

p.contentnavi {
	text-align: right;
	}

p.gotop {
	text-align: right;
	font-size: 90%;}




/* ---------- サイドバー ---------- */

#sidebar {
	float: right;
	width: 220px;
	margin: 0 0 16px;
	padding: 0 5px;
	line-height: 1.8;
	}

h3.sidebar_title{
	margin: 10px 0 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
	color: #666;
	background: none;
	}

#sidebar p {
	padding: 0px 10px;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	}

#sidebar ul li a {
	color: #003;
	}

#sidebar ul.yellow li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-yellow_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.yellow li a:hover {
	background: url(images/sidemenu-yellow_hover_bg.gif) no-repeat;
	}

#sidebar ul.green li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-green_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.green li a:hover {
	background: url(images/sidemenu-green_hover_bg.gif) no-repeat;
	}

#sidebar ul.pink li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-pink_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.pink li a:hover {
	background: url(images/sidemenu-pink_hover_bg.gif) no-repeat;
	}

#sidebar ul.blue li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-blue_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.blue li a:hover {
	background: url(images/sidemenu-blue_hover_bg.gif) no-repeat;
	}

#sidebar ul.purple li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-purple_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.purple li a:hover {
	background: url(images/sidemenu-purple_hover_bg.gif) no-repeat;
	}

#sidebar ul.bluegreen li a {
	display: block;
	width: 208px;
	background: url(images/sidemenu-bluegreen_bg.gif) no-repeat;
	padding: 10px 0 10px 12px;
	}

#sidebar ul.bluegreen li a:hover {
	background: url(images/sidemenu-bluegreen_hover_bg.gif) no-repeat;
	}

#sidebar ul.oshirase li {
	display: block;
	width: 208px;
	padding: 0 0 0 12px;
	background: url(images/list_oshirase.gif) left 6px no-repeat;
	}




/* ---------- フッター関連 ---------- */

#footer_box {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	border-top: 5px solid #ddd;
	}
	
#footer {
	width: 100%;
	font-size: 90%;
	}

#footer p {
	text-align: center;
	}



/* ---------- 全体のテキストやイメージなど ---------- */

h2 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 0px;
	background: url(images/h2.gif) left no-repeat;
	}

h2.green {background: url(images/h2_green.gif) left no-repeat;}
h2.yellow {background: url(images/h2_yellow.gif) left no-repeat;}
h2.pink {background: url(images/h2_pink.gif) left no-repeat;}
h2.blue {background: url(images/h2_blue.gif) left no-repeat;}
h2.purple {background: url(images/h2_purple.gif) left no-repeat;}

h3 {
	font-size: 140%;
	font-weight: bold;
	margin: 24px 0 16px;
	padding: 0;
	background: url(images/h3.gif) left bottom no-repeat;
	border: none;
	}

h3.pink{background-image: url(images/h3_pink.gif);}
h3.yellow{background-image: url(images/h3_yellow.gif);}
h3.blue{background-image: url(images/h3_blue.gif);}
h3.green{background-image: url(images/h3_green.gif);}
h3.purple{background-image: url(images/h3_purple.gif);}

h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 8px 0;
	padding: 0;
	background: url(images/h4.gif) left bottom no-repeat;
	}

h4.green{background-image: url(images/h4_green.gif);}
h4.pink{background-image: url(images/h4_pink.gif);}
h4.blue{background-image: url(images/h4_blue.gif);}
h4.yellow{background-image: url(images/h4_yellow.gif);}
h4.purple{background-image: url(images/h4_purple.gif);}

h4.faq {
	padding: 0;
	background-image: url(images/h4_blue.gif);
	}

h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0px;
	padding: 0 ;
	background: url(images/h5.gif) left 4px no-repeat;
	}

h5.green {background-image: url(images/h5_green.gif);}
h5.blue {background-image: url(images/h5_blue.gif);}
h5.pink {background-image: url(images/h5_pink.gif);}
h5.yellow {background-image: url(images/h5_yellow.gif);}
h5.purple {background-image: url(images/h5_purple.gif);}

strong {
	font-weight: bold;
	}
	
p {
	margin: 5px 0 0;
	padding: 0 0 6px;
	text-align: justify;
	text-justify: distribute;
	}

img{
	border: 0px;
	vertical-align: bottom;
	}

hr {
	display: none;
	}

input, textarea {
	font-size: 95%;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.clear {
	clear: both;
	}

.clearall {
	clear: both;
	}

dd {
	text-align: justify;
	text-justify: distribute;
	}

span.blue {
	font-size: 110%;
	font-weight: bold;
	color: #55c;
	}

span.green {
	font-size: 110%;
	font-weight: bold;
	color: #5a5;
	}

span.red {
	font-size: 110%;
	font-weight: bold;
	color: #c55;
	}


/* ----- テーブル関連 ----- */

table {
	width: 100%;
	margin: 10px 0;
	}

table.youkou {
	width: 100%;
	margin: 10px 0;
	font-size: 90%;
	}

th, td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #aac;
	text-align: justify;
	text-justify: distribute;
	font-size: 90%;
	}

th {
	font-weight: bold;
	white-space: nowrap;
	}

.noborder th,
.noborder td {
	border: 0px;
	}

/* 年間年間行事 */

div#eventlist {
	}

div#eventlist p {
	margin: 0;
	padding: 0;
	}
	
div#eventlist img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}

table.eventlist {
	display: block;
	margin: 0;
	border: none;
	text-align: left;
	}

table.eventlist td {
	width: 165px;
	padding: 10px;
	font-size: 90%;
	border: none;
	}



/* 施設・環境 */

div#facilitylist {
	}

div#facilitylist p {
	margin: 0;
	padding: 0;
	}

div#facilitylist p.size90 {
	padding: 10px 10px 0 0;
	}
	
div#eventlist img {
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align: bottom;
	}

table.facilitylist3,
table.facilitylist2 {
	display: block;
	width: 520px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	}

table.facilitylist3 td {
	width: 173px;
	padding: 10px 5px;
	font-size: 90%;
	border: none;
	}

table.facilitylist2 td {
	width: 259px;
	padding: 10px;
	font-size: 90%;
	border: none;
	}




/* ---------- 下部サイトマップ関連 ---------- */

#sitemap {
	display: block;
	width: 100%;
	}

#sitemap_inner {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 5px solid #ddd;
	}

#sitemap_inner ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#sitemap_inner a {
	}

/*
#sitemap_inner:hover {
	border-top: 5px solid #ddd;
	}
	
#sitemap_inner:hover a {
	color: #06c;
	}
*/

#sitemap_inner ul li {
	display: block;
	float: left;
	width: 146px;
	text-align: left;
	padding: 0 0 0 11px;
	} 

#sitemap_inner ul li ul li {
	padding: 2px 0 0;
	border: none;
	font-size: 85%;
	}

#sitemap_inner ul li ul li a {
	}

#sitemap_inner ul li ul li a:hover {
	color: #002;
	}

#sitemap_inner ul li ul li.child {
	padding: 2px  0 0 11px;
	border: none;
	font-size: 85%;
	}

#sitemap_inner ul li ul li.sitemap_title {
	border-bottom: 2px solid #999;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	}

/*
#sitemap_inner:hover ul li ul li.sitemap_title {
	color: #666;
	border-bottom: 2px solid #999;
	}
*/





/* ----- クラブ活動 ----- */

table.clubtop {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

table.clubtop td {
	padding: 10px 0;
	border: none;
	vertical-align: middle;
	}
	
ul.clublist {
	margin: 0;
	padding: 0;
	}

ul.clublist li {
	padding: 0 0 0 12px;
	background: url(images/list_blue.gif) left no-repeat;
	}

/*
ul.clublist li a {
	margin: 0;
	padding: 0;
	}
*/

dl.clubactivity_sports, dl.clubactivity_cultural {
	float: left;
	margin: 20px 0 0;
	}

dl.clubactivity_sports dt {
	clear: left;
	margin-left: 16px;
	font-weight: bold;
	color: #55c;
	}

dl.clubactivity_cultural dt {
	clear: left;
	margin-left: 16px;
	font-weight: bold;
	color: #c55;
	}

dl.clubactivity_sports dd, dl.clubactivity_cultural dd {
	clear: left;
	display: block;
	width: 230px;
	background: #f7f7f7;
	font-size: 90%;
	margin: 0 5px 10px 10px;
	padding: 6px 10px;
	}


/* ----- 先生／先輩からのメッセージ ----- */

table.messagelist {
	width: 100%;
	}

table.messagelist td {
	margin: 0;
	padding: 0 0 3px;
	border: 0;
	}

table.messagecontent {
	margin-top: 20px;
	}

table.messagecontent td {
	background: #6ebcd5;
	padding: 5px;
	border: none;
	vertical-align: middle;
	}

table.messagecontent td h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	background: none;
	}

/* ----- メッセージ／歴史／校訓 ----- */

table.history_table_left,
table.history_table_right {
	font-size: 11px;
	}

table.history_table_left th,
table.history_table_right th {
	background: #ecfce2;
	border: none;
	font-weight: normal;
	padding: 8px 4px;
	}

th.history_r {
	text-align: right;
	}
	
table.history_table_left td,
table.history_table_right td {
	border: none;
	padding-left: 8px;
	}


/* ----- 学科コース ----- */

.courselist a img {
	padding-bottom: 16px;
	}

h5.course1 {padding:0 1px 3px;background: url(images/h5_course1.gif) left no-repeat;}
h5.course2 {padding:0 1px 3px;background: url(images/h5_course2.gif) left no-repeat;}
h5.course3 {padding:0 1px 3px;background: url(images/h5_course3.gif) left no-repeat;}
h5.course4 {padding:0 1px 3px;background: url(images/h5_course4.gif) left no-repeat;}
h5.course5 {padding:0 1px 3px;background: url(images/h5_course5.gif) left no-repeat;}
h5.course6 {padding:0 1px 3px;background: url(images/h5_course6.gif) left no-repeat;}
h5.course7 {padding:0 1px 3px;background: url(images/h5_course7.gif) left no-repeat;}


/* ----- 進路指導 ----- */

table.shinroshidou {
	width: 100%;
	font-size: 90%;
	}

table.shinroshidou th {
	background: #ecfce2;
	border: 4px solid #f2f2f2;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	}

table.shinroshidou td {
	border: 4px solid #f2f2f2;
	padding: 10px;
	}
	
th.shidou_th_left {
	width: 60px;
	}
	
th.shidou_th_center {
	width: 230px;
	}

th.shidou_th_right {
	width: 230px;
	}


/* ----- 進路実績 ----- */

table.jissekilist4 td {
	font-size: 85%;
	width: 25%;
	border: none;
	}

table.jissekilist3 td {
	font-size: 85%;
	width: 33%;
	border: none;
	}



/* ----- 学校説明会 ----- */

table.setumeikai {
	width: 100%;
	font-size: 90%;
	}

table.setumeikai th {
	background: #efd79e;
	border: 4px solid #f2f2f2;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	}

table.setumeikai td {
	border: 4px solid #f2f2f2;
	padding: 10px;
	}



/* ----- 文字サイズ調整 ----- */

.size70 {
	font-size: 70%;
	}

.size80 {
	font-size: 80%;
	}

.size90 {
	font-size: 90%;
	}

/* ----- インラインフレーム ----- */
	iframe {
	overflow-x: hidden;
	}#content_inner_sitemap {
	display: block;
	width: 530px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
