@import "css/details-list.css";
@import "css/details-table.css";
@import "css/details-font.css";
@import "css/details-margin.css";
@import "css/details-heading.css";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

　 ■ 共通：基本要素定義

   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

	
/* -- ページ見出し:レベル1 (H1) --------------------------------------------- */

/*h1 {
	width:1000px;
	height:77px;
	font-size:150%;
	text-indent:-1000em;
	color:black;
}*/



/* -- ページ見出し:レベル2 (H2) --------------------------------------------- */

/*
div#body h2 {
	margin:35px 10px 15px 10px;
	padding:7px 0 3px 10px;
	width:560px;
	height:23px;
	background:url("../img/h2_bg.gif") repeat-x;
	font-size:90%;
	line-height:19px;
	color:#333;
}

div#body h2.top {
	margin:0px 10px 15px 10px;
	padding:7px 0 2px 10px;
}
*/
/* -- ページ見出し:レベル3 (H3) --------------------------------------------- */
/*
div#body h3 {
	margin:25px 10px 14px 17px;
	padding:2px 0px 0px 10px;
	font-size:81.25%;
	color:#383838;
	height:18px;
	border-left:2px #A22 solid;
	clear:both;
}

div#body h3.top {
	margin:-10px 10px 14px 17px;
	padding:0px 0px 0px 7px;
	color:#A44;
	border-left:6px #933 solid;
}

div#body-profile h3 {
	margin:35px 10px 15px 10px;
	padding:6px 0px 0px 10px;
	width:560px;
	height:23px;
	background:url("../img/h2_bg.gif") repeat-x;
	font-size:11pt;
	line-height:20px;
	color:#555;
}

div#body-profile h3.top {
	margin:0px 10px 15px 10px;
	padding:7px 0px 0px 10px;
	width:560px;
	height:23px;
	background:url("../img/h2_bg.gif") repeat-x;
	font-size:11pt;
	line-height:20px;
}
*/

/* 学校長挨拶 H3 */
/*
div#body-profile h3.nbg {
	margin:25px 10px 0px 10px;
	background:none;
	font-size:12pt;
	line-height:20px;
	width:auto;
}

div#body-profile h3.nbgtop {
	margin:0px 10px 0px 10px;
	background:none;
	font-size:110%;
	width:auto;
}


div.dg-left-pfpp {
	width:130px;
	margin:0px 0px 0px 20px;
	height:auto;
	float:left;
}

div.dg-left-pfpp img {
	display:block;
}
	
div.dg-right-pfpp {
	width:420px;
	height:auto;
	float:right;
}
*/


/* -- 段落 (P) --------------------------------------------- */

#contentpane div p {
	_width:100%;
	margin:3px 25px 7px 30px;
	line-height:22px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size /**/:10pt;
	_font-size: 100%;
}
/*
div#body-profile p {
	width:auto;
	height:auto;
	margin:3px 15px 7px 20px;
	line-height:22px;
}
*/

/* -- リスト (UL,OL) --------------------------------------------- */

/* OL 標準  */

#contentpane ol.std-ol {
	margin:3px 0px 10px 35px;
}

#contentpane ol.std-ol li {margin:0px 0px 34px 0px;font-size:100%;}

/* UL 標準  */

#contentpane ul.std-ul {margin:10px 0px 25px 48px;}

#contentpane li {
	margin:5px 0px 5px 7px;
}

#contentpane ul ul {margin:7px 0px 10px 18px;}

#contentpane ul li { list-style: none; }

/* -- テーブル (TABLE) --------------------------------------------- */

/* テーブル 標準 */
/* table {
	margin-left:30px;
	width:540px;
}*/
