@charset "Shift_JIS";

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

/*--- メイン画像 ---*/
div#mainImgBox{
 margin: 0 auto;
 text-align: canter;
 width: 960px;
 background: url(../img/img_link.JPG) no-repeat center;
 min-height:240px;
 height: auto !important;
 border-left: 1px solid #dedede;
 border-right: 1px solid #dedede;
 position: relative;
}

div#mainImgBox div#mainMessageBox{
 width: 277px;
 min-height:240px;
 height: auto !important;
 background: #fff;
 border-left: 1px solid #dedede;
 border-right: 1px solid #dedede;
}

div#mainImgBox div#mainMessageBox strong{
 font-weight: bold;
 font-size: 17px;
 display: block;
 padding: 90px 20px 10px;
}

div#mainImgBox div#mainMessageBox span{
 padding: 0 20px;
 display: block;
 line-height: 1.9;
}

div#mainImgBox div#mainFloatMessage{
 width: 240px;
 height: 24px;
 border: 1px solid #00f;
 background: #ffc;
 text-align: center;
 font-size: 14px;
 letter-spacing: 1px;
 color: #000;
 font-weight: bold;
 position: absolute;
 top: 207px; 
 left: 370px;
}

div#mainImgBox_Bottom{
 width: 900px;
 padding: 5px 30px 5px;
 margin: 0 auto;
 text-align: left;
 background: #eed;
 border-top: 1px solid #dedede;
 border-left: 1px solid #dedede;
 border-right: 1px solid #dedede;
}

div#mainImgBox_Bottom h2{
 font-size: 13px;
 letter-spacing: 1px;
}

/*--- メインコンテンツ部分 ---*/
div#mainContents{
 width: 900px;
 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#rightContents{
 width: 640px;
 float: right;
}

div#leftContents{
 width: 200px;
 float: left;
}

ul#subNavigation{}

ul#subNavigation li{
 display: block;
 margin-bottom: 14px;
}


.sTitle{
 margin: 60px 0 20px;
}

.sTitleFirst{
 margin: 0px 0 20px;
}

/*-------------------------------------*/

h3{
 text-align: center;
 margin: 90px 0;
 color: #900;
 border: 3px solid #900;
 padding: 10px 0;
}

p{
 margin-bottom: 10px;
}

/*--- コンテンツボックス（width:610px） ---*/
div.contentsBox{
 width: 610px;
 margin-bottom: 15px;
 background: #ddc;
 padding: 10px 15px 15px 15px;
}

.chapter12{
 padding: 6px 8px;
 background: #F5F6E4;
 color: #333;
 font-size: 14px;
 font-weight: bold;
}

.chapter15{
 font-size: 14px;
 font-weight: bold;
}

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

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

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

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

table th,
table td{
 padding: 5px;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

table th{
 text-align: center;
 width: 180px;
/* 表の左欄の横幅 */
}

table td{
 text-align: left;
 background: #fff;
}

table.tableDec1 th{ background: #efefef;}
table.tableDec2 th{ background: #333; color: #fff}
table.tableDec3 th{ background: #F5F6E4; color: #000; border-bottom: 1px solid #ccc;}


/*-------------------------------------*/
/* リストフォーマット */
/*-------------------------------------*/

ul{
 display: block;
 margin-bottom: 30px;
}

ul.Number{ list-style: decimal inside;}

ul.imgList1{ list-style: circle inside;}
ul.imgList2{ list-style: disc inside;}

ul.bgList1 li{ background: url(../img/bg_list1.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList2 li{ background: url(../img/bg_list2.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList3 li{ background: url(../img/bg_list3.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList4 li{ background: url(../img/bg_list4.gif) no-repeat left center; padding-left: 1.5em;}
ul.bgList5 li{ background: url(../img/bg_list5.gif) no-repeat left center; padding-left: 1.5em;}

ul.borderList1 li{ border-bottom: 1px solid #ccc; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; }
ul.borderList2 li{ border-bottom: 1px dotted #ccc; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; }

