/* 各ページスタイル */


/* index
---------------------------------------------------------*/
#appeal {
  width: 800px; height: 300px;
  padding-top: 25px;
  - padding-top: 45px;
}

#what {
  float:left; width:600px;
}
#what h2{
  margin-top:0ox;
}
#what div.info {
  height:350px; overflow:auto;
  margin-top:10px; margin-left:20px; padding-right:20px;
}
#what p.oshirase{
  font-size: 80%; line-height: 160%; color: #444;
  background: url(../images/index_bg_oshirase.gif) top left no-repeat;
  border-bottom: 1px #CCCCCC dotted;
  margin-top: 8px; padding:4px 0px 4px 140px; 
}
#what p.event{
  font-size: 80%; line-height: 160%; color: #444;
  background: url(../images/index_bg_event.gif) top left no-repeat;
  border-bottom: 1px #CCCCCC dotted;
  margin-top: 8px; padding:4px 0px 4px 140px; 
}

#pick {
  float:left;
  width:199px;

}
#pick div.plate {
  height:360px; background:#b2c1e0;
}
#pick div.plate img {
  margin-left: 8px ; margin-top: 8px ;
}

#bottom-banner {
  clear: both ; width: 800px;
}
#bottom-banner div.plate {
  background: #3f65b2;
}
#bottom-banner div.plate img {
  margin: 7px 5px 5px 10px ;
}

#information {
  clear: both ; width: 800px;
  background: #003399;
}
#information p {
  font-size: 80%; line-height: 160%; color: #fff;
  padding:3px 0px 3px 10px;
}