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

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

li.m_about_pbm a:hover, li.m_about_pbm a:visited.current {
  background: url(/images/menu_btn/left_menu_business.gif) -181px 0;
}
li.m_peculiarity a:hover, li.m_peculiarity a:visited.current {
  background: url(/images/menu_btn/left_menu_business.gif) -181px -31px;
}
li.m_business a:hover, li.m_business a:visited.current {
  background: url(/images/menu_btn/left_menu_business.gif) -181px -62px;
}


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


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


.main_content_frame { margin-top: 11px; }

h4 {
  font-weight: bold;
}

p { margin-bottom: 5px; }

