@charset "UTF-8";


/* 基本設定
------------------------------------------------------------- */
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka";
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
body a {
	color: #0033CC;
}

body a:hover {
	color: #CC3300;
}


#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: 0px 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ヘッダーの基本設定
------------------------------------------------------------- */

#header {
	height: 50px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 999999;
	background-color: #0E3172;
	position: fixed;
	width: 100%;
	line-height: 100%;
}
#header .title {
	font-size: 150%;
	font-weight: bold;
	color: white;
	float: left;
	width: 50%;
}
#header .category li {
	float: left;
	padding-top: 5px;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	margin-right: 20px;
}
#header .category img {
	vertical-align: middle;
}
#header .category a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#header .category a:hover {
	text-decoration: underline;
	color: white;
}


/* フッターの基本設定
------------------------------------------------------------- */
#footer {
	height: 10px;
	background-color: #1D7BCB;
	clear: both;
}

/* メニューの基本設定
------------------------------------------------------------- */

#menu {
	width: 320px;
	font-size: 85%;
	top: 0px;
	background-color: #F8F7E0;
	position: fixed;
	top: 100px;
	margin-top:0px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 650px;
	padding-right: 20px;
	padding-bottom: 10px;
   	height: -webkit-calc(95% - 80px) ;
   	wheight: calc(95% - 80px) ;
}
.menu-scroll{
	margin-bottom: 50px;
}
#menu ul {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 0px;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	list-style-type: none;
	line-height: 130%;
}
#menu li a {
	color: #333333;
	list-style-type: none;
	text-decoration: none;
	display: block;
	margin: 0px;
	clear: both;
	height: 130%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#menu li a .noline {
	border-top-style: none;
}
#menu .noline {
	border-top-style: none;
}
#menu .menu01 {
	border-top-style: none;
}
#menu .menu {
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .categorytitle{
	display: block;
	height: 130%;
	background-color: #E9EC26;
	padding-left: 10px;
	padding-top: 5px;
}
#menu .categorytitle a {
	color: black;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}
#menu .categorytitle a:hover {
	text-decoration: underline;
}

#menu .level1{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	list-style-type: none;
	line-height: 130%;	
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #589DD7;
	margin-top: 10px;
}
#menu .level1 a {
	color: white;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
#menu .level1 a:hover {
	text-decoration: underline;
}
#menu .level2 {
	font-size: 100%;
	font-weight: normal;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #589DD7;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#menu .level2 a {
	color: black;
	text-decoration: none;
}
#menu .level2 a:hover{
	text-decoration: underline;
}

#menu .level3{
	padding-bottom: 10px;
	font-size: 95%;
	display: none;
}



/* パン屑リストの設定
------------------------------------------------------------- */
#subheader {
	float: left;
	margin-top: 100px;
	margin-left: 380px;
	margin-right: 20px;
	width: 850px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;	
}
#subheader .date{
	text-align: right;
	font-size: 80%;
	line-height: 130%;
}
.path {
	font-size: 90%;
	line-height: 100%;
	color: #333333;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-align: right;
}
.path-category{
	border: solid 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-left: 20px;
	font-weight: bold;
	color: black;
	background-color: #E9EC26;
}



/* コンテンツの共通設定
------------------------------------------------------------- */

#contents {
	float: left;
	margin-left: 380px;
	margin-right: 30px;
	width: 850px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 650px;
}
#contents p {
	font-size: 100%;
	line-height:: 180% ;
	text-indent: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
#contents #lead {
	padding-bottom: 1em;
}
#contents #lead p {
	font-size: 110%;
	font-weight: bold;
}
#contents ul{
	margin-left: 0.5em;
	list-style-type: none;
	margin-top: 10px;
}
#contents ul li{
	margin-left:1em; 
	text-indent: -1em;
}
#contents h1 {
	font-size: 180%;
	line-height: 100%;
	color: white;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	background-color: #589DD7;
	font-weight: bold;
}
#contents h2 {
	font-size: 140%;
	color: #589DD7;
	line-height: 130%;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #589DD7;
	color: #333333;
}
#contents h3 {
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 40px;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-left-style: solid;
	border-left-width: 25px;
	border-left-color: #589DD7;
}
#contents h4 {
	font-size: 110%;
	line-height: 130%;
	margin-top: 25px;
	margin-bottom: 8px;
	color: #589DD7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#contents h5 {
	font-size: 110%;
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #333333;
	padding-left: 5px;
}
#contents h6 {
	font-size: 100%;
	line-height: 130%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #333333;
	padding-left: 5px;
}
#contents li {
	font-size: 100%;
	padding-bottom: 5px;
	padding-right: 10px;
}
#contents  .link  table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#contents  .link   td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents   .link   th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width: 80px;
	font-size: 15px;
	line-height: 24px;
	color: #4BAD4E;
}
#contents .link li {
	list-style-type: none;
	background-image: url(/common/images/mrk_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 23px;
	font-size: 15px;
	line-height: 24px;
}
#contents .link ul {
	padding-left: 0px;
	margin-left: 0px;
}
#contents .link2 li {
	list-style-type: none;
	background-image: url(/common/images/mrk_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 23px;
	font-size: 15px;
	line-height: 24px;
}
#contents .link2 ul {
	padding-left: 0px;
	margin-left: 0px;
}
#contents .column1 {
	margin-top: 15px;
	margin-left: 3.2em;
	margin-right: 1em;
	margin-bottom: 15px;
	border: 1px dotted #7A7A7A;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	background-color: #EDEDED;
}
#contents .column1 .column-title {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
}
#contents .column1 p {
	font-size: 90%;
	line-height: 150%;
	padding-left: 0px;
	padding-right: 0px;
}
#contents .column1 h4 {
	color: #FF6600;
	text-align: center;
	font-size: 18px;
}
#contents .column1 .table1{
	font-size: 90%;
	margin-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contents .column1 .table1 table{
	width: 100%;
}
#contents .column1 .table1 th{
	vertical-align: top;
}
#contents .link {
	clear: both;
	padding-left: 20px;
	padding-bottom: 10px;
}
#contents .category_index {
}
#contents .category_index li {
	background-image: url(/common/images/mrk_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#contents .category_index a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#contents .category_index a:hover {
	text-decoration: underline;
}
#contents .category_index ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#contents .table2,#contents .table3 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents .table2 table,#contents .table3 table {
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 130%;
	width: 100%;
}
#contents .table2 th,#contents .table3 th {
	margin: 0px;
	border: 1px solid #999999;
	background-color: #FFFEE9;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
#contents .table2 th {
	text-align: center;
}
#contents .table3 th {
	text-align: left;
}
#contents .table2 td,#contents .table3 td {
	margin: 0px;
	border: 1px solid #999999;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

.img_center{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

#contents .ref {
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents .ref p {
	text-indent: 1.52em;
}

#contents .ref .url {
	text-indent: 5rem;
	text-indent: 6.2rem;
}

#contents .note p {
	text-indent: -1em;
	padding-left: 1.5em;
}

#contents .normal_mini {
	font-weight: normal;
	font-size: 80%;
}
#contents .indent0 {
	text-indent: 0em;
}
#contents .indent1 {
	padding-left: 1em;
}
#contents .indent2 {
	padding-left: 2em;
}
#contents .indent3 {
	padding-left: 3em;
}
#contents .indent1 {
	padding-left: 1em;
}
#contents .file li {
	padding-left: 10px;
	margin-left: 0px;
}
#contents .file {
	padding-bottom: 10px;
}
.txt_center {
	text-align: center;
}
.center_middle {
	text-align: center;
	vertical-align: middle;
}
.font_s {
	font-size: 80%;
}
.table_note {
	font-size: 80%;
	padding-top: 5px;
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.col_left {
	float: left;
	width: 50%;
}
.col_right {
	float: right;
	width: 50%;
}
.hang {
	text-indent: -1em;
	padding-left: 1em;
}