/* 全体の設定 */

STYLE,html
a{cursor:help;}

*{  margin:0;
    padding:0;

}
img{border:0;}
body{
    margin:0;
    color:#000000;
    font-size:10px;
    font-family:Osaka,Verdana;
    line-height:11pt;
    letter-spacing :medium;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#f6f6f6;
    scrollbar-track-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
}

/* リンク */
a:link,a:visited,a:active{
color:#666666;font-size:10px;
text-decoration:none;
}
a:hover{
color:#000000;text-decoration:none;background-color:#c1e4e9;
}

/* テキストページ設定 */
.txt1{margin:27px; width:650px}
.txt2{margin-left:30px;margin-top:5px;margin-bottom:5px;}
.txt3{font-color:#ffffff;margin-left:10px; width:700px}
textarea{
  border:solid 1px #89c3eb;
  font-size:9px;
  font-family:Verdana;
  color:#000000;
  padding:3px
  letter-spacing :0.1em;
  line-height:16px;
  scrollbar-face-color:#eaedf7;
  scrollbar-highlight-color:#eaedf7;
  scrollbar-shadow-color:#eaedf7;
  scrollbar-3dlight-color:#eaedf7;
  scrollbar-arrow-color:#89c3eb;
  scrollbar-track-color:#eaedf7;
  scrollbar-darkshadow-color:#eaedf7;
  background-color:#eaedf7;
}
input,select{
	font:100% Verdana,MS UI Gothic;
	border:1px solid #89c3eb;color:#000000;
        background-color:#c1e4e9;
}
td{  font-size:9px;
     font-family:Verdana;
     line-height:160%;
     font-family:Verdana,Arial,MS UI Gothic;
}
p{
  margin:5px 10px 10px 0;
  padding:5px 10px;

}
/* border-left:3px solid #89c3eb; */ 
#MAIN{width:80%;
     margin:50px 0 20px 0;
     font-size:11px;
     text-align:left;
     line-height:170%;
}
.text1{margin:30px 10px 30px 20px;}
.text2{margin:5px 10px;font-size:9px;text-align:right;}

/* 文字装飾とか */
h1{ color:#000000; font:bold 150% georgia,verdana,osaka,sans-serif;letter-spacing:0.2em;margin-bottom:15px;}
h2{ color:#000000; font:bold 100%;letter-spacing:0.1em; margin:0 0 5px 0;padding:3px 0 5px 7px;border-bottom:dashed 1px #000000;}
h3{ color:#000000; font:bold 100%;letter-spacing:0.1em; margin:0 0 5px 0;padding:3px 0 5px 7px;border-bottom:solid 1px #000000;}
h4{ color:#000000; font:bold 100%;letter-spacing:0.1em; margin:0 0 5px 0;padding:3px 0 5px 7px;border-bottom:double 3px #000000;width:610px;}
h5{font-size:15px;
    font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
    border-bottom:double 3px #000000;     /* 下側の罫線 */
    background-image:url(menu/icon.gif);        /* 背景画像 */
    background-repeat:no-repeat;         /* 繰り返しなし */
    background-position:left center;     /* 配置を左、中央 */
    padding-left:40px;                   /* 左から文字までの距離 */
    padding-top:2px;                     /* 上部から文字までの距離 */
    width:650px;                         /* 全体の幅 */
}


.symbol{
font-family:MS UI Gothic;
}

hr{ border:none;border-bottom:1px dotted #999; color:#eaedf7;text-align:left; }