﻿
h1        {font-size:15pt}
h2        {font-size:15pt}

#page{
 width:920px; 
 
}

#touroku {
 font-size: 80%; 
}

#hidari {
  width: 160px; 
 float:left;
}

#migi {
  width: 740px; 
 float:right; 
}

#mean {
 font-size: 80%; 
 width: 740px; 
 background-color: #D7F8FF;
 position: relative;
 left: 0px;  
}

#mode {
 font-size: 65%; 
 width: 370px; 
  background-color: #f8dce0;
 position: relative;
 float:left;
}

#news {

 font-size: 65%; 
 width: 370px; 
 background-color: #f8dce0;
 position: relative;
 float:right; 
}

#footer {
 font-size: 65%; 
 clear:both;
  width: 550px;
 position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
 left: 300px;       
}

