/* ■■■■■デザイン設定■■■■■ */

/*
※以下の値を変更することで、ページデザインを変更できる。
※色の指定は、RGB（赤・緑・青）の３原色の強さを％で設定。
*/


/* ＝＝＝全体＝＝＝ */

/* ページ背景色 */


/* 本文の文字色 */



/* ＝＝＝タイトルバナー＝＝＝ */

/* タイトルバナーの背景画像 */


/* タイトルアイコン画像 */


/* タイトルの画像 */
/*

*/

/* タイトル文字の表示（visible）／非表示（none） */


/* タイトルの文字色 */


/* タイトル（説明）の文字色 */



/* ＝＝＝メニュー＝＝＝ */

/* メニューの背景色 */


/* メニューの文字色 */


/* メニューのアイコン画像 */



/* ＝＝＝コンテンツ＝＝＝ */

/* コンテンツの背景色 */


/* 左右仕切り線の色 */


/* カテゴリ表示の背景色 */


/* カテゴリ説明の枠線の色 */


/* 記事リスト見出しの文字色 */


/* 記事リスト見出しのアイコン画像 */


/* 記事リスト区切り線の色 */



/* ＝＝＝サブメニュー＝＝＝ */

/* サブメニューの背景色 */


/* サブメニューの文字色 */



/* ＝＝＝フッター＝＝＝ */

/* フッターの背景色 */


/* フッターの文字色 */



/* ■■■■■↑↑↑デザイン設定ここまで↑↑↑■■■■■ */


/* ＝＝＝全体＝＝＝ */

html {
background-color: rgb(100%, 100% ,100%);
font-family: sans-serif;
}
body {
margin: 10px auto 10px auto;
width: 800px;
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: 800px;
height: 80px;
background-image: url(http://www.white.umic.jp/jyc/img/banner-bg.jpg);
background-repeat: repeat;
}
#banner h1 {
display: visible;
margin: 0px 0px 5px 0px;
font-size: 18pt;
font-weight: bold;
line-height: 1.3em;
color: rgb(0%, 40%, 80%);
}
#banner p {
display: visible;
margin: 0px;
font-size: 11pt;
font-weight: normal;
line-height: 1.3em;
color: rgb(0%, 40%, 80%);
}
#banner a {
text-decoration: none;
color: rgb(0%, 40%, 80%);
}
#banner #banner_icon {
float: left;
text-align: center;
width: 150px;
height: 80px;
background-image: url(http://www.white.umic.jp/jyc/img/jyclogo.gif);
background-position: center center;
background-repeat: no-repeat;
}
#banner #banner_title {
text-align: left;
/*
width: 530px;
height: 80px;
background-image: url(http://www.white.umic.jp/jyc/img/banner-title.gif);
background-position: center center;
background-repeat: no-repeat;
*/
}
#banner img {
border: 0px;
}

/* ＝＝＝横３列フレーム＝＝＝ */

table#frames {
margin: 0px;
padding: 0px;
border: 0px;
width: 800px;
}

/* ＝＝＝メニュー＝＝＝ */

#menu {
margin: 0px 0px 0px -10px;
padding: 10px 0px 10px 0px;
width: 180px;
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 10px 0px;
padding-left: 30px;
list-style-image: url(http://www.white.umic.jp/jyc/img/menu-icon.gif);
vertical-align: middle;
}
#menu ul ul {
margin: 10px 0px 10px 0px;
padding-left: 10px;
list-style-image: none;
list-style-type: disc;
}
#menu ul li  {
margin: 15px 0px 15px 0px;
font-size: 11pt;
line-height: 16pt;
}
#menu ul ul li  {
margin: 0px 0px 0px 0px;
font-size: 10pt;
line-height: 14pt;
}
#menu p.rss  {
margin: 0px 0px 0px 10px;
font-size: 10pt;
line-height: 14pt;
text-align: baseline;
}
#menu img {
text-decoration: none;
}

/* ＝＝＝コンテンツ＝＝＝ */

#content {
margin: 0px;
padding: 10px;
width: 500px;
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%);
}

/* 項目タイトル */

#content>h3 {
height: 50px;
padding: 0px 0px 0px 50px;
font-size: 12pt;
font-weight: bold;
color: rgb(0%, 40%, 60%);
background-image: url(http://www.white.umic.jp/jyc/img/content-icon.gif);
background-repeat: no-repeat;
background-position: left;
line-height: 50px;
}

/* 十勇士クラブTV */

.top_tv embed {
margin: 0px;
padding: 0px;
border: 0px;
text-align: center;
}
.top_tv p {
margin: 10px 0px 10px 0px;
padding: 0px;
text-align: center;
font-size: 11pt;
line-height: 14pt;
font-weight: normal;
}

/* Twitter */

.twitter {
margin: 0px auto 10px auto;
padding: 0px auto 0px auto;
}
.twitter h3 {
font-size: 12pt;
font-weight: bold;
}

/* カテゴリ説明 */

.catdes {
margin: 10px 10px 10px 10px;
padding: 10px;
font-size: small;
border-color: rgb(0%, 40%, 60%);
border-style: solid;
border-width: 1px;
}

/* エントリリスト */

.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 {
margin: 0px 0px 0px 15px;
padding: 0px;
font-size: 11pt;
line-height: 14pt;
font-weight: normal;
}
.entry-body p {
font-size: 11pt;
line-height: 14pt;
font-weight: normal;
}
p.entry-footer {
margin-top: 3px;
padding: 0px;
font-size: 10pt;
text-align: right;
clear: both;
}

/* 固定ページ */

#fixpage {
width: 440px;
margin: 0px;
padding: 0px;
}
#fixpage h4 {
margin: 10px 0px 5px 0px;
padding: 0px;
font-size: 11pt;
line-height: 14pt;
font-weight: bold;
}
#fixpage p {
margin: 5px 0px 5px 15px;
padding: 0px;
font-size: 11pt;
line-height: 14pt;
font-weight: normal;
}
#fixpage table {
width: 440px;
}
#fixpage td {
font-size: 11pt;
line-height: 14pt;
font-weight: normal;
}

/* ＝＝＝サブメニュー＝＝＝ */

#submenu {
margin: 0px;
padding: 10px 10px 10px 10px;
width: 120px;
color: rgb(0%, 20%, 60%);
background-color: rgb(100%, 100%, 100%);
}
#submenu a {
color: rgb(0%, 20%, 60%);
}
#submenu h2 {
margin: 0px 0px 5px 0px;
font-size: 12pt;
font-weight: bold;
line-height: 15pt;
text-align: right;
}
#submenu ul {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
}
#submenu li {
margin: 0px;
padding: 0px;
font-size: 11pt;
line-height: 14pt;
text-align: right;
}

/* ＝＝＝フッター＝＝＝ */

#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: rgb(0%, 60%, 100%);
background-color: rgb(100%, 100%, 100%);
}
#footer h2.footer-title {
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%);
}

