@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}

#flame {
	width: 800px;
	height: 870px;
	margin: 0 auto;
	border: solid 1px;
	border-bottom: solid 1px #999999;
}

#main-img {
	background-image: url(../img/map.jpg);
	height: 190px;
}

#leftbox {
	width:  800px;
	height: 418px;
	padding-top: 14px;
}

.info_txt {
	font-size: small;
	margin-top: 11px;
	margin-left:35px;
	padding-top: 8px;
}

.info_txt2 {
	font-size: small;
	margin-left: 35px;
}

#map_back {
	width: 600px;
	margin-top: 10px;
	margin-left: 15px;
	border-top: dashed 1px #bebebe;
}

#map {
	width: 550px;
	height: 355px;
	margin-top: 15px;
	margin-left: 30px;
	border: solid 1px #000000;
}

#left_info {
/* 続きはここから */
	/*background-color: #ff00ff;*/
}

.fred {
	font-size: small;
	color: #B2487E;
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.u_txt {
	font-size: small;
	margin-left: 55px;
}


