@charset "utf-8";
/* CSS Document */


body {
	background: #E8C4B5;
}

/* ヘッダー */
#header {
	height: 70px;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header h1 {
	padding-top: 20px;
}

#header h1 a {
	color: #FFF;
	font: bold 100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: none;
}

/* コンテンツ部分 */
#content {
	
	width: 700px;
	text-align: left;
	margin: 0px auto;
	padding: 40px 50px 14px;
	background: #feedde;
}


/* メイン部分 */
#content #main {
	
}

#content #main h2 {
	color: #B9471C;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.2em;
	border-bottom: 3px solid #b9471c;
	margin-bottom: 10px;
}

#content #main ol {
	margin-left: 30px;
}
#content #main ol li {
	line-height: 2em;
	padding: 0px;
	margin: 0px;
}

/* アンカーポイント部分 */
#content #globalNavi {
	background: #eaeff2;
	padding: 0px;
	width: 578px;
	margin: 0px 0px 2em;
}
#content #globalNavi:after {
	height: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#content #globalNavi li {
	width: 289px;
	list-style: none;
	float: left;
}
#content #main #globalNavi li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #5C7649;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-left: 20px;
}
#content #main #globalNavi li a:hover {
	background: #9AAA8A;
}

#content #globalNavi02 {
	background: #eaeff2;
	padding: 0px;
	width: 578px;
	margin: 0px 0px 2em;
}
#content #globalNavi02:after {
	height: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#content #globalNavi02 li {
	width: 578px;
	list-style: none;
	float: left;
}
#content #main #globalNavi02 li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #E4977C;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-left: 20px;
}
#content #main #globalNavi02 li a:hover {
	background: #F7CAB9;
}

/* 条文部分 */

#content #main  h3 {
	color: #B9471C;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 10px;
}

#content #main #block01 ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#content #main #block01 ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #main #block01 ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #00597c;
}

#content #main #block01 ul li a:hover {
	color: #cd4730;
	background: #FFF;
}

#content #main #block01 ul ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 50px;
	position: relative;
}


#content #main #block-table {
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #516840;
	float: left;
}
#content #main  #block-table h4 {
	font-size: 100%;
	font-weight: bolder;
	color: #B9471C;
}
#content #main  #block-table .syosai {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #main #block-table .syosai a {
	display: block;
	height: 17px;
	width: 53px;
	background: url(../img/btn_syosai03_on.gif) no-repeat;
}

#content #main #block-table .syosai a:hover {
	background-color:#ecf3e9;
	
}
#content #main #block-table .syosai a:hover img {
	visibility:hidden;
}
#content #main #block-table .syosai a img {
	border-style: none;
}

/* 上に戻る */
#content #main .return {
	margin-top: 35px;
	float: right;
	
}
#content #main .return a {
	background: url(../img/btn_return_on03.gif) repeat 0px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
#content #main .return a:hover {
	background-color:#feedde;
	
}
#content #main .return a:hover img {
	visibility:hidden;
}
#content #main .return a img {
	border-style: none;
}


/* 左のナビゲーション部分 */
#content #sideNavi {
	background: #e4977c;
	display: inline;
	width: 170px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content #sideNavi dt {
	margin: 0px;
	padding: 2px 8px;
	color: #FFF;
	background: #B9471C;
	font-size: 16px;
	font-weight: normal;
}
#content #sideNavi dd {
	margin: 0px 0px 0.6em;
	padding: 0.2em 0px;
	background: #e4977c;
}
#content #sideNavi dd ul {
	margin: 0px;
	padding: 0px;
	width: 170px;
}
#content #sideNavi dd ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #sideNavi dd ul li a {
	padding: 2px 25px;
	display: block;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 12px;
	border-bottom: 1px dotted #4D3C31;
}

#content #sideNavi dd ul li a:hover {
	background: #F7cab9;
}


/* ページを閉じる */
#content #main .tojiru {
	margin-top: 35px;
	float: right;
	margin-left: 10px;
	
}
#content #main .tojiru a {
	background: url(../img/btn_close_gyoho-on.gif) repeat 0px 0px;
	display: block;
	height: 30px;
	width: 30px;
}
#content #main .tojiru a:hover {
	background-color:#f4f3e8;
	
}
#content #main .tojiru a:hover img {
	visibility:hidden;
}
#content #main .tojiru a img {
	border-style: none;
}


/* タブのデザイン */

div#tabToggle {
	margin-top: 20px;
}

div#tabToggle ul#tab {
    border-bottom: 1px #1f3134 solid;
    float: left;
    width: 100%;
}

div#tabToggle ul#tab li {
	margin: 0 0 0 10px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #1f3134;
	border-bottom: none;
	color: #fff;
	background: #1f3134;
	float: left;
	width: 70px;
	list-style: none;
}

div#tabToggle ul#tab li.selected {
    background-color: #fff;
}

div#tabToggle ul#tab li.selected a {
	color: #000;
	text-decoration: none;
}

div#tabToggle ul#tab a:hover {
	color: #fff;
	text-decoration: underline;
}

a:visited,a:active,a:link {
	color: #53727d;
	text-decoration: none;
}

div#tabToggle div#tabContents {
	padding: 1em 3em;
	border: 1px #1f3134 solid;
	border-top: none;
	background: #fff;
	clear: both;
}

div#tabToggle h3 {
	padding: 6px 0 6px 5px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	border-top: 1px dotted #000;
}
.mondai {
	text-indent: -2em;
	padding-left: 2em;
	color: #000;
	line-height: 24px;
	font-size: 14px;
	
}
.sentakushi {
	color: #000;
	text-indent: -1em;
	padding-left: 4em;
	line-height: 24px;
	font-size: 14px;
	
}
.kotae {
	font-size: 11px;
	line-height: 18px;
	text-indent: -1em;
	padding-left: 15em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1F2B2E;
}
div#content #main #tabToggle #tabContents #chapter2 ul li {
	list-style: circle inside;
	text-indent: -1em;
	line-height: 20px;
	color: #000;
	margin-left: 2em;
	margin-bottom: 1em;
}
div#content #main #tabToggle #tabContents #chapter2 ul li a {
	color: #00F;
	text-decoration: none;
}
div#content #main #tabToggle #tabContents #chapter2 ul li a:hover {
	color: #F00;
	text-decoration: underline;
}

div#content #main #tabToggle #tabContents #chapter3 ul li {
	list-style: circle inside;
	text-indent: -1em;
	line-height: 20px;
	color: #000;
	margin-left: 2em;
	margin-bottom: 1em;
}
div#content #main #tabToggle #tabContents #chapter3 ul li a {
	color: #00F;
	text-decoration: none;
}
div#content #main #tabToggle #tabContents #chapter3 ul li a:hover {
	color: #F00;
	text-decoration: underline;
}

/* ボックスフロートをクリアして高さの算出をするダミー */
#content #dmy {
	visibility: hidden;
	height: 20px;
	clear: both;
	width: 100%;
}