@charset "Shift_JIS";

/* ****************************** */
/* リセット */
/* ****************************** */
*{
margin:0;
padding:0;
font:normal normal normal 100%/1.8 Verdana,Tahoma,Osaka,"ＭＳ Ｐゴシック",sans-serif;
text-decoration:none;
}
/* ****************************** */
/* html */
/* ****************************** */
html{
height:100%;
}
* html{
overflow:hidden;
}
/* ****************************** */
/* body */
/* ****************************** */
/* ここで文字サイズ変更 */
body{
font-size:84%;
color:#333333;
background:#fafafa;
height:100%;
}
/* ****************************** */
/* アンカー */
/* ****************************** */
a{
text-decoration:none;
}
a:link{
color:#8c3f3f;
}
a:visited{
color:#a6909f;
}
a:hover,a:active{
color:#8c3f3f;
background:#eeeeee;
}
/* 記事内のみ適用 */
.text a{
text-decoration:underline;
}
/* ****************************** */
/* 枠 */
/* ****************************** */
#PAGETOP{
width:100%;
height:100%;
overflow:auto;
}
* > #PAGETOP{
height:auto;
overflow:visible;
}
/* ****************************** */
/* ヘッダー */
/* ****************************** */
#HEADER{
top:0;
left:0;
position:absolute;
z-index:1;
margin:0 2em;
height:100%;
width:14em;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
background:#f5f5f5;
}
* > #HEADER{
position:fixed;
}
/* サイト名 */
h1{
padding:5em 1em 0 1em;
font-weight:bold;
}

/* ****************************** */
/* メニュー */
/* ****************************** */
#MENU{
width:14em;
height:100%;
top:7em;
left:0;
position:absolute;
z-index:2;
margin:0 2em;
padding:0;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
}
* > #MENU{
position:fixed;
}
#MENU h2{
display:none;
}
/* メニューリスト */
#MENU ul{
list-style-type:none;
padding:0.5em 0;
}
#MENU li{
list-style:none;
display:inline;
}
#MENU li a{
padding:0 0 0 1.5em;
display:block;
border-bottom:1px solid #cccccc;
color:#333333;
}
#MENU li#MENU01 a{
border-top:1px solid #cccccc;
}
#MENU li a:hover,#MENU li a:active{
color:#cc3300;
background:#fafafa;
}
#MENU li.menu-on a{
font-weight:700;
color:#cc3300;
border-right:10px solid #cccccc;
background:#fafafa;
}
/* ****************************** */
/* 記事部分 */
/* ****************************** */
div#KIZI{
margin:0 1em 0 17em;
padding:2em 0;
background:url("./image/line.gif") repeat-x bottom left;
}

/* 本文 */
.text{
padding:2em 1em;
background:url("./image/line.gif") repeat-x;
}
/* 見出し3 */
h2{
color:#483d8b;
font-size:150%;
line-height:1.2;
margin:0.5em 0;
padding:0.1em 0.5em;
border-bottom:2px dotted #483d8b;
}
.text p{
padding:1.5em 0;
}
/* ナビゲーション */
ul.modori{
text-align:right;
}
ul.modori li{
display:inline;
}
.text ul.modori li a{
font-weight:700;
}

/* ****************************** */
/* その他 */
/* ****************************** */
/* 水平線 */
hr{
display:none;
}
/* 画像 */
img{
margin:1px;
padding:0;
}
/* リンク画像に線を出さない */
a img{
border:none;
}
/* 段落 */
.text p{
margin:1.5em 0;
padding:0;
}


/* 長文引用の中の段落 */
.text blockquote p{
margin:0;
padding:0;
}
/* 引用元 */
cite{
margin:0;
padding:0;
text-decoration:none;
}
/* 短文引用 */
q{
quotes:"\300c" "\300d" "\300e" "\300f";
background:#eeeeee;
}
q:before{
content:open-quote;
}
q:after{
content:close-quote;
}
/* アドレス */
address{
font-style:normal;
}
/* 番号つきリスト */
#KIZI ol{
list-style-position:outside;
padding:5px;
margin:0 0 0 2em;
}
#KIZI ol li{
padding:0;
}
/* 同不順リスト */
#KIZI ul{
list-style:outside disc;
padding:5px;
margin:0 0 0 2em;
}
#KIZI li{
padding:0;
}
/* 定義リスト */
dl{
margin:0.25em 0;
}
dt{
padding:0.1em 0;
font-weight:bold;
}
dt a{
font-weight:bold;
}
dd{
margin:0 0 0 0.25em;
padding:0.1em 1em;
border-left:5px solid #eeeeee;
border-bottom:1px solid #fafafa;
}

