﻿@charset "Shift_Jis";
/* 文字エンコードの設定（削除不可） */



/*/////////////// 基本構造 /////////////////////////*/

*{
margin:0;
padding:0;
font:normal normal normal 100%/1.7 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;
width:100%;
font-size:75%;
}


/*/////////////// アンカー /////////////////////////*/

a{
text-decoration:none;
}

a:link{
color:#86937e;
}

a:visited{
color:#86937e;
}

a:hover{
color:#444;
text-decoration:underline;
}



/*/////////////// 見出し /////////////////////////*/

h1{
padding:13px 0 0;
color:#3f3f3f;
font-size:middle;
font-family:Arial;
font-weight:bold;
text-align:center;
}

h1:first-letter {
font-size:120%;
color:#a22041;
} 

h2{
margin:-1px 0 0 280px;
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;
}





/*/////////////// リスト /////////////////////////*/

ul{
margin:0 0 0 2.1em;
}

ol{
margin:0 0 0 2.4em;
}

ul li{
list-style-type:square;
}

ul.rows,ol.rows{
margin:0 0 0 0.8em;
}

ul.rows li,ol.rows li{
margin:0 0.2em 0 0;
display:inline;
list-style-type:none;
}

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;
}


/*/////////////// レイアウト /////////////////////////*/

/* ********** 各#ID＆.class ********** */

div#PAGETOP{
position:relative;
height:100%;
}

/* ----------------------- */

#HEADER{
position:absolute; 
top:0;
left:0;
background:url(img/header.jpg) no-repeat 0 100px;
width:274px;
height:340px;
}

ul#PAN{
display:none;
}

/* ----------------------- */

#MENU{
position:absolute; 
top:340px;
left:0;
z-index:1;
width:274px;
} 

#MENU ul{
margin:0;
padding:0;
text-align:center;
list-style-position:outside;
border-top:1px solid #a0ad98;
}

#MENU li{
height:23px;
line-height:23px;
letter-spacing:0.08em;
list-style-type:none;
border-bottom:1px solid #a0ad98;
}

#MENU li a{
height:23px;
line-height:23px;
color:#3f3f3f;
font-family:Arial;
font-size:110%;
font-weight:bold;
display:block;
}

#MENU li a:hover{
background:url(img/menu.gif) repeat-x 0 50%;
color:#a22041;
text-decoration:none;
}

#MENU li.menu-on a{
color:#a22041;
}

#MENU h2{
display:none;
}

/* ----------------------- */

div#KIZI{
position:relative;
top:0;
left:0;
padding:55px 0 35px;
background:url(img/txt.gif) repeat-y 308px 0;
width:100%;
}

div.text{
margin:0 0 0 280px;
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:0;
width:100%;
text-align:center;
}

#FOOTER ul{
margin:0 0 0 274px;
padding:6px 0;
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;
}


/*////////////////////////////////////////*/

/* ----- フォーム ------------- */

input,textarea,select{
margin:0.7em 0 0;
background-color:#fff;
border:1px solid #999;
}


/* ----- 段落・水平線・イメージ ------------- */

p{
margin:0.2em 0 0.6em;
}

hr{
display:none;
}

img{
margin:0.4em 0.2em 0.4em 0;
vertical-align:bottom;
}


/* ----- 強調・追加・削除 ------------- */

em{
border-bottom:1px dashed #444;
}

strong{
color:#a22041;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


/* ----- アドレス ------------- */

address{
display:inline;
}


/* ----- 引用 ------------- */

blockquote{
margin:0.7em 1.2em 0.7em 0; 
padding:0 0.5em;
background:#f3f3f3;
border:2px solid #e5e5e5;
}

blockquote p{
color:#666;
}

q{
padding:0 2px;
quotes: "<" ">" "`""'";
}

q:before{
content:open-quote;
}

q:after{
content:close-quote;
}


/* ----- 整形済みテキスト（サンプルページ未記述） ------------- */

pre{
overflow:auto;
margin:0.7em 1em 0.7em 0.7em;
padding:5px;
height:80px;
border:1px solid #999;
}


/* ----- 物理要素（サンプルページ未記述） ------------- */

b{
font-weight:bold;
}

i{
font-style:oblique;
}

big{
font-size:125%;
}

small{
font-size:85%;
}