/* 通常設定　*/
html{
  scrollbar-face-color:#ffffff;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-3dlight-color:#C7DEFF;
  scrollbar-darkshadow-color:#C7DEFF;
}

body{
 font-size:13px;
 color:#2E2E2E;
}

 
/* 付属 */
ins{text-decoration:none;border-bottom:3px double #FF8000;}

/* リンク */
a{ text-decoration:none;}
a:link{ color:#000000; }
a:active { color:#000000; }
a:visited{ color:#000000; }
a:hover{ background-color:#D6E8FF; }


/*　*/

.t1{
 width:600px;
 height:50%;
 line-height:20px;
 padding:15px 10px 0px 10px;
}

.t2{
 width:700px;
 height:50%;
 background-color:#ffffff;
 line-height:20px;
 padding:20px 10px 20px 10px;
 margin-bottom:15px;
 text-align:left;
 border:1px dashed #848484;
}

/*　文字　*/
h1{
 font-size:20px;
 font-family:Century Gothic;
 font-weight:normal;
 color:#000000;
 width:40%;
 border-bottom:solid;
 border-color:#ffffff;
 border-width:1px;
 padding:0px 0px 0px 20px;
}

h2{
 padding-left:25px;
 font-family:Century Gothic;
 font-weight:normal;
 font-size:14px;
 background-image:url(img/t01.gif);
 background-repeat:no-repeat;
 background-position:0% 0%;
 letter-spacing:2px;
 }

h3{
 padding-left:25px;
 font-family:Century Gothic;
 font-size:12px;
 background-image:url(img/t01.gif);
 background-repeat:no-repeat;
 background-position:0% 0%;
 letter-spacing:2px;
 }
