@charset "UTF-8";
@import url("../../css/common.css");

h2 {
	width: 568px;
	height: 25px;
	text-indent: -10000em;
	background-repeat: no-repeat;

	overflow: hidden;
}

/* サイトマップ */
#sitemap h2 {
	background-image: url("../images/sitemap.jpg");
}
#sitemap #leftDivision {
	width: 270px;
	float: left;
	font-size: 0.9em;
}

#sitemap #rightDivision {
	width: 270px;
	float: right;
	font-size: 0.9em;
}

#sitemap ul {
	list-style: none;
	list-style-position: inside;
	margin-top: 1em;
}

#sitemap ul ul {
	list-style-position: outside;
	margin-top: 0em;
	margin-left: 3em;
}

#sitemap li {
	list-style-image: url("../../images/li_mark1.jpg");
}

#sitemap li strong {
	border: solid 1px;
	padding: 2px;
	font-weight: normal;
	color: #e56b0b;
}




#sitemap table {
	width: 100%;
	border: solid 1px;
	margin-top: 1em;
}

#sitemap td {
	width: 50%;
	border: solid 1px red;
}

/* 交通アクセス */
#accessmap h2 {
	background-image: url("../images/accessmap.jpg");
}

#accessmap #googlemap {
	width: 525px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#accessmap h3 {
	margin-top: 2em;
	padding-left: 0.3em;
	border-left: solid 1em;
	border-bottom: solid 1px;
	color: #005900;
	font-size: 1.1em;
}

#accessmap dl {
	margin-left: 1em;
}

#accessmap dt {
	margin-top: 1em;
}
#accessmap dd {
	margin-top: 0.5em;
	margin-left: 1em;
}
#accessmap dt em {
	padding: 5px;
	background-color: #009900;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}

#accessmap table {
	width: 100%;
	margin-top: 1em;
	background-color: #eeeeee;
}

#accessmap th {
	width: 10em;
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
}

#accessmap td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #eeeeee;
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}

#accessmap td em {
	color: #009900;
	font-size: 1.5em;
	font-style: normal;
}

/* プライバシーポリシー */
#policy h2 {
	background-image: url("../images/policy.jpg");
}

#policy p {
	margin-top: 1em;
}

#policy .large {
	color: #005900;
	font-size: 1.2em;
	font-weight: bold;
}

#policy .small {
	color: #333333;
	font-size: 0.8em;
}

#policy ol {
	margin-top: 1.5em;
	margin-left: 2em;
}

#policy li  {
	margin-top: 1em;
	font-size: 0.9em;
}

#policy li em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

/* お問い合わせ */
#toiawase h2 {
	background-image: url("../images/toiawase.jpg");
}

#toiawase h4 {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 5px;;
}

#toiawase ul {
	list-style: none;
	margin-left: 1em;
	margin-bottom: 2em;
	font-size: 0.9em;
}

#toiawase ul li {
	margin-top: 1em;
}

#toiawase ul li a {
	font-size: 1.1em;
}

#toiawase table {
	width: 500px;
	margin-top: 0;
	margin-left: 2em;
	margin-bottom: 1em;
}

#toiawase th {
	padding: 5px;
}
#toiawase td {
	padding: 5px 1em;
}

#toiawase p {
	margin-top: 0;
	margin-left: 2em;
}



