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

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


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

/* ページ背景色 */


/* 本文の文字色 */



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

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


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


/* タイトル（説明）の表示（visible）／非表示（none） */


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



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

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


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



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

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


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


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


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


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


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


/* 記事リスト見出しの下線色 */


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



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

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


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



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

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


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



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


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

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

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

#banner {
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 120px;
	background-image: url(http://www.school.umic.jp/40shihouken/);
	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: 14pt;
	font-weight: bold;
	color: rgb(0%, 0%, 100%);
}
#banner a {
	text-decoration: none;
	color: rgb(0%, 0%, 100%);
}
#banner #banner_title {
	text-align: left;
	width: 770px;
	height: 120px;
}
#banner #banner_title img {
	margin: 0px;
	border: 0px;
}

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

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

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

#menu {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	color: rgb(0%, 0%, 0%);
	background-color: #f4c842;
}
#menu a {
	color: rgb(0%, 0%, 0%);
}
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul ul {
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	list-style-type: none;
}
#menu ul li  {
	margin: 0px 0px 15px 0px;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: bold;
}
#menu ul ul li  {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
}
#menu p.rss  {
	margin: 15px 0px 15px 0px;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: normal;
}
#menu p.version  {
	margin: 15px 0px 15px 0px;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: normal;
}

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

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

/* トップ画像 */

#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: 10px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	width: 490px;
	background-color: rgb(100%, 92%, 80%);
}
.dir p {
	font-size: 10pt;
	line-height: 1em;
}
.dirtitle {
	font-size: 12pt;
	font-weight: bold;
}

/* カテゴリリスト */

.catlist {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	border-color: rgb(100%, 60%, 0%);
	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: 15px 0px 0px 70px;
	font-size: 13pt;
	font-weight: bold;
	color: rgb(60%, 40%, 0%);
	background-image: url(http://www.school.umic.jp/40shihouken/images/content-icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-color: rgb(100%, 60%, 0%);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	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(60%, 40%, 0%);
}
.entry h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
}
.entry-body {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: normal;
}
.entry-body p {
	font-size: 11pt;
	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 5px;
	width: 110px;
	color: rgb(60%, 20%, 0%);
	background-color: rgb(100%, 100%, 100%);
}
#submenu a {
	color: rgb(60%, 20%, 0%);
}
#submenu h2 {
	margin: 0px 0px 5px 0px;
	font-size: 11pt;
	font-weight: bold;
	line-height: 15pt;
}
#submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu li {
	font-size: 10pt;
	line-height: 14pt;
}

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

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

