/* =============================================================================
	トップページ
============================================================================= */
.mainimage {
	background:url("img/mainimage.jpg") no-repeat 0 0;
	width:1000px;
	height:300px;
	text-indent:-9876px;
	margin-bottom:10px;
}

.title1 {
	background:url("img/title1.png") no-repeat 0 0;
	width:131px;
	height:32px;
	text-indent:-9876px;
	margin-bottom:20px;
}

.title2 {
	background:url("img/title2.png") no-repeat 0 0;
	width:130px;
	height:32px;
	text-indent:-9876px;
	margin-bottom:20px;
}

.had_table {
	position:relative;
}

.had_table table {
	width:100%;
	border-collapse:collapse;
}

.had_table table th,
.had_table table td {
	padding:7px 0;
}

.had_table table th {
	color:#666;
	text-align:left;
	padding-left:20px;
	border-right:1px solid #ddd;
	width:150px;
	vertical-align:top;
}

.had_table table td {
	padding-left:20px;
}

.had_table table .color th,
.had_table table .color td {
	background:#f5f5f5;
}

.had_table .image {
	position:absolute;
	bottom:0;
	right:0;
}

#map_canvas {
	float:left;
	width:640px;
	height:360px;
}

p.access_text {
	float:right;
	width:320px;
}

