@charset "Shift_JIS";

/* 全体 */
*{ margin:0; padding:0; 
    font:normal normal normal 100%/1.6em Osaka,Verdana,Chicago,"ＭＳ Ｐゴシック",sans-serif; }
html{ height:100%; }
/* 文字サイズの変更はここで出来ます↓ */
body{ text-align:center; font-size:84%; color:#555; background:#fff url("./carnivaltwo_img/bg.gif"); height:100%; }

/* ページ全体のリンク */
a{ text-decoration:underline; }
a:link{ color:#03c; }
a:visited{ color:#909; }
a:hover{ color:#e50066; text-decoration:none; }

/* ページの大枠設定 */
#PAGETOP{ width:728px; margin:0 auto; height:100%; min-height:100%; text-align:left; background:#fff; border-width:0 3px; border-style:double; border-color:#555; }
body > #PAGETOP{ height:auto; }

/* ヘッダー */
#HEADER{ margin:0; padding:20px 30px 0; }
#HEADER a:link,#HEADER a:visited{ color:#555; text-decoration:none; }
#HEADER a:hover{ color:#333; text-decoration:underline; }
/* サイト名の文字 */
h1{ font:bold 198% Georgia,Times,"Times New Roman",serif; color:#000; }
/* パンくずリスト */
ul#PAN{ list-style:none; padding:0; margin:-20px 0 0; text-align:left; position:relative; top:45px; }
ul#PAN li{ display:inline; }
ul#PAN a{ padding:0 0.7em 0 0; background:url("./carnivaltwo_img/pan.gif") no-repeat 100% 50%; }

#ADSENSE{ color:#555; background:#fff; text-align: center; }

/* メニュー部分 */
#MENU{ margin:0; padding:0 30px; height:32px; background:#fff; }
#MENU h2{ display:none; }
/* メニューリスト・リンク */
#MENU ul{ list-style-type:none; text-align:right; }
#MENU li{ display:inline; }
#MENU li a{ display:inline; text-decoration:none; color:#555; padding:0; margin:0 0.2em; font:132% Sylfaen,Times,"Times New Roman",serif; }
#MENU li.menu-on a{ color:#333; }
#MENU li#MENU01 a:hover,#MENU li#MENU01.menu-on a{ border-bottom:2px solid #e50066; }
#MENU li#MENU02 a:hover,#MENU li#MENU02.menu-on a{ border-bottom:2px solid #0066b2; }
#MENU li#MENU03 a:hover,#MENU li#MENU03.menu-on a{ border-bottom:2px solid #909; }
#MENU li#MENU04 a:hover,#MENU li#MENU04.menu-on a{ border-bottom:2px solid #f60; }

/* 記事部分 */
#KIZI{ color:#555; margin:0; padding:1.5em 30px 1em; background:#fff; }
.text{ margin:0 0 2em 0.2em; }
/* 戻りの設定 */
ul.modori{ list-style:none; margin:0; padding:0; }
ul.modori li{ list-style:none; display:block; margin:1em -0.5em 0 0; text-align:right; }
ul.modori li a{ display:inline; text-decoration:none; font:bold 100% Times,"Times New Roman",serif; }
ul.modori li a:link,ul.modori li a:visited{ color:#777; }
ul.modori li a:hover{ color:#e50066; }

#INFO{ color:#555; background:#fff; text-align: center; }

/* フッター */
#FOOTER{ font-size:88%;text-align:center; color:#666; margin:0; padding:0.5em 30px 1em; background:#fff; }
#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; }

/* 見出し */
h3,h4{ font-family:Georgia,Times,"Times New Roman",sans-serif; color:#191919; margin:1.2em 0 0.4em; }
h5,h6{ margin:1em 0 0.4em; font-size:100%; }
h2{ font:136% Georgia,Times,"Times New Roman",sans-serif; color:#191919; margin:0.5em 0; }
h3{ font-size:124%; }
h4{ font-size:112%; }
h5{ font-weight:bold; text-align:right; }
h6{ text-align:center; }

/* その他　必要であれば */
/* 線 レイアウトには使用していません */
hr{ display:none; }
/* 画像リンクの枠線を消す */
img{ border:none; }
/* 連絡先 */
address{ }
/* 強調 */
em{ font-weight:bold; color:#444; }
/* より強い強調 */
strong{ font-weight:bold; color:#444; border-bottom:3px double #e50066; }
/* 追加 */
ins{ text-decoration:underline; border-bottom:1px dotted #999; }
/* 削除 */
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{ border:1px solid #e50066; color:#fafafa; background:url("./carnivaltwo_img/bg2.gif"); 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 disc; padding:5px; margin:0 0.5em 0 1.5em; }
#KIZI li{ padding:0; }
/* 説明付きリスト */
#KIZI dl{ list-style-position:inside; padding:5px; }
#KIZI dt{ font-weight:bold; padding:0; border-bottom:1px dotted #ccc; }
#KIZI dd{ padding:0 5px; margin:0 0 0 0.7em; }

/* 段落 */
p{ margin:0 0 0.4em; }
/* 引用文 */
blockquote{ border:1px solid #b8b8b8; margin:0.5em 1em; padding:5px; }
/* 整形済みテキスト */
pre{ border:1px solid #e50066; color:#fafafa; background:url("./carnivaltwo_img/bg2.gif"); margin:0.5em 1em; padding:5px; }