/****** サブページ用CSS *******/
@import url(./common.css);

/****** 左メニュー *******/
#lmenubox{
  float: left;
  width: 180px;
  margin: 10px 0 0 0;
  text-align: left;
}
#leftmenu{
}
#leftmenu a{
  display: block;
  width: 166px;
  height: 28px;
  padding: 2px 0 0 0;
  background-image: url(../img/off.gif);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: white;
/*  border: 1px solid #999999;*/
}
#leftmenu a:hover{
  background-image: url(../img/blankbutton.jpg);
  color: red; text-decoration: underline;
}
#selplan{
  width: 560px;
  padding: 2px 4px;
  color: red;
  font-weight: bold;
  font-size: 110%;
  background-color: #ccccff;
  border-width: 0;
}
/****** ページメイン *******/
#mainbox{
  width: 680px;
  margin: 16px 0 0 200px;
}

/****** バックナンバー *******/
#baknolst{
  margin: 8px 0 20px 0;
}
#baknolst h2{
  margin: 0 0 8px 0;
}
#baknolst p{
  margin: 0 0 0 0;
  font-size: 90%;
}
#baknolst a{
  display: block;
}

/****** その他（追加分） *******/

