body
{
  background: url(images/special_logo.gif) repeat-x left top;
/*  text-align: center; */
  line-height: 100%;
}

/* Firefox 3用 */

body,x:-moz-broken
{
  margin-left:-1px;
}

/* head
----------------------------------*/
#head
{
  margin-bottom:10px;
  height:70px;
}

#logo
{
  margin: 20px 10px 0 0;
  text-align:left;
}

/* 基本
----------------------------------*/
/* 共通　*/
.wrap
{
  margin: 0 auto;
  width:1000px;
}

/* 通常　*/
#road
{
  zoom: 1;
  overflow: hidden;
}

#road #roadmain
{
  width: 800px;
  margin:40px 0;
  zoom: 1;
}

/* ボトムページ
----------------------------------*/
/* ボトム共通 */
.bottom #btmcont_in
{
  background-color: #fff;
  zoom: 1;
}

.bottom .btmcont
{
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f1f1f2;
  overflow: hidden;
  zoom: 1;
  text-align:left;
}

/* メイン */
.main_cont
{
  padding: 25px 10px;
}

.main_cont p
{
  padding:5px 0;
  line-height:150%;
}







.contents {
  padding: 5px 0;
  white-space: normal;
  background: #fff;
}


/* ベース */
#base {
  padding: 5px;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 35px;
}

h2 {
  background: url(images/h2back.jpg) no-repeat;
  padding: 0.7em 0.3em;
  margin-top: 5px;
  height: 35px;
  margin-left: 10px;
  text-indent: 10px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  color: #003999;
}

h4 {
  background: url(images/h4_bg.gif) no-repeat bottom left;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
  padding: 2px 0px;
}

/* フッタ
----------------------------------*/
#footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  min-width:1000px;
}

/* コピーライト */
address {
  color: #003399;
  text-align: right;
  font-size: 9px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 16px;
  font-style: normal;
  display: block;
  background-color: #ebebeb;
}


.h4point {
  background: url(images/point01.gif) no-repeat center left;
  vertical-align: bottom;
  padding: 2px 0 0 14px;
  margin-left: 7px;
  font-size: 14px;
}

/* 左と上下に余白を空けたい場合（下部にボタンを配置した時に設定） */
.marginleft2 {
  margin: 10px 30px;
}





/* Newボタン
----------------------------------*/
/* 水色ボタン width150 */
.buttonStyle {
  margin: 0px auto;
  border: 0px currentColor;
  width: 150px;
  cursor: pointer;
  border-style: none;
}
.NextButton {
  background: url("images/next_btn.png") no-repeat bottom;
  height: 44px;
  color: rgb(51, 51, 51);
  font-size: 14px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

/* テキスト左寄せ */
.left {
  text-align: left;
}

/* テーブル
----------------------------------*/
table {
  border: 1px #dbd9dd solid;
  border-collapse: collapse;
}

TW_fix {
  max-width: 920px;
}

th {
  padding: 5px;
  border: 1px #dbd9dd solid;
  background: #f6f6f6;
  white-space: nowrap;
  line-height: 150%;
}

thead.fontS th {
  padding: 5px;
  border: 1px #dbd9dd solid;
  background: #f6f6f6;
  white-space: nowrap;
  line-height: 150%;
  font-size: 11px;
}

thead.fontS th a {
  font-size: 11px;
}

td {
  padding: 5px;
  border: 1px #dbd9dd solid;
}

.confirmleft {
  font-weight: normal;
  text-align: left;
}

.confirmhead {
  font-weight: normal;
  text-align: center;
}

span.date {
  font-weight: normal;
  color: #666;
}

tr.background01 {
  background-color: #eff8f8;
}

/* テーブルを横に並べる */
div.HorizontalTable {
  zoom: 100%;
  margin: 0;
}

div.HorizontalTable:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: left;
}

div.HorizontalTable table {
  float: left;
  margin-right: 10px;
  border-collapse: collapse;
}

div.HorizontalTable table th {
  padding: 5px;
  border: 1px #dbd9dd solid;
  background: #f6f6f6;
}

div.HorizontalTable table td {
  padding: 5px;
  border: 1px #dbd9dd solid;
}

/* 線無しテーブル */
table.NoFrame, table.NoFrame td {
  border: none;
  border-collapse: collapse;
}

.red {
  color: #fd007e;
  font-weight: bold;
}


/* スタイル位置
----------------------------------*/
/* 行間を空けたい場合 */
.space {
  padding: 5px 5px 5px 0px;
  line-height: 20px;
}


.marginleft3 {
  margin: 20px 30px 10px 30px;
}


