@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************

/* HTML要素（一部#ID） */

*{
margin:0;
padding:0;
font:normal normal normal 100%/170% Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
color:#444;
border:0;
}


/* 基本構造 */

html{
scrollbar-face-color:#b5c1ab;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-3dlight-color:#999;
scrollbar-arrow-color:#999;
scrollbar-darkshadow-color:#999;
scrollbar-base-color:#fff;
}

body{
background:#fff url(./img/bg.jpg) repeat-y;
font-size:12px;
}

hr{
display:none;
}


/* 見出し */

h1{
padding:13px 0 0;
color:#3f3f3f;
font-size:22px;
font-family:Arial;
font-weight:bold;
text-align:center;
}

h1:first-letter {
font-size:120%;
color:#a22041;
} 

h2{
margin:-1px 0 0 200px;
padding:0.1em 0 0.1em 55px;
background:url(./img/h2.gif) repeat-x 0 100%;
font-family:Arial;
font-size:110%;
font-weight:bold;
border-top:1px solid #1e1e29;
}

h3{
margin:20px 0px 10px 0.7em;
padding:0 0 0 8px;
border:solid #1e1e29;
border-width:0 0 1px 5px;
}

h4,h5,h6{
margin:2px 0.5em 2px 1.8em;
font-weight:bold;
}

h4{
border-bottom:1px dotted #1e1e29;
}

h5{
font-weight:bold;
}


/* 段落 */

p{
margin:0 0.7em 0.7em;
}


/* アンカー */

a{
text-decoration:none;
}

a:link,a:visited{
color:#86937e;
}

a:hover{
color:#444;
text-decoration:underline;
}


/* 強調・追加・削除 */

em{
border-bottom:1px dashed #444;
}

strong{
color:#a22041;
}

ins{
text-decoration:underline;
}

del{
text-decoration: line-through;
}


/* フォーム */

input,textarea,select{
margin:0.7em 0 0;
background-color:#fff;
border:1px solid #999;
}


/* リスト */

ol,ul{
margin:0.5em 0 0.5em 2em;
list-style-position:inside;
}

ul li{
list-style-type:square;
}

dl{
margin:0.5em 0 0.5em 2em;
}

dt{
margin:0.3em 0 0;
}

dd{
margin:0 0 0 0.5em;
padding:0 0 0 7px;
border-left:3px double #999;
}


/* アドレス */

address{
display:inline;
}


/* 引用（サンプルページ未記述） */

blockquote{
margin:0.7em;
padding:3px;
border:1px solid #ccc;
}


/* 整形済みテキスト（サンプルページ未記述） */

pre{
overflow:auto;
margin:10px 0; 
padding:5px;
width:95%;
border:1px dashed #999;
}


/* 物理要素（サンプルページ未記述） */

b{
font-weight:bold;
}

i{
font-style:oblique;
}

big{
font-size:125%;
}

small{
font-size:85%;
}


/* ***********************************************
/* 各#ID＆.class */

div#PAGETOP{	}

#HEADER{
position:absolute; 
top:0;
left:0;
background:url(./img/head.jpg) no-repeat 0 48px;
width:200px;
height:285px;
}

ul#PAN{
display:none;
}

#MENU{
position:absolute; 
top:300px;
left:0;
z-index:1;
width:200px;
}    

#MENU h2{
display:none;
}

#MENU ul{
margin:0;
padding:0;
text-align:center;
list-style-position:outside;
border-top:1px solid #a0ad98;
}

#MENU li{
height:40px;
line-height:40px;
letter-spacing:0.25em;
list-style-type:none;
border-bottom:1px solid #a0ad98;
}

#MENU li a{
height:40px;
line-height:40px;
color:#3f3f3f;
font-family:Arial;
font-size:110%;
font-weight:bold;
display:block;
}

#MENU li a:hover{
color:#a22041;
text-decoration:none;
}

#MENU li.menu-on a{
color:#a22041;
}

div#KIZI{
position:absolute;
top:0;
left:0;
padding:55px 0 0;
background:url(./img/txt.gif) repeat-y 238px 0;
width:100%;
}

div.kokuti{
font-size:16px;
}

div.kokuti a{
height:23px;
line-height:23px;
color:#CD8500;
font-family:Arial;
font-size:105%;
font-weight:bold;
}

div.text{
margin:0 0 0 210px;
padding:10px 30px 5px 60px;
border-bottom:1px solid #1e1e29;
}

ul.modori{
margin:10px 0 0;
text-align:right;
}

ul.modori li{
list-style-type:none;
}

div#FOOTER{
position:absolute;
bottom:3px;
left:0;
text-align:center;
}

#FOOTER ul{
margin:0;
width:200px;
text-align:center;
}

#FOOTER li{
margin:0 3px;
display:inline;
list-style-type:none;
}

#FOOTER li a{
color:#3f3f3f;
}

#FOOTER li a:hover{
color:#a22041;
text-decoration:none;
}

#FOOTER h2{
display:none;
}
