@charset "UTF-8";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************

/* HTML要素（一部#ID） */

*{
margin:0;
padding:0;
/*font:normal normal normal 100%/170% Verdana,Osaka,sans-serif;*/
color:#595455;
border:0;
}


/* 基本構造 */

html{
scrollbar-face-color:#e5e5e5;
scrollbar-track-color:#bbb;
scrollbar-arrow-color:#555;
scrollbar-highlight-color:#e5e5e5;
scrollbar-shadow-color:#e5e5e5;
scrollbar-3dlight-color:#e5e5e5;
scrollbar-darkshadow-color:#e5e5e5;
}

body{
background:#e5e5e5 url(img/bg.gif) no-repeat fixed 50% 100%;
font-size:75%;
}

hr{
display:none;
}


/* 見出し */

h1{
padding:45px 0;
color:#ccc;
font-family:"Century Gothic",Verdana,Arial;
font-size:70px;
}

h2{
margin:10px 0 0;
font-size:22px;
font-family:"Century Gothic",Verdana,Arial;
}

h3{
margin:1.2em 0 0.5em;
padding:0 0 0 17px;
background:url(img/h3.gif) repeat-y;
}

h4,h5,h6{
margin:2px 0.5em;
}

h4{
font-weight:bold;
}

h5{
text-align:center;
}


/* 段落 */

p{
margin:0 0 0.7em;
}


/* アンカー */

a{
text-decoration:none;
}

a:link,a:visited{
color:#9fa09e;
}

a:hover{
color:#595455;
}


/* 強調・追加・削除 */

em{
font-weight:bold;
}

strong{
font-weight:bold;
border-bottom:3px double #bfbfbf;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
}


/* フォーム */

input{
margin-bottom:4px;
padding:1px 0 0;
background:#fff;
width:190px;
height:19px;
}

input#TEXT,input#BUTTON{
border:1px solid #bfbfbf;
}

input#CHECKBOX,input#RADIO{
width:30px;
}

textarea{
margin:0 0 4px;
background:#fff;
width:190px;
height:75px;
border:1px solid #bfbfbf;
}

select{
margin-bottom:4px;
background:#fff;
border:1px solid #bfbfbf;
}


/* リスト */
ol{
list-style-position:inside;
margin:0.5em 0 0.5em 0.7em;
}

ul{
list-style-position:inside;
margin:0.5em 0 0.5em 0.7em;
}

ul li{
list-style-type:square;
}

dl{
margin:0.5em 0 0.5em 0.7em;
}

dt{
margin:0.3em 0 0;
}

dd{
margin:0 0 0 0.5em;
padding:0 0 0 5px;
border-left:3px solid #bfbfbf;
}


/* アドレス */

address	{
display:inline;
}


/* 引用（サンプルページ未記述） */

blockquote{
margin:0.7em;
padding:3px;
border:1px solid #aaa;
}


/* 整形済みテキスト（サンプルページ未記述） */

pre{
overflow:auto;
margin:10px 0; 
padding:5px;
width:95%;
font-size:11px; 
border:1px solid #999;
}

/* 物理要素（サンプルページ未記述） */

b{
font-weight:bold;
}

i{
font-style:oblique;
}

big{
font-size:125%;
}

small{
font-size:85%;
}


/* ***********************************************
/* 各#ID＆.class */

div#PAGETOP{
width:100%;
}

ul#PAN{
display:none;
}

div#MENU{
padding:0 20px 0 0;
background:#e5e5e5;
text-align:right;
border:1px #d5d5d5;
border-style:solid none;
}

#MENU ul{
margin:0.2em 0;
font-family:"Century Gothic",Verdana,Arial;
}

#MENU li{
display:inline;
list-style-type:none;
}

#MENU li a{
padding:0 3px 0 16px;
color:#444; }

#MENU li a:hover{
background:url(img/menu.gif) no-repeat;
border:none;
}

#MENU li.menu-on a {
background:url(img/here.gif) no-repeat;
}

#MENU h2{
display:none;
}

div#KIZI{
margin:60px auto 0;
width:730px;
}

div.text{
padding:5px 15px;
}

ul.modori{
text-align:right;
}

ul.modori li{
list-style-type:none;
font-weight:bold;
}

ul.modori li a{
font-weight:bold;
}

div#FOOTER{
margin:20px 0 0;
padding:0 0 20px 20px;
text-align:center;
}

#FOOTER li{
margin:0 5px;
display:inline;
list-style-type:none;
}

#FOOTER h2{
display:none;
}