@charset "utf-8";
/* CSS Document */

.print{
	display:block!important;
}

h1{
	font-size:25px;
	background:none;
	text-indent: 0px;
	height:auto;
	width:auto;
	color:#FFFFFF;
	float:none;
}

body{
	background:none;
}

#action {
	display:none;
}

#navi{
	display:none;
}

#map{
	width:800px!important;
	height:500px!important;
	margin:0px;
	float:none;
}


dl{
	font-size:15px;
	width:45%;
	display:block;
	float:left;
	margin-right: 10px;
	border: 1px solid #000000;
	padding:6px;
	margin-bottom:0px;
}

dl dt{
	font-weight:bold;
}

dl dt span{
	font-size:25px;
	color: #FFFFFF;
	background-color: #000000;
	display:block;
	float:left;
	height: 30px;
	width: 30px;
	border: 1px solid #000000;
	text-align:center;
	margin-right:3px;
}

dl dd{
	margin-left:5px;
}