<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

*{ margin:0; padding:0; font-family:"Osaka","Arial","MS UI Gothic","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif; }

/*全体の指定*/
html{ height:100%; }
body{ font-size:12px; color:#333; line-height:20px; background-color:#fff; }
a{ color:#999; text-decoration:underline; }
a:hover{ color:#ccc; }
hr{ display:none; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; }
div#PAGETOP{ width:800px; margin:0 auto; }
blockquote{ background-color:#3F3F3F; border:1px dashed #999; margin:10px; padding:5px; }
ol{ list-style:decimal outside; margin:0.8em 1.8em 15px 1.8em; }
ol li, li ol li{ list-style-type:decimal; }

/*ヘッダーの指定*/
div#HEADER{ margin-top:50px; margin-bottom:50px; }
#HEADER h1{ color:#77DD00; font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; }
ul#PAN{ colot:#333 list-style:none; font-size:16px; margin-top:20px; }
ul#PAN li { display:inline; }
ul#PAN li a { background:url(../img/pan.gif) right center no-repeat; padding-right:13px; margin-right:3px; }

/*メニュー部分*/
div#MENU{ float:left; width:16%; }
#MENU h2{ display:none; }
#MENU ul{ list-style-type:none; border-left:2px solid #eeeeee; border-right:2px solid #eeeeee; }
#MENU li{ display:block; width:100%; margin:0; }
#MENU li a{ display:block; width:100% auto; padding:5px; text-decoration:none; color:#666; padding-left:10px; }
#MENU li a:hover{ background-color:#f0f0f0; color:#ccc; }

/*内容部分*/
div#KIZI{ float:right; width:80%; }
#KIZI h2{ font-size:20px; font-weight:bold; margin-bottom:20px; color:#BBEE00; }
div.text{ margin:0 5px 30px 5px; }
#KIZI h3{ font-size:15px; font-weight:bold; margin-bottom:10px; color:#999; border-bottom:1px dotted #ccc; padding-bottom:3px; }
#KIZI h4{ font-size:14px; font-weight:bold; margin-bottom:10px; color:#999; background:url(../img/arrow.gif) left center no-repeat; padding-left:10px; }
#KIZI h5,h6,h7{ font-size:12px; font-weight:bold; margin-bottom:10px; color:#999; }
#KIZI input, #KIZI select{ color:#333; font-size:12px; background-color:#fff; border:1px solid #ccc; padding:2px; }
#KIZI textarea{ color:#333; font-size:12px; background-color:#fff; border:1px solid #ccc; }
#KIZI input#BUTTON { background:#eeeeee; font-weight:bold; color:#999; }
#KIZI input:focus, #KIZI textarea:focus, #KIZI select:focus{ background-color:#f0f0f0; }
dt{ font-weight:bold; }
dd{ padding-left:10px; }
#KIZI p { margin:0 0 15px 0; font-size:14px}
#KIZI ul{ list-style:outside; margin:0.8em 1.8em 15px 1.8em; font-size:14px}
#KIZI ul.modori{ text-align:right; list-style:none; margin:10px 0 0 0; }
#RADIO,#CHECKBOX { border:none; }
a{ color:#3333ee; text-decoration:underline; }
a:hover{ color:#2222ff; }


/*フッターの指定*/
div#FOOTER{ clear:both; padding:30px 0; }
#FOOTER h2{ display:none; }
#FOOTER ul{ list-style-type:none; text-align:center; font-size:10px; }
#FOOTER li, address{ display:inline; margin-left:10px; }
#FOOTER address{ font-style:normal; }</pre></body></html>