/* index.css */



body#index {
}



body#index #body h1 {
  width:900px;
  height:400px;
}
html>body#index #body h1 {
  height:390px;
}



body#index #body object#slider {
  position:absolute;
  left:0;
  top:70px;
  width:900px;
  height:320px;
  outline:none;
}



body#index #contents {
}



body#index #contents #whats-new {
  position:relative;
  float:left;
  width:470px;
  border:solid 1px #ccc;
}
body#index #contents #whats-new h2 {
  height:32px;
  padding:0 10px 0 50px;
  line-height:32px;
  font-family:Helvetica,Verdana;
  font-size:17px;
  color:#039;
  background:url(../img/format/title.gif) no-repeat left top;
  border-bottom:solid 1px #ccc;
}
body#index #contents #whats-new h2 span {
  float:right;
  font-weight:normal;
  font-size:13px;
  color:#666;
}
body#index #contents #whats-new dl {
  position:relative;
  padding:10px 0 0 10px;
  line-height:1.2;
}
body#index #contents #whats-new dl dt {
  position:absolute;
  left:0;
  padding:0 0 0 8px;
  background:url(../img/format/icon-arrow.gif) no-repeat left center;
}
html>body#index #contents #whats-new dl dt {
  left:10px;
}
body#index #contents #whats-new dl dd {
  padding:0 10px 10px 7em;
}



body#index #contents #weather {
  float:right;
  width:150px;
  height:240px;
}
