@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:visible;
}
/* ****************************** */
/* body */
/* ****************************** */
body{
font-size:84%;
color:#333333;
background:#fafafa;
height:100%;
}
/* ****************************** */
/* アンカー */
/* ****************************** */
a{
text-decoration:none;
}
a:link{
color:#5f9ea0;
}
a:visited{
color:#48d1cc;
}
a:hover,a:active{
color:#DDA0DD;
}
/* 記事内のみ適用 */
.text a{
text-decoration:underline;
}
/* ****************************** */
/* 枠 */
/* ****************************** */
#PAGETOP{
margin:0 auto;
width:100%;
height:100%;
min-height:100%;
overflow:visible;
}
* > #PAGETOP{
height:auto;
overflow:visible;
}
/* ****************************** */
/* ヘッダー */
/* ****************************** */
#HEADER{
height:100%;
width:14em;
position:fixed;
top:0;
left:0;
z-index:1;
border-right:1px solid #333333;
}
* > #HEADER{
position:fixed;
}
/* サイト名 */
h1{
padding:3em 0 1em 1em;
text-align:left;
font-weight:bold;
}
/* パンくずリスト */
ul#PAN{
display:none;
}
/* ****************************** */
/* メニュー */
/* ****************************** */
#MENU{
width:14em;
height:100%;
top:150px;
left:0;
position:static;
z-index:2;

}
* > #MENU{
position:static;
}

/* メニューリスト */
#MENU ul{
list-style-type:nonet;
padding:0.5em 0;
text-align:left;
}
#MENU li{
list-style:none;
display:inline;
}
#MENU li a{
padding:0 0 0 2em;
display:block;
border-bottom:1px solid #333333;
background:url("./image/menu_a.gif");
color:#333333;
}
#MENU li#MENU01 a{
border-top:1px solid #333333;
}
#MENU li a:hover,#MENU li a:active{
background:url("./image/menu_hover.gif");
}
#MENU .menu-on a{
background:url("./image/menu_hover.gif");
font-weight:700;
}
/* ****************************** */
/* 記事部分 */
/* ****************************** */
#KIZI{
margin:0 0 0 14em;
padding:4em 0;
border-bottom:1px solid #333333;
}

/* 本文 */
.text{
padding:1em 2em;
border-top:1px solid #333333;
}
/* 見出し3 */
h2 {
border-left:9px double #333333;
border-bottom:1px solid #fafafa;
padding-left:0.5em;
}
.text p{
padding:1em 0;
}
/* ナビゲーション */
#KIZI ul.modori{
display:none;
}



/* ****************************** */
/* その他 */
/* ****************************** */
/* 水平線 */
hr{
display:none;
}
/* 画像 */
img{
margin:1px;
padding:0;
}
/* リンク画像に線を出さない */
a img{
border:none;
}
/* 番号つきリスト・同不順リスト */
#KIZI ul{
margin:0.5em 0 0.5em 2em;
list-style-type:square;
}
#KIZI ul ul{
list-style-type:disc;
}
#KIZI ol{
margin:0.5em 0 0.5em 2em;
}
