
#container{ margin:0px;
            background-color:#FFFFFF;
            height:500px;
            border-left: 5px double #ffdab9;
            border-right: 5px double #ffdab9;
            border-bottom: 5px double #ffdab9;
            border-top: 5px double #ffdab9;
}


#navi{ background-color:#ff69b4;
       width:180px;
       text-align : center;
       padding-top :10px;
       padding-right :10px;
       margin:0;
       overflow: hidden;
       font-weight : bold;
       float:left;
       border-right: 5px double #ffdab9;
       border-top: 5px double #ffdab9;
       border-bottom: 5px double #ffdab9;
 }

#navi ul{ 
margin: 10; 
padding: 0; 
list-style-type: none; 
}

#navi li{ 
display: inline; 
height:20px;
padding: 0; 
margin: 0; 
}

#navi li a{
display: block; 
height:19px;
padding: 19px 10px;
text-decoration: none;
color: #FFFFFF;
width: 150px; 
margin: 0px 0px;
text-align: left;
font-size: 17px;
}

#navi li a:hover{
color: #FFFF00;
font-size: 20px;
font-weight:bold;

}



#main{
      width:685px;
      text-align : left;
      margin-top:-5;
      padding-top:10px;
      padding-bottom:10px;
      padding-left:10px;
      padding-right:0;
      font-weight : normal;
      color : black;
      float : left;
}
#main ul{ 
margin: 10; 
padding: 0; 
list-style-type: none; 
}

#main li{
      margin-right:-50px;
      font-size : 17 px ;}

#main A{ 
           color : #3300FF ; 
           
}

#main a:hover {
               color: #FA8072;
               text-decoration: none;
}
      

.scr {
  overflow: scroll;  
  overflow-x: hidden;
  height: 480px;
  width: 680px;
}

.riyoumidashi{padding : 8px;padding-bottom : 8px;
              background :#ffe4e1;
              color: red;
              font-size:20px;
              font-weight :bolder;
              border:5px double #ffdead;}
             
.katudomidashi{padding : 8px;padding-bottom : 8px;
              background :#ffff00;
              color:red ;
              font-size:20px;
              font-weight :bolder;
              border:5px double #00bfff;}

.johomidashi{padding : 8px;padding-bottom : 8px;
              background :#afeeee;
               color:red ;
              font-size:20px;
              font-weight :bolder;
              border:5px double #00bfff;}



.accessmidashi{padding : 8px;padding-bottom : 8px;
              background :#ffd700;
               color:red ;
              font-size:20px;
              font-weight :bolder;
              border:5px double #00bfff;}
              
.size{font-size:small;}