@charset "UTF-8";
/*html, body, div, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}*/
body {
  background-color: transparent;
  font-size: 12px;
  line-height: 1.5em;
  color: #555555;
}

a {
  color: #0044cc;
}

.bold {
  font-weight: bold;
}

.notice {
  color: #ff0000;
}

/*カラム構成*/
#wrap {
  width: 950px;
  text-align: left;
  margin: 0 auto;
}

/* 共通 */
a {
  color: #0044cc;
}

.bold {
  font-weight: bold;
}

.notice {
  color: #ff0000;
}

/* LIST */
dl {
  margin: 0 0 10px 0;
}

/*dt{margin-left: 10px;}*/
dd {
  margin-left: 30px;
}

li {
  margin-left: 20px;
}

dt.horizontal {
  float: left;
}

/* ==============================
 ■index Page
============================== */
/* 全幅角丸枠 */
#helpBox {
  width: 755px;
  margin: 0 auto 20px auto;
  text-align: left;
  line-height: 1.5em;
}

.titleBoxBody01 {
  overflow: hidden;
  padding: 0 0;
  font-size: 16px;
}

.titleBoxBody02 {
  margin: 5px 15px 5px 15px;
  padding: 0 0;
  width: auto;
}

.titleBox .top,
.titleBox .bottom {
  padding: 0;
  width: 755px;
  height: 10px;
  font-size: 0px;
}

.titleBox.gray {
  background: url("../../../../image/sw/cu/box/spr_bordermainbox02_gray.gif") repeat-y scroll left center transparent;
  margin: 10px 0 0 0;
  width: 755px;
}

.titleBox.gray .top {
  background: url("../../../../image/sw/cu/box/spr_mainbox02top_gray.gif") no-repeat scroll 0 0 transparent;
}

.titleBox.gray .bottom {
  background: url("../../../../image/sw/cu/box/spr_mainbox02bottom_gray.gif") no-repeat scroll 0 0 transparent;
}

/* カラム構成 */
.helpIndexLeftBox {
  float: left;
  width: 350px;
  font-size: 12px;
}

.helpIndexRightBox {
  float: right;
  width: 350px;
  font-size: 12px;
}

.helpIndexLeftBox h2,
.helpIndexRightBox h2 {
  width: 345px;
  _width: 345px;
  margin: 10px 0 5px 0;
  padding: 3px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #ff9900;
}

/*#helpBox ul*/
.helpIndexLeftBox ul,
.helpIndexRightBox ul {
  display: block;
  margin: 0 0 15px 0;
  list-style-type: none;
  border: 1px solid #ffffff;
}

/* ==============================
 ■Contents Page
============================== */
.contents {
  width: 950px;
  text-align: left;
}

/* ----- sub columun ----- */
.helpmenu {
  float: left;
  width: 300px;
  margin: 10px 0;
  line-height: 1.8em;
}

.helpmenuBody {
  width: 300px;
  background: url("../image/sw/cu/box/spr_bordersubbox_gray.gif") repeat-y scroll left center transparent;
}

.helpmenu .top,
.helpmenu .bottom {
  width: 300px;
  height: 10px;
  font-size: 0px;
}

.helpmenu .top {
  background: url("../image/sw/cu/box/spr_subboxtop_gray.gif") repeat-y scroll left center transparent;
}

.helpmenu .bottom {
  background: url("../image/sw/cu/box/spr_subboxbottom_gray.gif") repeat-y scroll left center transparent;
}

.helpContentsWrap {
  width: 270px;
  margin: 0 15px;
  padding: 0;
}

.helpContentsBody {
  width: 270px;
  _width: 270px;
  margin: 5px 0px;
  _margin: 10px 0px;
  overflow: hidden;
}

/* TITLE */
.helpmenuTtl {
  width: 260px;
  _width: 270px;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: bold;
  background-color: #eeeeee;
  /*Gray*/
}

/* ----- main columun ----- */
.maincol {
  float: right;
  width: 635px;
  margin: 10px 0 10px 0;
}

.maincol .top,
.maincol .bottom {
  padding: 0;
  width: 635px;
  height: 10px;
  font-size: 0px;
}

.orange01 {
  background: url("../../../../image/sw/cu/box/spr_bordermainbox_orange.gif") repeat-y scroll left center transparent;
  margin: 0 0 10px 0;
  width: 635px;
}

.orange01 .top {
  background: url("../../../../image/sw/cu/box/spr_mainboxtop_orange.gif") no-repeat scroll 0 0 transparent;
}

.orange01 .bottom {
  background: url("../../../../image/sw/cu/box/spr_mainboxbottom_orange.gif") no-repeat scroll 0 0 transparent;
}

.mainCol p {
  margin: 10px 10px;
}

/* TITLE */
.MainColTtl {
  display: block;
  width: 630px;
  _width: 630px;
  margin: 5px 0 5px 0;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffd14d;
  /*Orange*/
}

.maincol h2 {
  display: block;
  width: 630px;
  _width: 630px;
  margin: 5px 0 5px 0;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffd14d;
  /*Orange*/
}

.maincol h3 {
  width: 630px;
  _width: 630px;
  margin: 5px 0 5px 0;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff09f;
}

div.maincol p {
  display: block;
  width: 600px;
  margin: 0 0 15px 15px;
  line-height: 150%;
}

/* TABLE */
table.helpDefault {
  font-size: 12px;
  margin: 5px 0 5px 0;
  border: 1px solid #cccccc;
}

table.helpDefault th,
table.helpDefault td {
  text-align: left;
  padding: 3px 3px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.helpDefault th {
  background-color: #efefef;
}

/*「検討事項」の枠。最後に消去する。*/
.consideration {
  width: 600px;
  border: 2px solid #ff9900;
}

#footer #navFyi {
  text-align: left;
}

/* ======================
　ページトップへ戻るボタン
====================== */
#toPageTop {
  position: fixed;
  bottom: 30px;
  width: 70px;
  margin-left: 980px;
  z-index: 9999;
}

#toPageTop a {
  display: block;
  width: 60px;
  background: url("../../../../image/sw/cu/common/btn_pagetop_ov.gif") no-repeat;
}

#toPageTop a:hover img {
  visibility: hidden;
}