﻿@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

 ! File name:      map.css
 ! Style Info:     アクセスページ(map.html)
----------------------------------------------------------- */
body {
	background: none;
	line-height: 1.8;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	font-size: 100%;
	text-align: center;
}
/*----------------------------------------------------
	Reset
----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
}
/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #F97540;
	text-decoration: underline;
}
a:visited {
	color: #F97540;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.icon_go {
	margin-left: 10px;
	padding-left: 34px;
	background: url(../img/icon_go.gif) no-repeat 0% 50%;
}
/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff;
	text-align: left;
}
/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
}
.contents_box {
	margin: 0 0 30px 0;
	padding: 0 5px 0 5px;
}
.contents_box2 {
	margin: 0 0 30px 0;
	padding: 0 12px 0 12px;
}
.contents_linebox {
	margin: 0 0 25px 0;
	padding: 0 5px 25px 5px;
	background: url(../../img/border_dash.gif) repeat-x 0% 100%;
}
.contents_linebox2 {
	margin: 0 0 25px 0;
	padding: 0 12px 25px 12px;
	background: url(../../img/border_dash.gif) repeat-x 0% 100%;
}
/*	h2
----------------------------------------------------*/

h2 {
	margin: 0 0 25px 0;
	padding: 0 0 6px 2px;
	border-bottom: 2px solid #c0c0c0;
	clear: both;
	line-height: 2.6;
}
h2 img {
	border:0 none;
}
#access_map {
	padding-top: 10px;
}
#access_map address {
	padding-bottom: 10px;
}
#access_map address p {
	margin-bottom: 0.5em;
	text-indent: 0;
}
#access_map address p strong {
	padding: 0 4px;
	font-weight: normal;
}
#map_img {
	text-align: center;
}
#go_print {
	padding: 30px 0;
	text-align: center;
}
 @media print {
#go_print {
	display: none;
}
}

