
/*----------------------------------------
		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: #dd7955; /* タブメニュー下の罫線の色をここで変更 */
}

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

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

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

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


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


/*----------------------------------------
    表組み
----------------------------------------*/
#chapter02 dl.place_where {
    background: #f5eddc;
    padding: 0 0 20px 0;
}
#chapter02 #sec01 .place_where dt, #sec01 .place_where dd{
  padding: 15px 4px 5px 4px;
}
#chapter02 #sec01 dl.place_where dt {
    width: 255px;
    margin-left: 20px;
    text-indent: 35px;
    color: #333333;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    font-size: 13px;
}
#chapter02 #sec01 dl.place_where dd {
    margin-top: -40px;
    margin-left: 170px;
    font-weight: bold;
    font-size: 12px;
    color: #6f6e6d;
    width: 100px;
    text-align: right;
}
#chapter02 #sec01 dl.place_where dd.no01 {
    font-size: 15px;
    color: #cc9933;
}
#chapter02 #sec01 dl.place_where dt#rank01 {
    background: url(../img/icon_rank01.png) no-repeat 5px 12px;
    font-size: 15px;
}
#chapter02 #sec01 dl.place_where dt#rank02 {
    background: url(../img/icon_rank02.png) no-repeat 5px 10px;
}
#chapter02 #sec01 dl.place_where dt#rank03 {
    background: url(../img/icon_rank03.png) no-repeat 5px 10px;
}
/*----------------------------------------
		Chapter01
----------------------------------------*/

div#chapter01 div.primaryContentsArea div.section div.column table col.period {
  background-color: #f7d09a;
}

div#chapter01 div.primaryContentsArea div.section div.column table col.subject {
  background-color: #fcecd7;
}

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

div#chapter01 div.primaryContentsArea div.section div.column table tbody th {
  color: #774c2f;
}

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

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

/*----------------------------------------
		Chapter03
----------------------------------------*/

div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.leftColumn,
div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.centerColumn,
div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.rightColumn {
  width: 200px;
  text-align: left;
}

div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.leftColumn,
div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.centerColumn {
  float: left;
}

div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.centerColumn {
  margin-left: 4px;
}

div#chapter03 div.primaryContentsArea div.section div.column div.threeColumnLayout div.rightColumn {
  float: right;
}

/*----------------------------------------
		Chapter04
----------------------------------------*/

div#chapter04 div.primaryContentsArea table.flow tbody th {
  padding: 0 0 18px;
  background: #f5d9c7 url(../img/cp04_th_arrow.gif) center bottom no-repeat;
  vertical-align: top;
}

div#chapter04 div.primaryContentsArea table.flow tbody th.end {
  padding-bottom: 4px;
  background-image: none !important;
}

div#chapter04 div.primaryContentsArea table.flow tbody th span {
  display: block;
  padding: 7px 7px 0px;
  background-color: #f5d9c7;
  color: #774c2f;
  font-weight: bold;
}

div#chapter04 div.primaryContentsArea table.flow tbody td {
  padding: 7px;
  vertical-align: top;
}