@charset "utf-8";

/* 大見出し */
h2 {
	background: url(./img/ttl.jpg) 0 0 no-repeat;
}
/* サイドバー */
#side-navi h3 a{
	background: url(../page/img/side-sh.gif) 0 -125px no-repeat;
}
#side-navi h3 a:hover{
	background: url(../page/img/side-sh.gif) -200px -125px no-repeat;
}

/* メイン
----------------------------------------------------*/
#main img.map {
	margin: 10px 85px 20px 85px;
}
#main dl dt {
	font-weight: bold;
}
#main dl {
	margin: 0 10px 10px 10px;
}

/* 小見出し
----------------------------------------------------*/
#main #info-1 p {
	background: url(./img/sh.gif) 0 0 no-repeat;
}
#main #info-2 p {
	background: url(./img/sh.gif) 0 -20px no-repeat;
}
#main #info-3 p {
	background: url(./img/sh.gif) 0 -40px no-repeat;
}

#main #policy-1 p {
	background: url(./img/policy-sh.gif) 0 0 no-repeat;
}
#main #policy-2 p {
	background: url(./img/policy-sh.gif) 0 -20px no-repeat;
}
#main #policy-3 p {
	background: url(./img/policy-sh.gif) 0 -40px no-repeat;
}
#main #policy-4 p {
	background: url(./img/policy-sh.gif) 0 -60px no-repeat;
}


/* 問い合わせ
----------------------------------------------------*/
.contact-top {
}
.contact-tel {
	color: #3492c9;
	font-size: 18px;
	letter-spacing: 1px;
	
}
.contact-table th {
	width: 6em;
}
.contact-add {
	padding-top: 30px;
}

/* サイトマップ
----------------------------------------------------*/
.sitemap .col {
	float: left;
	width: 216px;
	margin: 10px;
}

.sitemap {
	color: #999;
	margin-bottom: 30px;
}
.sitemap h3 {
	font-size: 14px;
	padding-left: 20px;
	background: url(../common/img/arrow-dot-off.gif) left center no-repeat;
	border-bottom:  dotted 1px #ccc;
}
.sitemap ul {
	margin-left: 20px;
	margin-top: 5px;
}
.sitemap ul a {
	margin-left: 10px;
}



p.up {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
p.low {
	padding-top: 10px;
	margin-top: 20px;
	border-top: dotted 1px #ccc;
}