@charset   "UTF-8";
body,th,td{
  font-size : 14px;
  line-height: 1.4;
 
}
body {
	margin : 0px;
  font-family : sans-serif;
}




a:hover{
  color : #ff0000;
}

#top{
  width : 900px;
  height : 150px;
  bottom : auto;
  
  
}

#pack{
  width : 900px;
  
}

#side{
  width : 220px;
  height : 900px;
  
  float : left;
  left : auto;
  
}

#main{
  width : 680px;
  height : 900px;
  float : right;
  
}

#foot{
  width : 900px;
  height : 150px;
  clear : both;
  background-color : maroon;
}

#navi{
  padding-left : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : silver;
  background-color : olive;
  padding-top : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  font-size : 13pt;
  font-weight : bolder;
}

#navi a{
  text-decoration : none;
  color : white;
}

#navi a:hover{
  color : yellow;
}
