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

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

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

.main_content p {
  margin-right: 40px;
  margin-bottom: 10px;
}

h4 { font-weight: bold; }


/* リストの定義 */
.main_content ul { margin-bottom: 10px; }

.main_content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.main_content ul li ul li {
  margin-left: 14px;
  list-style-type: none;
  line-height: 22px;
}

/* テーブルのレイアウト */
.main_content table {}
.main_content table tr th,
.main_content table tr td {
	padding: 3px 3px;
	border-bottom: 1px solid #F0F0F0;
}
.main_content table tr th {
	font-weight: bold;
  width: 118px;
}
.main_content table tr td input { width: 19em; }
.main_content table tr td textarea { width: 100%; }
.main_content table tr td input.small { width: 5em; }
.main_content table tr td input.middle { width: 8em; }

.main_content table tr .no_border { border-bottom: 0; }


