@charset "utf-8";
#map {
	background-color: #FFFFFF;
	width: 49em;
	margin-right: auto;
	margin-left: auto;
}
#map h1{
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #FFFFFF;
}
#map h2{
	font-size: 0.9em;
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 5em;
	margin-bottom: 2px;
}
#map h3{
	font-size: 0.85em;
	text-align: left;
	margin-left: 35px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}
#map h4{
	font-size: 0.8em;
	text-align: left;
	margin-left: 90px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 15px;
}
#map h5{
	font-size: 0.8em;
	text-align: left;
	margin-left: 90px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
}
#map p{
	font-size: 0.8em;
}

#map table{
	font-size: 0.8em;
	width: 36em;
	line-height: 180%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}


#map_l {
	float: left;
	width: 49.5%;
}

#map_r {
	float: left;
	width: 49.5%;
}
.folder{
	background-image: url(img/folder.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	overflow: visible;
	line-height: 40px;
	padding-left: 40px;
}
.html{
	background-image: url(img/html.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	overflow: visible;
	line-height: 40px;
	padding-left: 40px;
}
.pdf{
	background-image: url(img/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	overflow: visible;
	line-height: 40px;
	padding-left: 40px;
}
