/*fontサイズ*/
.font{
font-size:10pt;font-family: "arial";
}

/*ボディー*/
div.body{
  text-align:center;
  width:100%;
}

/*コンテンツ*/
div.contents{
  margin-left:auto;
  margin-right:auto;
 text-align:left;
 width:900px;
}
/*コンテンツ2*/
div.contents2{
  margin-left:auto;
  margin-right:auto;
 text-align:left;
 width:760px;
}

/*ヘッダ*/
div.header{
  width:100%;
  background-color:#ffffff;
}

/*MENU*/
div.menu{
  width: 155px;
  background-color: #ffffff;
  float: left;    /*(1)*/
}

/*information*/
div.information{
  width: 745px;
  background-color: #ffffff;
  float: left;    /*(2)*/
}

/*フッタ*/
div.footer{
  width:760px;
  background-color:#ffffff;
  clear:both;     /*(3)*/
}

img {
    border-style:none;
}


a { text-decoration: none; color:#000099;}
a:hover {  text-decoration: underline;}
font {font-size:10pt;font-family: "arial";}
TD {font-size:10pt;font-family: "arial";
}