@charset "utf-8";

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

div.wrapBox{
	width: 960px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 30px 0 ;
	margin-top: 10px;
	background: #fff;
}

div#mainContents{
	width: 700px;
	float: right;
}

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

ul#subNavigation{}

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

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

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

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

h1{
	padding: 20px 0 15px;
	font-size: 20px;
	width: 300px;
	float: left;
}

/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/

ul#gNavi{
	width: 640px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	float: right;
}
ul#gNavi li{
	display: block;
	float: right;
	padding: 8px 0 0;
	margin-right: 16px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

ul#gNavi li a{
	color: #333;
	text-decoration: none;
	border-right: 1px solid #aaa;
	display: block;
	padding-right: 16px;
	color: #333;
}

ul#gNavi li a:hover{
	/*	color: #a69e7b;*/
	color: red;
}

ul#gNavi li.firstItem a{
	border-left: 1px solid #aaa;
	padding-left: 16px;
	display: block;
}

ul#gNavi li.lastItem{
	margin-right: 0;
}

/*-------------------------------------*/
/* ローカルナビゲーション            */
/*-------------------------------------*/

ul#sgNavi{
	background: #000;
	width: 676px;
	padding-left: 24px;
}

ul#sgNavi li{
	display: block;
	float: left;
	padding: 8px 0;
	margin-right: 16px;
	font-size: 12px;
/*	font-weight: bold;*/
	letter-spacing: 0.08em;
}

ul#sgNavi li a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #aaa;
	display: block;
	padding-right: 16px;
}

ul#sgNavi li a:hover{
	/*	color: #a69e7b;*/
	color: aqua
;
}

ul#sgNavi li.firstItem a{
	padding-left: 16px;
	border-left: 1px solid #fff;
}

ul#ssgNavi{
	background: #00f;
	width: 676px;
	padding-left: 24px;
}

ul#ssgNavi li{
	display: block;
	float: left;
	padding: 0px 0;
	margin-right: 16px;
	font-size: 12px;
/*	font-weight: bold;*/
	letter-spacing: 0.08em;
}

ul#ssgNavi li a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #aaa;
	display: block;
	padding-right: 16px;
}

ul#ssgNavi li a:hover{
	/*	color: #a69e7b;*/
	color: pink
;
}

ul#ssgNavi li.firstItem a{
	padding-left: 16px;
	border-left: 1px solid #fff;
}

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

h2{
	background : repeat-x 0px 0px;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin: 15px 0 15px;
}

h2 span{
	background : no-repeat left top;
	padding: 6px 0 6px 22px;
	display: block;
	font-weight: bold;
	line-height: 2.0;
	-moz-box-shadow:0 0 0.5px #ccc;
	-webkit-box-shadow:0 0 0.5px #ccc;
	text-shadow:1px 0 0.5px #fff;
}

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

p{
	margin-bottom: 15px;
}


/*-------------------------------------*/
/* 見出し装飾 */
/*-------------------------------------*/


.chapter1{
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.chapter2{
	padding-bottom: 4px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

.chapter3{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 14px;
	font-weight: bold;
}
.chapter4{
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 16px;
	font-weight: bold;
}
.chapter5{
	padding: 6px 8px;
	background: #efefef;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter6{
	padding: 6px 8px;
	background: #ccc;
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
.chapter7{
	padding: 6px 8px;
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter8{
	padding: 6px 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter9{
	padding: 6px 8px;
	background: #c00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter10{
	padding: 6px 8px;
	background: #900;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chapter11{
	padding: 6px 8px;
	background: #63C068;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

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

.chapter14{
	padding: 6px 8px;
	background: #81C5E8;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.chapter14{
	padding: 6px 8px;
	background: #BEA581;
	color: #fff;
	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;
}

/* 一部ブラウザ対象外 */
.chapter18{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */
.chapter19{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #efefef;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 一部ブラウザ対象外 */
.chapter20{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #333;
	color: #fff;
	border: 1px solid #dedede;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

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

table{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}
table th,
table td{
	/*padding: 14px 0;*/
	padding: 0 0;
	border-bottom: 1px solid #ccc;
}
table th{
	/*padding-right: 16px;*/
	padding-right: 0;
}
table td{
	border-left: 1px solid #ccc;
	/*padding-left: 16px;*/
	padding-left: 0;
}

table.tableDec1 th{
	background: #efefef; padding-left: 10px;
}
table.tableDec2 th{
	background: #333; color: #fff; padding-left: 10px;
}
table.tableDec3 th{
	background: #d5ceb1; color: #fff; padding-left: 2px; border-bottom: 1px solid #fff; color: #333;
}

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

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 : no-repeat left center; padding-left: 1.5em;
}
ul.bgList2 li{
	background : no-repeat left center; padding-left: 1.5em;
}
ul.bgList3 li{
	background : no-repeat left center; padding-left: 1.5em;
}
ul.bgList4 li{
	background : no-repeat left center; padding-left: 1.5em;
}
ul.bgList5 li{
	background : 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; 
}
ul.borderList3 li{
	border-bottom: 1px solid #ccc; margin-left:16px; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; 
}
ul.borderList3 li.firstitem{
	border-bottom: 1px solid #ccc; margin-left: 0px; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; 
}
ul.borderList4 li{
	border-bottom: 1px dotted #ccc; margin-left:16px; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; 
}
ul.borderList4 li.firstitem{
	border-bottom: 1px dotted #ccc; margin-left: 0px; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; 
}

/*-------------------------------------*/
/* テキストテンプレート */
/*-------------------------------------*/


/* 基本フォーマット */
div.txtTempSet{
	margin-bottom: 30px;
}

div.txtTempSet strong{
	display: block;
	font-weight: bold;
}

div#mainContents div.clearfix{
	width: 100%;
}

/* txtTemp1 */
div.txtTemp1{}
div.txtTemp1 strong{
	margin-bottom: 6px;
}
div.txtTemp1 span{
	color: #666;
}

/* txtTemp2 */
div.txtTemp2{}
div.txtTemp2 strong{
	margin-bottom: 6px; font-size: 14px;
}
div.txtTemp2 span{
	color: #666;
}

/* txtTemp3 */
div.txtTemp3{}
div.txtTemp3 strong{
	margin-bottom: 6px; color: #900;
}
div.txtTemp3 span{
	color: #333;
}

/* txtTemp4 */
div.txtTemp4{}
div.txtTemp4 strong{
	margin-bottom: 6px;
}
div.txtTemp4 span{
	color: #666;
}
div.txtTemp4 p{
	float: right; width: 280px;
}

/* txtTemp5 */
div.txtTemp5{}
div.txtTemp5 strong{
	margin-bottom: 6px;
}
div.txtTemp5 span{
	color: #666;
}
div.txtTemp5 p{
	float: left; width: 194px;
}

/* txtTemp6 */
div.txtTemp6{}
div.txtTemp6 div.fL{
	width: 550px;
}
div.txtTemp6 strong{
	margin-bottom: 6px;
}
div.txtTemp6 span{
	color: #666;
}
div.txtTemp6 p{
	float: right; width: 320px;
}

/* txtTemp7 */
div.txtTemp7{}
div.txtTemp7 div.fR{
	width: 350px;
}
div.txtTemp7 strong{
	margin-bottom: 6px;
}
div.txtTemp7 span{
	color: #666;
}
div.txtTemp7 p{
	float: left; width: 320px;
}

/* txtTemp8 */
div.txtTemp8{}
div.txtTemp8 strong{
	margin-bottom: 6px;
}
div.txtTemp8 span{
	color: #666;
}
div.txtTemp8 p{
	float: left; width: 330px;
}

/* txtTemp9 */
div.txtTemp9{}
div.txtTemp9 strong{
	margin-bottom: 6px;
}
div.txtTemp9 span{
	color: #666;
}
div.txtTemp9 p{
	float: left; width: 200px;
}

/* txtTemp10 */
div.txtTemp10{}
div.txtTemp10 strong{
	margin-bottom: 6px;
}
div.txtTemp10 span{
	color: #666;
}
div.txtTemp10 p{
	float: left; width: 350px;
}

/* txtTemp11 */
div.txtTemp11{}
div.txtTemp11 strong{
	margin-bottom: 6px;
}
div.txtTemp11 span{
	color: #666;
}
div.txtTemp11 p{
	float: left; width: 165px;
}

/* txtTemp12 */
div.txtTemp12{}
div.txtTemp12 strong{
	margin-bottom: 4px;
}
div.txtTemp12 span{
	color: #666;
}
div.txtTemp12 p{
	float: left; width: 100px;
}