@charset "euc-jp";


/* グローバル（ブロック） ------------------------------------------- */
#NBGIbody { margin-top: 20px; }

#NBGIbody th,
#NBGIbody td { vertical-align:top; }

/* グローバル（インライン） ----------------------------------------- */
#NBGIbody a         { color:#ff0000; text-decoration:none; }
#NBGIbody a:link    { color:#ff0000; text-decoration:none; }
#NBGIbody a:visited { color:#ff0000; text-decoration:none; }
#NBGIbody a:hover   { color:#ff0000; text-decoration:underline; }

#NBGIbody input,
#NBGIbody textarea,
#NBGIbody select { margin:0; padding:0; }


/* ページヘッダ ----------------------------------------------------- */
table#cols_head { width:760px; border:none; }
#head_col2 { background:url(../img/bg_right.gif) repeat-y top right; }


/* メインレイアウト ------------------------------------------------- */
table#cols_main0, table#cols_main1,
table#cols_foot0, table#cols_foot1 {
  width:760px;
  border:none;
}
#cols_main0 .col1, #cols_main0 .col2,
#cols_main1 .col1, #cols_main1 .col2 {
  vertical-align:top;
}
.col_border {
  width:1px;
  background-color:#333333;
}
.col1 .menu {
  margin-left:6px;
}
#cols_foot0 .col1, #cols_foot0 .col2,
#cols_foot1 .col1, #cols_foot1 .col2 {
  vertical-align:bottom;
}
#copyright {
  padding-top:10px;
  margin-right:10px;
  text-align:right;
}
#foot0, #foot1 {
  width:760px;
  height:10px;
  margin-bottom:20px;
}
.back_btn {
  margin:1.5em 19px 0 20px;
  text-align:right;
}


/* メインレイアウト／サイドメニューＯＮ ----------------------------- */
#cols_main1 .col1,
#cols_foot1 .col1 {
  width:199px;
  background:url(../img/bg_left1.gif) repeat-y;
}
#cols_main1 .col2,
#cols_foot1 .col2 {
  width:559px;
}
#cols_main1 .col1 .menu {
  border-top:1px solid #ffffff;
  padding-top:15px;
}
#cols_main1 .col1 .banner {
  margin-top:8px;
  margin-left:18px;
  margin-bottom:10px;
}
#cols_main1 .col1 .logo1 {
  margin-left:12px;
}
#cols_main1 .col1 .logo3 {
  margin-left: 7px;
  margin-top: 5px;
}
#cols_main1 .col2 #content {
  margin-left:20px;
}

#cols_foot1 .col2 #copyright {
  margin-left:10px;
  margin-right:10px;
  border-top:1px solid #999999;
}
#foot1 {
  background:url(../img/bg_foot1.gif) no-repeat;
}


/* メインレイアウト／サイドメニューＯＦＦ --------------------------- */
#cols_main0 .col2 .sep0 {
  margin:0 10px;
  border-bottom:1px solid #999999;
}
#foot0 {
  background:url(../img/bg_foot0.gif) no-repeat;
}


/* コンテンツ ------------------------------------------------------- */
.full {
  margin:0;
}
.content {
  margin:1.5em 19px 2em 20px;
}
.heading {
  margin-bottom:1.5em;
}



