/*フォーカス（リンクの点線消し）*/
a:focus{
outline: none;
}

/*ボディータグ*/

table{
cellspacing:1;
font-size:12px;
}

body{
  color:#333300;
  font-size:x-small;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  scrollbar-face-color:#ffffff;
  scrollbar-track-color:#ffffff;
  scrollbar-arrow-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
}

.example,input,select,textarea {
 background-color: #ffffff;
 color:#666666
 font-family:'MS UI Gothic';
}

/*境界線一括*/
div.example{
border-style: 1px #000000 solid;
}

/*テキストリンク*/
a:link,a:visited{
   color:#999966;
   text-decoration:none;
}
a:active{
   color:#ccff99;
   text-decoration:none;
}
a:hover{
   color:#99ff00;
   text-decoration:none;
}

/*インデックス-トップイラスト*/

#title{
width:490px;
background: #FFFFFF; 
background:url(navi/navi-index.jpg) no-repeat;
height:144px;
}

#content{
width:490px;
height:174px;
margin-left:auto;
margin-right:auto;
}

/*こっそり注意書き文字*/
.style1{color:#cc9900;}
.style2{color:#ffffff;}
.style3{color:#cc9966;}
.style801{color:#C6B5A7; font-weight:bold;}
.red {color: #ff0000; font-weight: bold;}
.m-txt {font-size: medium; font-weight: bold;}
.l-txt {font-size: large; font-weight: bold;}


