/* 背景画像の変更 */
#content {
  background: url(/images/background/bg_about_us.gif) center top no-repeat;
}

/* 左メニュー画像 */
.menu_about_us ul {
  height: 93px;
  background: url("/images/menu_btn/left_menu_about_us.gif");
  background-repeat: none;
}

li.m_outline a:hover, li.m_outline a:visited.current {
  background: url(/images/menu_btn/left_menu_about_us.gif) -181px 0;
}
li.m_access_map a:hover, li.m_access_map a:visited.current {
  background: url(/images/menu_btn/left_menu_about_us.gif) -181px -31px;
}
li.m_recruit a:hover, li.m_recruit a:visited.current {
  background: url(/images/menu_btn/left_menu_about_us.gif) -181px -62px;
}


/* パンくずリスト・現ページの色 */
.bread_list span { color: #FF00D1; }


/* ボーダーの色設定 */
h3, .main_content_frame {
  border-bottom: 1px solid #FF00D1;
}


/* テーブルの横幅定義（左右の幅を確保する為） */
.main_content_frame table {
  width: 546px;
  line-height: 22px;
  border-collapse:collapse;
}

.main_content_frame table th {
  font-weight: bold;
  width: 143px;
  vertical-align: top;
}

.main_content_frame table td {
  width: 403px;
}


/* テーブル最下段の下に表示される、灰色の区切りを消去 */
.main_content_frame .no_border, .main_content_frame table #last_item { border-bottom: none; }

h4 {
  font-weight: bold;
}

/* テーブル内項目の上下間を調整 */
.main_content_frame table th, .main_content_frame table td { padding: 12px 0; }


p { margin-bottom: 20px; }
