@import "http://";
@charset"Shift_JIS";

/*----------------------------------------------*/
/* 全体 */
/*----------------------------------------------*/

/*================= HTML要素 ===================*/
*{ margin:0; padding:0; border:none;
font:normal normal normal 100%/160% Osaka,Verdana,Chicago,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/*================== 基本構造 ==================*/
html{ width:100%; height:100%; overflow-x:hidden; overflow-y:auto; }
*{ font-family:Osaka,Verdana,"ＭＳPゴシック",Chicago,Sans-serif; }
body{ margin:0 auto; color:#300; font-size:90%; letter-spacing:0.1em; background-color:#ddd; }

img{ border:none; }
br{ letter-spacing:normal; }
hr{ display:none; }
	.line{ background:url(line_bg.gif) no-repeat center; height:50px; }


/*==================== リンク ==================*/
a{ text-decoration:underline; }
a:link{ color:#369; }
a:visited{ color:#366; }
a:hover{ color:#900; text-decoration:none; }

/*----------------------------------------------*/
/* レイアウト */
/*----------------------------------------------*/

body#INDEX{}

div#PAGETOP{ margin:10px auto; padding:20px; width:700px; background-color:#ddd; border: double #966; }
div#HEADER{ margin:0; padding:0; text-align:center; }
#PAN{ display:none; }
div#MENU{ margin:10px; padding:0; text-align:center; }
div#ILLUST{ margin:0x; padding:0; text-align:center; }
div#KIZI{ margin:0; padding:0; text-align:left; }
div#FOOTER{ margin:0; padding:0; text-align:center; }

/*=================== HEADER ===================*/
#HEADER h1{ margin:0; color:#966; font-size:30pt; font-family:HG創英角ﾎﾟｯﾌﾟ体,fantasy; font-weight:normal; }
#HEADER h1 a{ color:#966; text-decoration:none; }

ul#PAN{ margin:0; padding:0 10px; text-align:right; }
ul#PAN li{ margin:0; padding-right:20px; color:#966; list-style-type:none; display:inline; }
ul#PAN li a{ font-size:80%; color:#966; }

/*==================== MENU ====================*/
#MENU h2{ display:none; }
#MENU ul{ margin:5px 0; list-style-type:none; }
#MENU ul li{ display:inline; margin-right:10px; }
#MENU a{ font-weight:bold; text-decoration:none; }
#MENU li a:link,#MENU li a:visited,#MENU li a:active{  }
#MENU li a:hover{ text-decoration:line-through; }

/*================== ILLUST ====================*/
#ILLUST img.check{ border:1px solid #966; }

/*=================== KIZI =====================*/
#KIZI div.text{ margin:20px; padding:0; }
p, li, dt, dd, address{font-family:"ＭＳ Ｐゴシック", sans-serif; line-height:1.8; }

#KIZI ul.modori{ margin:10px 0; padding:0; list-style:none inside; text-align:right; }
#KIZI ul.modori li{ list-style:none inside; }
#KIZI ul.modori li a{ font-size:80%; font-family:Arial; font-weight:bold; text-decoration:underline; }

/*=================== FOOTER ===================*/
#FOOTER h2{ display:none; }
#FOOTER a{ text-decoration:none; }
#FOOTER ul{ margin:0; padding:0; list-style:none; }
#FOOTER li{ padding-left:15px; list-style-type:none; display:inline; text-align:right; }
#FOOTER li address{ display:inline; }
#FOOTER li a{ color:#966; }
#FOOTER li a:link,#FOOTER li a:active,#FOOTER li a:visited{  }
#FOOTER li a:hover{ color:#666; }


/*----------------------------------------------*/
/* その他設定 */
/*----------------------------------------------*/

/*=================== 見出し ===================*/
h2,h3,h4{ font-weight:bold; font-family:Osaka,Comic Sans MS,Sans-serif; }
h2{ margin:20px 0 0; padding:0; font-size:140%; color:#600; background:#fdd url(h2_bg.gif) no-repeat 50% 100%; text-align:center; }
h3{ margin:20px 0 0; padding-left:5px; font-size:120%; color:#600; border: solid #c99; border-width:1px 0 0 10px; }
h4{ margin:10px 10px 0; padding-left:10px; font-size:120%; background-color:#ccc; }
h5{ margin:10px 0; padding-left:10px; font-size:110%; font-weight:bold; color:#a77; border-bottom:1px dashed #c99; }
h6{ margin:10px 0; font-size:101%; font-weight:bold; color:#c99; }

/*================== フォーム ==================*/
input,select,textarea{ margin:5px; border:1px solid #966; background:transparent; }
input#TEXT{ padding:3px; color:#333; font-size:90%; }
input#CHECKBOX{ border-width:0px; }
input#RADIO{ border-width:0px; }
input#BUTTON{ padding:2px 10px; color:#633; font-size:90%; background-color:#fdd; }
textarea{ padding:3px; width:300px; height:80px; color:#333; }
select{ width:150px; font-size:90%; }
option{ color:#a77; }
optgroup{}

/*=================== リスト ===================*/
dl{ margin:5px 0 20px; }
dl dt{ margin-left:10px; padding:2px 10px; font-weight:bold; text-decoration:underline; background-color:#bbb; }
dl dt a{ font-weight:bold; color:#966; text-decoration:underline; }
dl dd{ margin-left:30px; padding:2px 5px 10px; color:#666; border-left: double #bbb; }

ol{ margin-left:30px; list-style-type:decimal-leading-zero; list-style-position:outside; }
ol li{ }

ul{ margin-left:20px; list-style:outside disc; }
ul li{ padding:0; }
ul li ul{ list-style:inside circle; }
ul li ul li ul{ list-style:inside square; }

/* テキスト・リンクを横に並べる */
ul.rows{ margin:5px 0; padding:0; list-style:none; }
ul.rows li{ margin:0; padding:5px; list-style-type:none; display:inline; background:none; }

dl.imgs dt{ margin:0 10px 0 0; float:left; border-style:none; background:none; }
dl.imgs dd{ margin:0; border:none; }
br.clear{ clear:both; line-height:0px; }

dl.infod dt{ padding:10px; text-align:center; }

/*============= 強調・追加・削除 ===============*/
em{ padding:0 1px; color:#a00; font-weight:bold; }
strong{ padding:0 1px; color:#669; font-weight:bold; text-decoration:underline; }
ins{ color:#666; text-decoration:underline; }
del{ color:#666; text-decoration:line-through; }

/*================== 物理タグ ==================*/
b{ font-weight:bold; }
i{ font-style:oblique; }
big{ font-size:large; }
small{ font-size:x-small; }
tt{ font-family:monospace; }

/* 上付き・下付き文字 */
sup{ font-size:84%; vertical-align:super; }
sub{ font-size:84%; vertical-align:sub; }

/*==================== 引用 ====================*/
blockquote{ margin:10px 20px; padding:10px; color:#000; border:1px solid #966; background:#ffe; height:80px; overflow:auto; }
div.text blockquote p{ margin:1em 1em 1.5em 1.5em; padding:0; }
cite{ color:#999; font-weight:bold; text-decoration:underline; }
q{ color:#999; font-style:oblique; }

/*============= 整形済みテキスト ===============*/
pre{ margin:10px 0 10px 20px; padding:5px; color:#366; border-left: double #966; }

/*================= ボックス ===================*/
div.box1{ margin:10px 0; padding:5px 5px 40px; background:url(box_bg.gif) no-repeat 50% 100%; }
div.box2{ margin:10px 0; padding:5px; background:#ffe; }
div.box3{ margin:1px 0; padding:5px; border:1px solid #966; text-align:center; }

/* スクロールバー付きbox */
div.box0{ margin:10px; padding:10px 0; height:100px; overflow:auto; border:1px dashed #966; }
