@charset "UTF-8";

/* visual */
div#visual {
	margin: 0 0 20px 0;
}
div#visual h2 {
	background: url(../img_access/tit_access.jpg) no-repeat left bottom;
	width: 960px;
	height: 180px;
	text-indent: -9999px;
}

/* main */
div#main {
	background: url(../img_access/bg_bottom.gif) no-repeat left bottom;
	padding: 0 0 77px 0;
}

/* introduction */
div#intro {
	background: url(../img_access/bg_top.gif) no-repeat left top;
	padding: 22px 0 0 0;
}

/* description */
div#desc {
	background: url(../img_access/bg_middle.gif) repeat-y left top;
	padding: 0 37px 0 33px;
	color: #333333;
	line-height: 1.5em;
}

/* topic path */
p#topicpath {
	clear: both;
	width: 620px;
	font-size: smaller;
	color: #999999;
}
p#topicpath a {
	color: #999999;
}
p#topicpath a:hover {
	text-decoration: none;
}

/* access */
div#access {
	clear: both;
	width: 620px;
	padding: 10px 0 0 0;
}
div#access h3 {
	background: url(../img_access/tit_maintitle.gif) no-repeat left top;
	width: 620px;
	height: 50px;
	text-indent: -9999px;
}
div#access h4 {
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #888888 7px solid;
	padding: 3px 0 3px 13px;
	margin: 0 0 25px 0;
	font-size: 110%;
}
div#inquiry {
	margin: 30px 0 0 0;
}
div#inquiry div.inquiry_list {
	clear: both;
	padding: 0 0 25px 0;
}
div#inquiry div.inquiry_list img {
	float: left;
}
div#inquiry div.inquiry_list dl {
	margin: 0 0 20px 280px;
}
div#inquiry div.inquiry_list dt {
	background: url(../img_access/circle_gray.gif) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 110%;
}
div#inquiry div.inquiry_list dd.contact {
	margin: 10px 0 0 0;
	font-size: 110%;
}
div#inquiry a#mail {
	display: block;
	background: url(../img_access/btn_inquiry.gif) no-repeat 0 0;
	width: 620px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
div#inquiry a#mail:hover {
	background-position: 0 -60px;
}
div#map {
	margin: 55px 0 0 0;
}
div#map dl {
	margin: 25px 0 0 0;
}
div#map dt {
	background: url(../img_access/circle_gray.gif) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
div#map a {
	background: url(../img_access/triangle_gray.gif) no-repeat left center;
	padding: 0 0 0 10px;
}

