/* 検索結果で使用しているスタイル */
div.navigation {
  width: 508px;
  border: 1px solid #999999;
  padding: 5px;
  margin: 4px 0px;
  text-align: center;
  }

  div.navigation .disable {
    color: #999999;
    }

  div.navigation .current {
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
    }

/* 検索結果 表示テーブル */

div.result {
  background-color: #10B9FF;
  width: 518px;
  padding: 1px;
  margin-top: 10px;
  }

  div.result table {
    background-color: #FFFFFF;
    }

  div.result .name {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14pt;
    margin: 5px;
    }

  div.result .genre, div.result .genre table {
    background-color: #A0E3FF;
    font-size: 11pt;
    padding: 2px;
    }

  div.result .pkg {
    background-color: #EDEDED;
    width: 120px;
    height: 22px;
    margin: 3px;
    }

  div.result .comment {
    background-color: #E6F8FF;
    color: #333333;
    line-height: 120%;
    padding: 10px;
   }
select{
	font-size:11px;
}
/* 検索結果　表示テーブル　ここまで */
#footer a {
	font-size: 10px;
}
