body {

   font-family: "MS UI Gothic";
   font-size: 12px;
   color: #000000;
   text-align: left;
   background-color: #FFFFFF;
   background-image: url('../images/d3.gif');
   margin-left: 80px;
}

.navi {

   text-align:right;
   font-weight: bold;
   color: #3366FF;
   position: fixed;
   right: 10px; 
   background-color: #EAEAC3;
   
}

div.boxtop { 

   padding-top: 10px;
   padding-bottom: 10px;

}

div.boxcenter { 

   padding-top: 10px;
   padding-bottom: 10px;

}

.idxcom { 

   padding-left: 100px;
   padding-top: 10px;
   padding-bottom: 10px;

}

div.index {

   padding-top: 10px;
   padding-left: 40px;
   font-weight: bold;
   color: #000066;
   float: left;
   width: 56px;
   height: 22px;
   background-image: url('../images/01x.gif');

}

div.comm {

   padding-top: 10px;
   padding-left: 20px;
   float: left;
   width: 60%;

}

div.boxbottom { 

   padding-top: 10px;
   padding-bottom: 10px;

}


div.box1 {

   margin-left: 5%;
   margin-right: 5%;
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: small;

}

div.box2 {

   margin-left: 80%;
   padding-top: 10px;
   padding-bottom: 10px;

}


div.space {

   clear: left;

}

