/* リンク文字設定 */

a:link	{
	color: #005C80;
	/*background: none;*/
}
a:visited {
	color: #C6735A;
	/*background: none;*/
}
a:hover {
	color: #42718C;
	/*background: none;*/
	text-decoration: none;
}

/* menu3 */
.menu {
	width: 590px;
	margin: 0 0;
	padding: 0;

}
.floatClear {
	clear: left;
	overflow: hidden;
}
.menu div {
	float: left;
	padding: 5px 0px;
	border-top: solid 1px #005C80;
	border-bottom: solid 1px #005C80;
	border-right: dashed 1px #005C80;
	width: 190px;
	text-align: center;

}
.menu div.left {
	border-left: dashed 1px #005C80;
	width: 190px;
}
.menu a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.menu a:link {
	collor: #005C80;
}
.menu a:visited {
	color: #C6735A;
}
.menu a:hover {
	color: #99ff33;
}

/* menu4 */
.menu4 {
	width: 598px;
	margin: 0 auto;
	padding: 0;
}
.floatClear4 {
	clear: left;
	overflow: hidden;
}
.menu4 div {
	float: left;
	padding: 5px 10px;
	border-top: solid 1px #005C80;
	border-bottom: solid 1px #005C80;
	border-right: dashed 1px #005C80;
	width: 130px;
	text-align: center;

}
.menu4 div.left {
	border-left: dashed 1px #005C80;
	width: 130px;
}
.menu4 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.menu4 a:link {
	collor: #005C80;
}
.menu4 a:visited {
	color: #C6735A;
}
.menu4 a:hover {
	color: #99ff33;
}


/* menu2 */
.menu2 {
	width: 598px;
	margin: 0 auto;
	padding: 0;
}
.floatClear2 {
	clear: left;
	overflow: hidden;
}
.menu2 div {
	float: left;
	padding: 5px 10px;
	border-top: solid 1px #005C80;
	border-bottom: solid 1px #005C80;
	border-right: dashed 1px #005C80;
	width: 290px;
	text-align: center;

}
.menu2 div.left {
	border-left: dashed 1px #005C80;
	width: 290px;
}
.menu2 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.menu2 a:link {
	collor: #005C80;
}
.menu2 a:visited {
	color: #C6735A;
}
.menu2 a:hover {
	color: #99ff33;
}


/* button */
.button div {
	width: 200px;
}
.button a:link {
	color: navy;
}
.button a:visited {
	color: navy;
}
.button a {
	display: block;
	width: 186px;
	padding: 5px;
	border: solid 4px;
	border-color: whitesmoke gray gray whitesmoke;
	background-color: gainsboro;
	font-size: 16px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	text-align: center;
}

.button a:hover {
	padding: 7px 3px 3px 7px;
	border-color: gray whitesmoke whitesmoke gray;
	background-color: darkgray;
}





/* 文字サイズの設定 */

.main {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
.main_s {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.top {
	font-size: 12px;
	line-height: 16px;
	color: #225676;
}
.date {
	font-size: 10px;
	line-height: 16px;
	color: #CC0000;
}
.navi {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.content {
	margin-left : 10px;
}



/* タイトル・見出しの設定 */

h1 {
	margin: 0;
	font-size: 18px;
}

h2 {
	margin: 0;
	width: 565px;
	height: 24px;
	background-image: url(img/main/bg_h.jpg);
	text-align: left;
	padding: 3px 1px 0px;
	text-indent: 4px;
	font-size: 15px;
	color: #FFFFFF;
}

h3 {
	margin: 0;
	text-indent: 8px;
	font-size: 12px;
	color: #DB6444;
}

/*
strong {
	font-size: 14px
}

b {
	font-size: 12px
}

div {
	padding: 0 0 0 20px;
	width: 550px;
	font-weight: bold;
}
*/

/* リストの設定 */
.list_title {
	list-style-image: url(img/main/p_listti.gif);
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.list1 {
	list-style-image: url(img/main/p_list.gif);
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 45px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.list2 {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.sitemap {
	list-style-image: url(img/main/p_sitemap.gif);
}
.word {
	font-size: 14px;
	line-height: 18px;
}
/*
p {
	margin-left : 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
*/
.p2 {
    margin-left: 40px;
 　 font-size: 12px;
    line-height:18px;
    color: #333333;
}

.p3 {
    margin-left: 20px;
 　 font-size: 12px;
    line-height:18px;
    color: #333333;
}

/* テーブルの設定 */

.tb{
	background-color: #666666;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
}
.tb_title {
	background-color: #CCCCCC;
	color: #000000;
	padding: 4px;
}
.tb_cell {
	background-color:#FFFFFF;
	text-align: left;
	padding: 5px;
}
.tb_cell0 {
	background-color:#FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell1 {
	padding: 4px;
}
.tb_cell2 {
	background-color:#E7F4FA;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell3 {
	background-color:#FFEFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell4 {
	background-color:#E2F6EC;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell5 {
	background-color:#ECE2F6;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell6 {
	background-color:#FFFFD8;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell7 {
	background-color:#1B1027;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_cell8 {
	background-color:white;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tb_date {
	background-color: #FFFCFB;
	text-align: left;
	vertical-align: top;
	color: #CC0000;
	padding: 5px;
}
table.fix {
	table-layout: fixed;
}

/* フォームの設定 */
form {
	margin: 2px;
}

/* button in table */
.button2 div {
	width: 100px;

}
.button2 a:link {
	color: navy;
}
.button2 a:visited {
	color: navy;
}
.button2 a {
	display: block;
	width: 120px;
	padding: 3px;
	border: solid 4px;
	border-color: whitesmoke gray gray whitesmoke;
	background-color: gainsboro;
	font-size: 12px;
	color: navy;
	text-decoration: none;
	text-align: center;
}

.button2 a:hover {
	padding: 7px 3px 3px 7px;
	border-color: gray whitesmoke whitesmoke gray;
	background-color: darkgray;
}

/* button in table */
.button3 div {
	width: 80px;

}
.button3 a:link {
	color: navy;
}
.button3 a:visited {
	color: navy;
}
.button3 a {
	display: block;
	width: 100px;
	padding: 3px;
	border: solid 4px;
	border-color: whitesmoke gray gray whitesmoke;
	background-color: gainsboro;
	font-size: 12px;
	color: navy;
	text-decoration: none;
	text-align: center;
}

.button3 a:hover {
	padding: 7px 3px 3px 7px;
	border-color: gray whitesmoke whitesmoke gray;
	background-color: darkgray;
}

/* 2022/4/7追加 リストの設定 */
ol.paren_b li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 10px;
	font-size: 12px;
	color: #333333;
	padding:0;
}
 
ol.paren_b li::before {
	content: "（" counter(cnt) "） ";
}