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

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


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

/* ページ背景色 */



/* 本文の文字色 */



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

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


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


/* タイトルの画像 */


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


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


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



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

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


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


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



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

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


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


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


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


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


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


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



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

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


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



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

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


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



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


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

html {
	background-color: none;
	font-family: sans-serif;
	background-image: url(images/page_bg_image.gif);
}

body {
	margin: 10px auto 10px auto;
	width: 780px;
	text-align: left;
	font-size: middle;
	line-height: 1.3em;
	color: #000000;
	background-image: url(wp-image02.gif);
	background-repeat: repeat;
}

img {
	border: none;
}

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

#banner {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 780px;
	height: 100px;
	background-image: url(http://www.school.umic.jp/kawanishi/images/banner-bg.gif);
	background-repeat: no-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/kawanishi/none);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner #banner_title {
	text-align: center;
	width: 520px;
	height: 100px;
	background-image: url(http://www.school.umic.jp/kawanishi/none);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner img {
	border: 0px;
}

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

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

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

#menu h2 {
	display: none;
}
#menu {
	padding-left: 0;
	margin-top : 0;
	margin-left: 0;
	line-height: 0;
	width: 150px;
	color: rgb(0%, 0%, 0%);
	background-color: #ffffff;
	font-weight: bold;
         background-image: url(menu_bg_image.gif);
}
#menu a {
	color: rgb(0%, 0%, 0%);
}
#menu ul {
	font-size: 10px;
	padding-left: 0;
	margin-top : 0;
	margin-left: 0;
	line-height: 0;
	list-style-image: url(http://www.school.umic.jp/kawanishi/none);
	vertical-align: middle;
         list-style-type: none;
}
#menu ul a {
	font-size: 10pt;
	display:block;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ffffff;
	padding-left: 10px;
	border-bottom: solid 1px #ffffff;
         background-image: url(images/menu_ul_image.gif);
}

#menu ul a:hover {	
	background-color: #cccc33;
	color: #000000;
         background-image: url(images/menu_ul_hover_image.gif);

}

#menu ul ul {
	padding-left: 0;
	margin-top : 0;
	margin-left: 0;
	line-height: 0;
	list-style-image: none;
	list-style-type: none;
}

#menu ul ul a {
	background-color: #ffffff;
	color: #00bb00;
	border-bottom: solid 1px #ffffff;
	line-height: 24px;
	background-image: none;
}
#menu ul ul a:hover {
	background-color: #ffffff;
	color: #800000;
}

#menu ul li  {
	padding-left: 0;
	margin-top : 0;
	margin-left: 0;
	line-height: 0;
	font-size: 11pt;
	list-style-type: none;
}

#menu ul ul li  {
	padding-left: 0;
	margin-top : 0;
	margin-left: 0;
	line-height: 0;
	font-size: 10pt;
	list-style-type: none;
}

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

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

/* トップ画像 */

#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: 10px;
	width: 480px;
	background-color: none;
}
.dir p {
	font-size: 10pt;
	line-height: 1.3em;
}
.dirtitle {
	font-size: 12pt;
	font-weight: bold;
}

/* カテゴリリスト */

.catlist {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
}
.catlist ul {
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
	list-style-type: disc;
}
.catlist ul a {
	text-decoration: none;
	color: #999999;
	
}
.catlist ul a:hover {
	text-decoration: none;
	color: #cccc33;
}
.catlist ul li {
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	color: #cccc33;
	line-height: 15pt;
	list-style-type: none;
	text-decoration: none;
}
.catlist ul li a {
	text-decoration: none;
	color: 9#99999;
}
.catlist ul li a:hover {
	text-decoration: none;
	color: #cccc33;
}

/* エントリリスト */

#content h3 {
	height: 30px;
	padding-top: 8px;
	padding-left: 40px;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0%, 0%, 0%);
	background-image: url(http://www.school.umic.jp/kawanishi/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: #cccccc;
}

.entry-block a {
	color: #999999;
}
.entry-block a:hover {
	color: #800000;
}

.entry h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
}
.entry-body p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
}
.entry-body-link {
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: right;
	clear: both;
}
.entry-footer {
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: right;
	clear: both;
}

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

#submenu {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	width: 110px;
	color: #cccc33;
	background-color: rgb(100%, 100%, 100%);
	background-image: url(images/submenu_bg_image.gif);
	border: solid 1px #cccccc;
	font-size : 11px;	font-weight : bold;
	list-style-type : none;
}
#submenu a {
	color: #cccc33;
}
#submenu h2 {
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 15pt;
}
#submenu ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: none;
}
#submenu li {
	font-size: 8pt;
	line-height: 14pt;
}
#submenu li a {
	color: #999999;
	text-decoration: none;
}
#submenu li a:hover {
	color: #cccc33;
}

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

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

















