body{
	font-size: 1rem;
	line-height: 1.75;
	color: #000;
	font-family : sans-serif;
}

.l-wrap{
	width: 740px;
}

.l-header{
	background: #dbdbdb;
	line-height: 0.1;
}
.l-header-upper{
	display: flex;
	justify-content: space-between;
}

.l-footer{
	margin-top: 20px;
}
.l-footer-copy{
	text-align: right;
	font-size: 0.75rem;
}

.l-main{
	position: relative;
	padding: 33px 0 0 10px;
}
.l-main:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 9px;
	bottom: 0px;
	width: 1px;
	background: #000000;
}

.l-main-inner{
	position: relative;
}
.l-main-inner:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -10px;
	right: 0px;
	height: 1px;
	background: #000000;
}

.l-content{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.l-content .l-content-main{
	width: 536px;
}
.l-content .l-content-main >*:first-child{
	margin-top: 0 !important;
}
.l-content .l-content-side{
	width: 140px;
}
.l-content .l-content-side >*:first-child{
	margin-top: 0 !important;
}
.l-content .l-content-side .side-gmh .side-gmh-btn{
	display: block;
	width: 140px;
	height: 200px;
	background: url(../index_img/04gmh.gif);
	text-indent: -9999px;
	overflow: hidden;
}
.l-content .l-content-side .side-gmh .side-gmh-btn:hover{
	background: url(../index_img/04gmh_f2.gif);
}
.l-content .l-content-side .side-nav{
	margin-top: 20px;
}
.l-content .l-content-side .side-nav .side-nav-pages li{
	border-top: 1px solid #000;
}
.l-content .l-content-side >.side-nav:first-child li:first-child{
	border-top: none;
}
.l-content .l-content-side .side-nav .side-nav-pages li a{
	display: block;
	position: relative;
	color: #000;
	font-size: 0.625rem;
	line-height: 1.5;
	text-decoration: none;
	padding: 5px 0 4px 20px;
	font-weight: bold;
}
.l-content .l-content-side .side-nav .side-nav-pages li a:before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 1px;
	border-left: 8px solid #999999;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -4px;
}
.l-content .l-content-side .side-nav .side-nav-pages li a:hover{
	background: #cccccc;
}
.l-content .l-content-side .side-nav .side-nav-pages li a:hover:before{
	border-left: 8px solid #33cc00;
}

.l-content .l-content-side .side-nav .side-nav-dl{
	margin-top: 25px;
	padding-left: 2px;
}
.l-content .l-content-side .side-nav .side-nav-dl li a{
	display: block;
	position: relative;
	border: 1px solid #000;
	color: #000;
	font-size: 0.625rem;
	line-height: 1.5;
	text-decoration: none;
	padding: 4px 0 3px 20px;
	font-weight: bold;
}
.l-content .l-content-side .side-nav .side-nav-dl li a:before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 1px;
	border-left: 8px solid #999999;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -4px;
}
.l-content .l-content-side .side-nav .side-nav-dl li a:hover{
	background: #cccccc;
}
.l-content .l-content-side .side-nav .side-nav-dl li a:hover:before{
	border-left: 8px solid #33cc00;
}


.top-ttl2{
	margin-top: 20px;
	background: #33CC00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 5px 10px;
}
.top-ttl3{
	margin-top: 20px;
	background: #B6EDA4;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1.5;
}
.top-pages{
	margin-top: 10px;
}
.top-pages li + li{
	margin-top: 2px;
}

.top-col2{
	display: flex;
	gap: 20px;
}
.top-col2 .top-col2-col{
	width: calc(50% - 10px);
}