@charset "utf-8";

/*=Contents==================================================*/
/*メインコンテンツ内容はw689にて作成*/


/*ページタイトルh2用背景指定*/
#catch01 {
  width: 689px;
  height: 81px;
  padding-top: 2px;
  background: url(../../../images/07_mail_midashi01_bgimg.gif) top left no-repeat;
  color: #333;
  font-size: 18px;
  text-align: right;
}
.catch02 {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.catch03 {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.catch03 img {
  padding:10px;
  border: 3px double #ccc;
  background: #eee;
}



/*テーブル*/

.fieldset table {
  width: 628px;
}
td {
  padding: 7px 5px 7px 5px;
  border: 1px solid #999;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
td.titlecell {
  width: 130px;
  background-color: #efefef !important;
}
td.naiyoucell {
  width: 470px;
}
/*テキストエリアを指定しないとレイアウトが崩れる*/
.textarea {
  width: 95%;
}

td.gray, tr.gray {
  background-color: #eee;
}
td.d_gray, tr.d_gray {
  background-color: #ccc;
}
td.blue, tr.blue {
  background-color: #ebf1fe;
}
td.d_blue, tr.d_blue {
  background-color: #cbdcff;
}
td.vaM {
  vertical-align: middle !important;
}
td.vaB {
  vertical-align: bottom !important;
}
td.alignC {
  text-align: center !important;
}
td.alignR {
  text-align: right !important;
}
