@charset "utf-8";
body{
	padding:0px;
	margin:0px auto;
	width:600px;
	font-size:12px;
}

#wrapper{
	padding:56px 0px;
	margin:0px auto;
	width:600px;
}

a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover{
	font-color:#FF0000;
}

a img{
	border:none;
}

#back{
	width:56px;
	height:28px;
}

#back a{
	width:56px;
	height:28px;
	display:block;
	text-indent: -500px;
	background:url(../img/back.gif) no-repeat;	
}

#back a:hover{
	background:url(../img/back_hover.gif) no-repeat;
}


div.map{
	width: 600px;
	height:450px;
	border:#373737 4px solid;
	margin-bottom:16px;
}

.text{
	margin-bottom:12px;
}

div.rightbox{
	float:right;
}