@charset "shift_jis";
#topics{
  display: block;
  width: 450px;
  padding: 15px 0 10px 0px;
  margin: 15px 0 0 30px;
}
#topics h3 {
   color: black;
   font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
   font-size: 11pt;
   line-height: 13pt;
   text-indent: 1em;
   text-align: left;
   background-image: url("../img/tab-w450.gif");
   background-repeat: no-repeat;
   padding: 6px 6px 6px 0px;
}
#topics dl {
  margin-left: 15px;
}
#topics dt {
  border-bottom: 1px dashed silver;
  font-weight: bold;
  padding: 0 0 5px 0;
}
#topics dt a{
  display: block;
  background-image: url("../img/item2.gif");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding: 1px 0 1px 20px;
}
#topics dt a:hover{
  text-decoration: none;
}
#topics dt a.clickable:hover{
  background-image: url("../img/item2-red.gif");
  text-decoration: underline;
}
#topics dd {
  border-bottom: 1px solid silver;
  padding: 5px 0 5px 0;
  margin: 2px 0 5px 0;
}
#topics dd.notitle {
  background-image: url("../img/item2.gif");
  background-repeat: no-repeat;
  background-position: 0px center;
  border-bottom: 1px solid silver;
  padding: 5px 0 5px 20px;
  margin: 2px 0 5px 0;
}
#home_spmenu{
  clear: both;
  float: right;
  width: 210px;
  height:250px;
  text-align: center;
  padding: 25px 20px 20px 20px;
  /*margin: 30px 20px 20px 10px;*/
  background-color:#efefef;
}

