/* リンク
---------------------------------------------------- */
A:LINK {
  color: #3366ff;
  background: transparent;
}
A:VISITED {
  color: #800080;
  background: transparent;
}
A:HOVER, A:ACTIVE {
  color: #ff9933;
  background: transparent;
}
.whatsnew{
  font-weight : bold;
  color : #ff9933;
}
/* ナビゲーション
---------------------------------------------------- */
#navi {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 236px;
  font-size : 8pt;
  font-style : normal;
}
#navi UL {
  margin: 0 0 1em;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  text-align : left;
  width : 236px;
}
#navi LI A {
  text-decoration: none;
  /* ■Firefox等で線が表示されないようにする */
  
  width: 236px;
  height: 43px;
  display : block;
}
#navi LI#about{
  background-image : url(../images/nav_02_off.gif);
  background-repeat : no-repeat;
}
#navi LI#services{
  background-image : url(../images/nav_03_off.gif);
  background-repeat : no-repeat;
}
#navi LI#online{
  background-image : url(../images/nav_04_off.gif);
  background-repeat : no-repeat;
}
#navi LI#faq{
  background-image : url(../images/nav_05_off.gif);
  background-repeat : no-repeat;
}
#navi LI#top{
  background-image : url(../images/nav_01_on.gif);
  background-repeat : no-repeat;
}
#navi LI#line{
  border-top: 13px solid #3366ff;
}
#navi LI#about A:HOVER{
  background-image : url(../images/nav_02_on.gif);
  background-repeat : no-repeat;
}
#navi LI#services A:HOVER{
  background-image : url(../images/nav_03_on.gif);
  background-repeat : no-repeat;
}
#navi LI#online A:HOVER{
  background-image : url(../images/nav_04_on.gif);
  background-repeat : no-repeat;
}
#navi LI#faq A:HOVER{
  background-image : url(../images/nav_05_on.gif);
  background-repeat : no-repeat;
}
#navi LI{
  text-indent : -9999px;
}
#navi ADDRESS{
  font-size : 10pt;
  font-weight : normal;
  font-style : normal;
}
.underline{
  padding-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-color : #cccccc;
  border-bottom-style : solid;
}
.img1{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
}
.TD_template1{
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #ff9933;
  border-bottom-color : #ff9933;
  color : #ff9933;
  font-size : 12pt;
  padding-left : 5px;
}
DIV.ctable {
  text-align: center;
/* IEでセンタリングさせる方法 */
   }
DIV.ctable TABLE {
  margin: auto;
  /* 標準のセンタリング方法 */
      text-align: left;
/* IE用方法の弊害対策用 */
}
TD{
  font-size : 10pt;
}
.text_achar{
  font-size : 14pt;
}
