@charset "Shift_JIS";

/*--- ヘッダとフッタとの仕切り線 ---*/
div#bgColor{
 background: #F8F7F5;
 border: 1px solid #dedede;
}

/*--- メインコンテンツ部分 ---*/
div#mainContents{
 width: 700px;
 padding: 30px 30px 45px;
 margin: 0 auto;
 text-align: left;
 background: #fff;
 border-top: 1px solid #dedede;
 border-left: 1px solid #dedede;
 border-right: 1px solid #dedede;
}

div#mainContents h2{
 background: #333;
 padding: 4px 0 4px 12px;
 color: #fff;
 font-size: 14px;
 letter-spacing: 2px;
 margin-bottom: 10px;
}

div#mainContents strong{
 display: block;
 margin-bottom: 7px;
 font-weight: bold;
 font-size: 14px;
}

div#mainContents strong,
div#mainContents span,
div#mainContents dl{
 margin-left: 10px;
 display: block;
}

/*--- コンテンツボックス ---*/
div#contentsBoxLeft{
 width: 300px;
 margin-left: 10px;
 margin-bottom: 15px;
 background: #ddc;
 padding: 10px 15px 15px 15px;
 float: left;
}

div#contentsBoxRight{
 width: 300px;
 margin-right: 10px;
 margin-bottom: 15px;
 background: #ddc;
 padding: 10px 15px 15px 15px;
 float: right;
}

.chapter16{
 font-size: 16px;
 font-weight: bold;
}

.chapter17{
 font-size: 18px;
 font-weight: bold;
}

/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
 border-top: 1px solid #ccc;
 width: 100%;
 margin-bottom: 15px;
 font-size: 14px;
 letter-spacing: 2px;
}

table th,
table td{
 padding: 5px 0;
 border-bottom: 1px solid #ccc;
 text-align: center;
}

table th{
 width: 25%;
}

table td{
 border-left: 1px solid #ccc;
 background: #fff;
}

table.tableDec1 th{ background: #efefef; padding-left: 10px;}
table.tableDec2 th{ background: #333; color: #fff; padding-left: 10px;}
table.tableDec3 th{ background: #F5F6E4; color: #000; padding-left: 10px;}

