@import"common.css";

/* CSS Document */



#map_header {
	margin: 0;
	padding: 0;
	width: 730px;
	height:120px;
	clear:both;
	background-image:url(../map/img/header.jpg);
	background-repeat:no-repeat;
	font-size:12px;
 	font-family: Verdana, helvetica, arial, sans-serif;
	color:#FFFFFF;
	line-height:1.3em;
}

#map{
	margin:0 0 10px 0;
	border-bottom: 2px solid #fff;
}

.name a, .name a:link, .name a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #03c;
	line-height: 150%;
}

.name a:hover {
	text-decoration:underline;
 	color:#C33;
}

.article{
	margin-top:10px;
	color:#363636;
	font-size:12px;
	line-height: 150%;
}

.address{
	margin-top:10px;
	color:#363636;
	font-size:11px;
	line-height: 150%;
}

