@charset "Shift_Jis";

 /* リンクの色 */
a{text-decoration:none}
A:link {COLOR:#663300;}
A:visited {COLOR:#663300;}
a:hover,a:active{text-decoration:
underline overline line-through;
color:#ffcccc;}

 /* bodyとテキストエリアの設定 */
body,textarea{ scrollbar-face-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-arrow-color: #ccc;
  scrollbar-track-color:#fff;
  scrollbar-darkshadow-color: #fff;
color:#000;
font-size:75%;
line-height:18px;
background-color:#fff;
font-family:Verdana,MS UI GOTHIC;
border:0px solid;
cursor:crosshair;
margin:0px 0px 0px 5px;}
BR{letter-spacing:normal;}

 /* メインページの設定。イラストを入れたい場合はここへ。 */
.mainpage{
margin:10px 0 0 5px;
}

 /* メニューページの設定。キリトリ線の画像設定 */
.enter{
background:url(img/back.gif);
background-repeat: repeat-y;
background-position: 100% 0%;}

 /* メニューページの見出し */
h1{
margin:30px 0px 3px 0px;
padding: 0 0 3px 0;
text-align:left;
font-weight:bold;
font-size:12px;
font-family:Verdana;
font-weight:bold;
color:#000;
border-bottom:1px dashed #666666;
width:100%;
height:auto;}

 /* メインページの見出し。ただの太字･･･ */
h2{color:#000;
font-weight:bold;
margin:2px 0 0 0px;
font-size:11px;
padding:0px;}

 /* メニュー部分の設定 */
#menu{
width:200px;
height:auto;
padding:10px 0 0px 3px;
text-align:left;
font-size:85%;}

/*メニューのリストアイテムの設定*/
#menu ul{list-style-type:none; padding:0px; margin:0px;text-align:left;}
#menu li{display:inline;padding:0px 0px 0px 5px;}

 /* 余白の指定 */
p{margin:8px 0 0 0;}

 /* ライン */
hr{border:1px #666666 dashed;
   width:100%;}

