﻿

body{
  
    
   
font-family: Arial, Verdana, sans-serif;
background-color: #C0C0C0;
background-image: url(img/back2.gif); 
}

div#all{
 margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:650px;         /* 幅を決定する */

width:980px;
}
div#top{
width:700px;
margin :0px 0px 3px 0px;
font-size: 150%; 
}

div#main{
 
width:700px;
float:left;
margin-left:10px;
}

div#menu{
background-color:#EFDFDE;
width:200px;
float:left;
margin-top:0px;
margin-left:5px;
padding:20px;
}


body, th, td { font-size: 80%; 
}

table,th,td{
border-style:solid;
border-color:#D3D3D3;
}

th{
background-color:#EDDEDB;
}

h5.example1{
border-top: medium #D3D3D3 dotted; 
padding:10px;

}





   
   
    