<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 全体 */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #713E11;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-top: 8px solid #228b22;
	line-height: 1.8;
}
.yoc {
        text-align: center;
}
.yor {
        text-align: right;
}
.go_top {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
strong {
	color: #FF3300;
}
.flo_l {
	float: left;
	margin-right: 15px;
}
.flo_r {
	float: right;
	margin-left: 15px;
}
.kome {
	color: #FF0000;
}
dl {
	margin: 0px 10px 0px 10px;
}

/* ヘッダー */

header {
	width: 100%;
	margin: 0px;
	background-image:url(../img/bg/header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#head_box {
	width: 960px;
	height: 90px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#head_l {
	text-align: left;
	width: 260px;
	height: 60px;
	float: left;
	display: block;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
#head_r {
	width: 700px;
	height: 80px;
	font-size: 90%;
	float: left;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


/* フッター */

footer {
	clear: left;
	text-align: center;
	width: 100%;
	height: 400px;
	background-image:url(../img/bg/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 3px double #cccccc;
	margin-top: 25px;
}
#foot_box {
	width: 960px;
	height: 400px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* メニュー */

#menu_box {
	width: 960px;
	height: 55px;
	margin: 0px auto 0px auto;
	clear: left;
	padding: 0px;
	display: block;
}

/* メインボックス */

#main_box {
	width: 960px;
	margin: 0px auto 0px auto;
	clear: left;
	padding: 0px;
	text-align: left;
	display: block;
}
#box {
	width: 960px;
	margin: 0px 0px 0px 0px;
	clear: left;
	padding: 0px;
	display: block;
	clear: left;
}
#box_1 {
	width: 500px;
	height: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	clear: left;
	text-align: left;
	display: block;
}
#box_2 {
	width: 450px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	display: block;
}
#box_3 {
	width: 500px;
	height: 200px;
	margin: 0px 10px 0px 0px;
	padding-top: 10px;
	float: left;
	clear: left;
	text-align: left;
	display: block;
}

#box_4 {
	width: 450px;
	height: 200px;
	margin: 0px;
	padding-top: 10px;
	float: left;
	text-align: left;
	display: block;
}

#box_5 {
	width: 960px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	clear: left;
	text-align: left;
	display: block;
}
#n_box {
	width: 100%;
        overflow: auto;
	padding: 0px 0px 0px 0px;
}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
        display: inline-table;
}



/* リンク */

a, a:link  a:visited{
	color: #F75100;
        text-decoration: none;
}
a:hover{
	color: #9BCB45;
        text-decoration: underline;
}
a.blocklink {
	display: block;
	text-decoration:none;
	height: 110px;
	color:#00008b;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
        background-color: #ffffff;
	clear: left;
	color: #333333;

}

/* コンテンツ */

.text_box {
	padding: 5px;
	background-image: url(../img/bg/color.png);
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	clear: left;
}
.color_box {
	padding: 10px;
	background-color: #ffffff;
	clear: left;
}
.text_box table {
	margin: 15px 0px 15px 0px;
}
.text_box th {
	padding: 5px;
	color: #333333;
	font-weight: normal;
	background-color: #e8e1d1;
	border: 1px solid #CCCCCC;
}
.text_box td {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}


/*TOP flexボックス*/
.flexbox {
	display: flex;
	gap: 20px;
}

.flexconte {
	flex: 1;
}</pre></body></html>