
/*----------------------------------------
		Import Files
----------------------------------------*/

@import url("/mar/manual/common/css/basestyle.css");
@import url("/mar/manual/common/css/mod_layout.css");
@import url("/mar/manual/common/css/mod_elements.css");

@import url("common.css");

@import url("/mar/manual/common/css/mod_multipurpose.css"); /* 使用しない場合はこの行を削除可 */


/*----------------------------------------
		.headerArea
----------------------------------------*/

/*	タブメニュー
----------------------------------------*/

div.frameFeatureArticles div.headerArea ul.navigation {
  border-bottom-color: #845e43; /* タブメニュー下の罫線の色をここで変更 */
}

/*	ページタイトル<h2>
----------------------------------------*/

div.frameFeatureArticles div.primaryContentsArea div.title h2 {
  height: 142px; /* リードの上開始位置をここで調整 */
}

/*	リード（p）
----------------------------------------*/

div.frameFeatureArticles div.primaryContentsArea div.title p {
  margin-left: 28px; /* リードの左開始位置をここで調整 */
  color: #333;
}


/* ↓ 新規にスタイルを作成する際は、これより下に記述します。 ↓ */

div.frameFeatureArticles div.primaryContentsArea h5 {
  margin: 20px 0 0;
  line-height: 32px;
  padding: 0 0 0 24px;
  border-left: none;
  background: #ded4cd url(../img/h5_bg.gif) left top no-repeat;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
}

/* .Rw333（2カラムレイアウト）
----------------------------------------*/

div.Rw333 div.leftColumn {
  width: 255px; /* 左カラム255px */
}

div.Rw333 div.rightColumn {
  width: 333px; /* 右カラム333px */
}

/*	表組
----------------------------------------*/

div.frameFeatureArticles div.primaryContentsArea div.section div.column table {
  margin-top: 0;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table caption {
  margin: 0;
  padding: 7px 0 3px;
  color: #774c2f;
  font-weight: bold;
  text-align: left;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table th {
  font-weight: normal;
  vertical-align: top;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table td {
  vertical-align: top;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table td dl {
  margin: 0.5em;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table td dl dt {
  margin-bottom: 0.4em;
 	color: #774C2F;
  font-weight: bold;
}

div.frameFeatureArticles div.primaryContentsArea div.section div.column table td dl dd {
  line-height: 1.5;
  padding-left: 16px;
  background: transparent url(/mar/manual/common/img/listmark_disc.gif) left 3px no-repeat;
}

/*	先輩花嫁コメント
----------------------------------------*/

div.frameFeatureArticles dl.comment {
  margin-top: 10px;
  padding: 1em;
}

div.frameFeatureArticles dl.comment dt {
  margin-bottom: 0.3em;
}

div.frameFeatureArticles dl.comment dd {
  line-height: 1.4;
  font-size: 11px;
}

/*----------------------------------------
		Chapter1
----------------------------------------*/

div#chapter01 div.footerArea div.actionLink ul.oneColumnLayout li#link01 a {
  background-image: url(../img/al_btn_1col_01.gif);
}

div#chapter01 div.primaryContentsArea div.section div.column table th {
  background-color: #c3e5d9;
}

div#chapter01 div.primaryContentsArea div.section div.column table td.before {
  background-color: #e1f2ec;
}

div#chapter01 dl.comment {
  background-color: #e1f2ec;
}

/*----------------------------------------
		Chapter2
----------------------------------------*/

div#chapter02 div.primaryContentsArea div.section div.column table th {
  background-color: #d0cce6;
}

div#chapter02 div.primaryContentsArea div.section div.column table td.before {
  background-color: #e7e5f2;
}

div#chapter02 dl.comment {
  background-color: #e7e5f2;
}

div#chapter02 div.footerArea div.actionLink ul.oneColumnLayout li#link01 a {
  background-image: url(../img/al_btn_1col_04.gif);
}
/*----------------------------------------
		Chapter3
----------------------------------------*/

div#chapter03 div.footerArea div.actionLink ul.oneColumnLayout li#link01 a {
  background-image: url(../img/al_btn_1col_02.gif);
}

div#chapter03 div.primaryContentsArea div.section div.column table th {
  background-color: #add5ee;
}

div#chapter03 div.primaryContentsArea div.section div.column table td.before {
  background-color: #d6eaf6;
}

div#chapter03 dl.comment {
  background-color: #d6eaf6;
}
div#chapter03 div.footerArea div.actionLink ul.twoColumnLayout li#link01 a {
  background-image: url(../img/al_btn_2col_03.gif);
}

div#chapter03 div.footerArea div.actionLink ul.twoColumnLayout li#link02 a {
  background-image: url(../img/al_btn_2col_04.gif);
}

/*----------------------------------------
		Chapter4
----------------------------------------*/

div#chapter04 div.footerArea div.actionLink ul.oneColumnLayout li#link01 a {
  background-image: url(../img/al_btn_1col_03.gif);
}



div#chapter04 div.primaryContentsArea div.section div.column table th {
  background-color: #f2c6b3;
}

div#chapter04 div.primaryContentsArea div.section div.column table td.before {
  background-color: #f8e2d9;
}

div#chapter04 dl.comment {
  background-color: #f8e2d9;
}