@charset "Shift_JIS";
/* CSS Document */

.site_map .honbun a:link		{
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
.site_map .honbun a:visited	{
	text-decoration:underline;
	color: #1b95d4;
	font-weight: bold;
}
.site_map .honbun a:hover		{
	text-decoration:none;
	color:#e60012;
	font-weight: bold;
}
.site_map .honbun a:active	{
	text-decoration:none;
	color:#000;
	font-weight: bold;
}


/*サイトマップ*/
.site_map h3#title {
	background-image: url(../img_2021/site_map/title.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	margin-bottom: 30px;
	text-indent: -9999em;
}

.box_right {float: right;}
.box_left {float: left;}

.box_right,
.box_left {
	width: 43%;
    padding: 0 3%;
}

.site_map .map_1 li a,
.site_map .map_2 li a,
.site_map .map_2_2 li a
{
	text-indent: 0em !important;
}


.site_map .map_1 {
	width: 100%;
	margin-left: 15px;
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 3px;
}

.site_map .map_2 {
	width: 100%;
	margin-left: 35px;
	margin-bottom: 15px;
}

.site_map .map_2_2 {
/*	width: 290px;*/
	margin-left: 35px;
	margin-bottom: 15px;
}

.site_map .map_2 li,
.site_map .map_2_2 li
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left center;
/*	padding-left: 25px;*/
}

.site_map .map_1 a:link,
.site_map .map_2 a:link
 {
	text-decoration: none !important;
}

.site_map .map_1 a:hover,
.site_map .map_2 a:hover
 {
	text-decoration: underline !important;
}

.site_map .map_2 li.line_1,
.site_map .map_2_2 li.line_1
{
	background-image: url(../img_2021/site_map/site_map_line_1.gif);
	line-height: 17px!important;
	padding-left: 25px;
}

.site_map .map_2 li.line_1_2,
.site_map .map_2_2 li.line_1_2
{
	background-image: url(../img_2021/site_map/site_map_line_1_2.gif);
	line-height: 17px!important;
	padding-left: 44px;
}

.site_map .map_2 li.line_2,
.site_map .map_2_2 li.line_2
{
	background-image: url(../img_2021/site_map/site_map_line_2.gif);
	line-height: 17px!important;
	padding-left: 25px;
}

.site_map .map_2 li.line_2_2,
.site_map .map_2_2 li.line_2_2
{
	background-image: url("../img_2021/site_map/site_map_line_2_2.gif");
	line-height: 17px!important;
	padding-left: 44px;
}

.site_map .space {
	clear: both;
	height: 20px;
}

.site_map .box_1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 35px;
}

/*サイトマップここまで*/
