/* サブコンテンツ表示用 */
#sub_contents ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#sub_contents li {
  border-bottom: 1px #dcdcdc dotted;
  margin: 0px 5px 0px 5px;
  padding: 10px 0px 10px 10px;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  background:url(../img/marker3.gif) no-repeat center left;
}

#sub_contents li a {
  text-decoration: none;
  color: #909090;
}

#sub_contents li a:hover {
  color: #4c79aa;
}




/* メインコンテンツ内リスト表示用 */
#history li {
  border-bottom: 1px #dcdcdc dotted;
  margin: 0px 5px 0px 10px;
  padding: 5px 0px 5px 10px;
  background:url(../img/marker3.gif) no-repeat center left;
}

#press li {
  border-bottom: 1px #dcdcdc dotted;
  margin: 0px 5px 0px 10px;
  padding: 8px 0px 8px 10px;
  background:url(../img/marker.gif) no-repeat center left;
  line-height: 1.3em;
}


/* 社長メッセージ画像回り込み設定 */
#message_title{
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

#ceo_img {
  float: right;
  padding: 16px 5px 0px 8px;
  margin: 0px 0px 0px 0px;
}

#ceo_img p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 80%;
  text-align: center;

}












#active {
  color: #3e6089;
}


