@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

h2#img_top {
	width: 560px;
	height: 260px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}
#map {
	height: 200px;
	margin: 20px 0;
	overflow: hidden;
}

#map img {
	float: left;
	border: 1px solid #ccc;
	margin-right:30px;
}

#map p {
	font-size: 1.2em;
}

#map p span {
	color: #c33;
	font-weight: bold;
}

.box_new {
	height: 220px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #ccc;
}

h3.new {
	width: 560px;
	height: 25px;
	background: url(common/images/new.gif) no-repeat;
	text-indent: -999em;
}

.box_new p {
	background: url(common/images/icon.jpg) left top no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	background-position: 0 3px;
}

#map p.ekimae {
	font-size: 60px;
	font-weight: bold;
	color: #00CC66;
}

.red	{
	color:#F00;
	font-weight:bold;
	}