@import url("./com.css");

div#main_menu ul li#home a {
  background-position: 0px -44px;
}

div#home_area {
  margin-top: 24px;
  margin-bottom: 20px;
}
dl#side_menu{
  margin-top:24px;
}
ul#members_menu{
  margin-left: 10px;
  margin-bottom: 20px;
}
ul#members_menu li{
  background: url(./img/com/arrow.gif) 0 3px no-repeat;
  padding-left: 18px;
}

/*-- 見出し ----------------------------*/
h1 {
  background: url(./img/com/h1_back.gif) repeat-x;
}
/* ///////////////////////////// */

/*-- インフォメーション --------------*/
div#main_area div#information_area {
  clear: both;
  position: relative;
}

/*-- 一覧 ----------------------------*/
div#information_area div#info_border {
  margin-bottom: 10px;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  width: 568px;
}
div#info_border div#info_body {
  height: 180px;
  overflow: auto;
}
/*-- テーブル ----------------------------*/
div#info_body table#info_table {
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 528px;
}
div#info_body table#info_table tr {
  background: url(./img/com/dotted.gif) bottom repeat-x;
}
div#info_body table#info_table th {
  padding: 5px 0 5px 2px;
  width: 80px;
  font-weight: bold;
  text-align: left;
}
div#info_body table#info_table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table#info_table td.InfoCategory {
  width: 93px;
}
table#info_table td.InfoTitle {
  width: 345px;
  height: 19px;
}
table#info_table td.InfoCategory div {
  margin-right: 6px;
  width: 87px;
  height: 19px;
  text-indent: -99999px;
}

td.InfoCategory div.InfoType1 {
  background: url(./img/home/info_news.gif) no-repeat;
}
td.InfoCategory div.InfoType2 {
  background: url(./img/home/info_service.gif) no-repeat;
}
td.InfoCategory div.InfoType3 {
  background: url(./img/home/info_campaign.gif) no-repeat;
}
td.InfoCategory div.InfoType4 {
  background: url(./img/home/info_blog.gif) no-repeat;
}
td.InfoCategory div.InfoType5 {
  background: url(./img/home/info_press.gif) no-repeat;
}
td.InfoCategory div.InfoType6 {
  background: url(./img/home/info_merchandise.gif) no-repeat;
}
td.InfoCategory div.InfoType7 {
  background: url(./img/home/info_product.gif) no-repeat;
}

