/* ■■■■■デザイン設定■■■■■ */

/*
※以下の値を変更することで、ページデザインを変更できる。
※色の指定は、RGB（赤・緑・青）の３原色の強さを％で設定。
*/


/* ＝＝＝全体＝＝＝ */

/* ページ背景色 */


/* 本文の文字色 */



/* ＝＝＝タイトルバナー＝＝＝ */

/* タイトルバナーの背景画像 */


/* タイトルの校章画像 */


/* タイトルの画像 */


/* タイトル文字の表示（visible）／非表示（none） */


/* タイトルの文字色 */


/* タイトル（説明）の文字色 */



/* ＝＝＝メニュー＝＝＝ */

/* メニューの背景色 */


/* メニューの文字色 */


/* メニューのアイコン画像 */



/* ＝＝＝コンテンツ＝＝＝ */

/* コンテンツの背景色 */


/* 左右仕切り線の色 */


/* カテゴリ階層表示の背景色 */


/* カテゴリリスト表示の枠線の色 */


/* 記事リスト見出しの文字色 */


/* 記事リスト見出しのアイコン画像 */


/* 記事リスト区切り線の色 */



/* ＝＝＝サブメニュー＝＝＝ */

/* サブメニューの背景色 */


/* サブメニューの文字色 */



/* ＝＝＝フッター＝＝＝ */

/* フッターの背景色 */


/* フッターの文字色 */



/* ■■■■■↑↑↑デザイン設定ここまで↑↑↑■■■■■ */


/* ＝＝＝全体＝＝＝ */

html {
	background-color: rgb(90%, 80% ,90%);
	font-family: sans-serif;
}
body {
	margin: 10px auto 10px auto;
	width: 990px;
	text-align: left;
	font-size: middle;
	line-height: 1.3em;
	color: #000000;
}
img {
	border: none;
}

/* ＝＝＝バナー＝＝＝ */

#banner {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 990px;
	height: 100px;
	background-image: url(http://www.school.umic.jp/shiroshita/images/banner-bg.gif);
	background-repeat: repeat;
}
#banner h1 {
	display: none;
	margin: 0px 0px 5px 0px;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(0%, 0%, 100%);
}
#banner p {
	display: none;
	margin: 0px;
	font-size: 11pt;
	font-weight: normal;
	color: rgb(0%, 0%, 100%);
}
#banner a {
	text-decoration: none;
	color: rgb(0%, 0%, 100%);
}
#banner #banner_icon {
	float: left;
	text-align: center;
	width: 150px;
	height: 100px;
	background-image: url(http://www.school.umic.jp/shiroshita/images/kosyo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner #banner_title {
	text-align: center;
	width: 740px;
	height: 100px;
	background-image: url(http://www.school.umic.jp/shiroshita/images/syiroshita-banner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner img {
	border: 0px;
}

/* ＝＝＝横３列フレーム＝＝＝ */

table#frames {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 990px;
}

/* ＝＝＝メニュー＝＝＝ */

#menu {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	width: 160px;
	color: rgb(0%, 20%, 60%);
	background-color: rgb(100%, 100%, 100%);
}
#menu a {
	color: rgb(0%, 20%, 60%);
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0px 0px 5px 30px;
	padding: 0px;
	list-style-image: url(http://www.school.umic.jp/shiroshita/images/menu-icon.gif);
	vertical-align: middle;
}
#menu ul ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	list-style-image: none;
	list-style-type: disc;
}
#menu ul li  {
	margin: 15px 0px 15px 0px;
	font-size: 11pt;
	line-height: 12pt;
}
#menu ul ul li  {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	line-height: 14pt;
}

/* ＝＝＝コンテンツ＝＝＝ */

#content {
	margin: 0px;
	padding: 10px;
	width: 680px;
	background-color: rgb(100%, 100%, 100%);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(0%, 60%, 100%);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(0%, 60%, 100%);
}

/* トップ画像 */

#index-photo {
	text-align: center;
}
#index-photo h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
}
#index-photo p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 11pt;
	line-height: 1.3em;
	font-weight: normal;
}

/* カテゴリ階層 */

.dir {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	width: 650px;
	background-color: rgb(80%, 92%, 100%);
}
.dir p {
	font-size: 10pt;
	line-height: 1.3em;
}
.dirtitle {
	font-size: 12pt;
	font-weight: bold;
}

/* カテゴリリスト */

.catlist {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border-color: rgb(0%, 60%, 100%);
	border-style: solid;
	border-width: 1px;
}
.catlist ul {
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
	list-style-type: disc;
}
.catlist ul li {
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	line-height: 15pt;
}

/* エントリリスト */

#content h3 {
	height: 33px;
	padding-top: 17px;
	padding-left: 50px;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(0%, 40%, 60%);
	background-image: url(http://www.school.umic.jp/shiroshita/images/content-icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
.entry {
	margin: 0px;
	padding: 0px;
}
.entry-block {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(0%, 40%, 60%);
}
.entry h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}
.entry-body p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}
.entry-body-link {
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-size: 10pt;
	text-align: right;
	clear: both;
}
.entry-footer {
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-size: 10pt;
	text-align: right;
	clear: both;
}

/* ＝＝＝サブメニュー＝＝＝ */

#submenu {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 160px;
	color: rgb(0%, 20%, 60%);
	background-color: rgb(100%, 100%, 100%);
}
#submenu a {
	color: rgb(0%, 20%, 60%);
}
#submenu h2 {
	margin: 0px 0px 5px 5px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 15pt;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li {
	font-size: 10pt;
	line-height: 14pt;
}
#submenu dd.side {
	margin: 0px 0px 5px 5px;
	padding: 0;
}
#submenu ul.tree {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#submenu ul.tree ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#submenu ul.tree li {
	margin: 0;
	padding: 0 0 0 8px;
	background-image: url(tree_lst.gif);
	background-repeat: no-repeat;
	list-style: none;
}
#submenu ul.tree li.tree_end {
	background-image: url(tree_end.gif);
	list-style: none;
}

/* ＝＝＝フッター＝＝＝ */

#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 990px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(0%, 60%, 100%);
	background-color: rgb(100%, 100%, 100%);
}
#footer h2.footer-school {
	margin: 0px;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(0%, 20%, 60%);
}
#footer p.footer-address {
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(0%, 20%, 60%);
}
#footer p.footer-copyright {
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(0%, 20%, 60%);
}
