@charset "UTF-8";

@import "/common/css/base.css";
@import "/common/css/font.css";

h1 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7abcd0;
	margin-bottom: 20px;

}

.leftnavi li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8D7DE;
	list-style-type: none;
}
.leftnavi li a {
	background-image: url(/common/img/leftbullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	color: #00779e;
}
.contentsname {
	padding-bottom: 10px;
	padding-top: 10px;
}
.categoryname {
	background-color: #e2d9c7;
	font-size: 100%;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-weight: bold;
	color: #414141;
}
.leftarea {
	float: left;
	width: 300px;
}
.rightarea {
	float: right;
	width: 300px;
}
.maparea {
	padding-bottom: 10px;
}
h2 {
	font-size: 112%;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.maparea a {
	text-decoration: none;
}
.maparea ul {
	margin-left: 20px;
	list-style-type: none;
}
.maparea li {
	font-size: 93%;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(/sitemap/img/bul.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 130%;
}
.maparea p {
	padding-bottom: 8px;
}
.maparea a.pdf {
	background-image: url(/common/img/pdf_s.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

