﻿@import url("base.css");

.d-title {
	background: url(../access/img/d_title.jpg) no-repeat;
}

/* ---------- layout style --------------*/

#contents {
	float: none;
	width: 850px;
}

/* ---------- page title style --------------*/

.p-title {
	height: 30px;
	border-left: 5px solid #9B9932;
	background-image: url(../access/img/ttl_access.gif);
	background-position: 11px 3px;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}

/* ---------- contents style --------------*/

div.block {
	float: left;
	width: 400px;
	margin: 25px 0 0;
	font-size: 12px;
}

dt {
	margin: 0 10px 10px;
	padding: 0 0 0 15px;
	background: url(../img/li_mark.gif) left center no-repeat;
	color: #225500;
	font-size: 110%;
}

dd {
	margin: 10px 20px 20px 30px;
}

#map {
	float: right;
	width: 420px;
	height: 400px;
	margin: 25px 0 0;
	border: 3px double #9B9932;;
}
