@charset "Shift_JIS";

/* 全体 */

*{ margin:0; padding:0; 
    font:normal normal normal 100%/1.6em Osaka,Verdana,Chicago,"ＭＳ Ｐゴシック",sans-serif; }

/* 文字サイズの変更↓ */
body{ text-align:center; font-size:92%; color:#555; background:#fff; border-left:35px solid #34adda; height:100%; }


/* リンク */
a{ text-decoration:underline; }
a:link{ color:#34adda; }
a:visited{ color:#a3e94c; }
a:hover{ color:#999; text-decoration:none; }

/* 大枠設定 */
#PAGETOP{ margin:0 auto; text-align:left; width:80%; }

/* ヘッダー */
#HEADER{ margin:0; padding:0.5em 0 0; }
#HEADER a:link,#HEADER a:visited{ color:#555; text-decoration:none; }
#HEADER a:hover{ color:#999; text-decoration:underline; }

/* 見出し */
h1{ font:170% "Century Gothic",Helvetica,Arial,sans-serif; color:#444; }


/* パンくず */
ul#PAN{ list-style:none; padding:0; margin:-20px 0 0; font-size:100%; position:relative; top:40px; }
ul#PAN li{ display:inline; }
ul#PAN a{ padding:0 0.7em 0 0; }

/* メニュー部分 */
#MENU{ margin:0; padding:0; }
#MENU h2{ display:none; }

/* メニューリスト・リンク */
#MENU ul{ list-style-type:none; margin:0; text-align:right; }
#MENU li{ display:inline; }
#MENU li a{ display:inline; text-decoration:none; font:bold 108% Arial,Helvetica,sans-serif; letter-spacing:1px; padding:2px; border:2px solid #fff; }
#MENU li a:link,#MENU li a:visited{ color:#34beeb; }
#MENU li a:hover{ color:#a3e94c; border:2px solid #ddd; }
#MENU li.menu-on a{ color:#a3e94c; border-bottom:2px solid #ddd; }

/* 記事部分 */
#KIZI{ text-align:left; color:#555; margin:0.5em 0 0; padding:0; }
.text{ margin:3em 3em 3em 3em; }
.iromoji{font-size:90%; color:#34adda;}

/* 戻りの設定 */
ul.modori{ list-style:none; margin:0; padding:0; }
ul.modori li{ list-style:none; display:block; text-align:right; margin:1em -0.5em 0 0; }
ul.modori li a{ display:inline; background:#e8e8e8; font-size:88%; padding:2px 5px; text-decoration:none; }
ul.modori li a:link,ul.modori li a:visited{ color:#555; }
ul.modori li a:hover{ color:#34beeb; text-decoration:underline; }



/* フッター */
#FOOTER{ font-size:88%; text-align:left; color:#666; margin:0; padding:0.5em 2em; border-top:2px dotted #e8e8e8; }
#FOOTER h2{ display:none; }
#FOOTER a:link,#FOOTER a:visited{ color:#666; text-decoration:none; }
#FOOTER a:hover{ color:#222; text-decoration:underline; }
#FOOTER ul{ list-style:none; }
#FOOTER li{ display:inline; margin:0 0.5em; }
#FOOTER li a{ display:inline; }
#FOOTER li address{ display:inline; }

/* 見出し */
h2,h3,h4{ font-family:"Century Gothic",Helvetica,Arial,sans-serif; }
h5,h6{ margin:1em 0 0.4em; font-size:100%; }
h2{ font-size:122%; color:#a5eb4e; margin:0.5em 0; padding:1px 0; border-bottom:5px solid #e8e8e8; letter-spacing:1px; }
h3{ font-size:118%; margin:1.2em 0 0.4em; padding:0 5px; border-bottom:2px dotted #e8e8e8; }
h4{ font-size:108%; margin:1.2em 0 0.4em; }
h5{ font-weight:bold; text-align:right; }


/* 線 */
hr{ display:none; }

/* 画像リンクの枠線 */
img{ border:none; }

/* 連絡先 */
address{ }

/* 強調 */
em{ font-weight:bold; border-bottom:2px dotted #e8e8e8; }

/* より強い強調 */
strong{ font-weight:bold; border-bottom:3px solid #4ec4eb }

/* 追加 */
ins{ text-decoration:underline; border-bottom:1px dotted #b8b8b8; }

/* 削除 */
del{ text-decoration:line-through; }

/* 短い引用・出典 */
q,cite{ border-bottom:1px dotted #999; }

/* 上付き・下付き文字 */
sup{ font-size:84%; vertical-align:super; }
sub{ font-size:84%; vertical-align:sub; }

/* 物理タグ */
tt{ font-family:monospace; } /* 等幅 */
b{ font-weight:bold; } /* 太字 */
i{ font-style:oblique; } /* 斜体 */
big{ font-size:132%; } /* 文字大 */
small{ font-size:84%; } /* 文字小 */

/* フォーム */
input,textarea,select{ background:#aaaaaa; color:#404040; border:1px solid #e9e9e9; margin:0.1em 0; }

/* 番号付きリスト */
#KIZI ol{ list-style-position:outside; padding:5px; margin:0 0.5em 0 1.5em; }
#KIZI ol li{ padding:0; }

/* 普通リスト */
#KIZI ul{ list-style:outside circle; padding:5px; margin:0 0.5em 0 1.5em; }
#KIZI li{ padding:0; }

/* 説明付きリスト */
#KIZI dl{ list-style-position:inside; padding:5px; }
#KIZI dt{ padding:0; }
#KIZI dd{ padding:0 5px; margin:0 0 0 0.8em; border-left:3px solid #e8e8e8; }

/* 段落 */
p{ padding:0.5em 2em 0em 2em; text-indent: 1em; }

/* 引用文 */
blockquote{ border:2px dotted #ccc; margin:0.5em 1em; padding:5px; }

/* 整形済みテキスト */
pre{ background:#e8e8e8; color:#404040; margin:0.5em 1em; padding:5px; }
