@charset "shift_jis";

/* #############################################

		フッター

############################################# */

/* content=====================================

1. フッタ領域全体（ページ下の背景画像）
2. フッタ領域
3. フッタエレメント
4. サイトマップ

=============================================== */

#footer_pc {
	margin-top: 40px;
}

/* -----------------------------------------------

	1. フッタ領域全体（ページ下の背景画像）

----------------------------------------------- */

#alignment {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	height: 42px;
	background-color: #7AB8DD;
}

/* -----------------------------------------------

	2. フッタ領域

----------------------------------------------- */

#foot_pc {
	position: relative;
	clear: both;
	text-align: left;
	width: 956px;
	margin: 0 auto;
	padding: 0;
}

/* -----------------------------------------------

	3. フッタエレメント

----------------------------------------------- */

/*ボイスガイド*/
#foot_pc dt.voice_guide {
	position: absolute;
	top: -1000px;
	left: -1000px;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

/*個人情報保護方針*/
#foot_pc dd.privacy a {
	position: absolute;
	left: 10px;
	top: 12px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 14px;
	width: 130px;
	background: url(/common/images/footer/link_privacy.gif) top left no-repeat;
	font-size: 0;
	line-height: 0;
}

/*このサイトについて*/
#foot_pc dd.about a {
	position: absolute;
	left: 170px;
	top: 12px;
	display: block;
	text-indent: -9999px;
	height: 14px;
	width: 135px;
	background: url(/common/images/footer/link_about.gif) top left no-repeat;
	font-size: 0;
	line-height: 0;
}

/*コピーライト*/
#foot_pc dd.copyright {
	position: absolute;
	left: 680px;
	top: 12px;
	display: block;
	text-indent: -9999px;
	height: 12px;
	width: 264px;
	background: url(/common/images/footer/copyright.gif) top left no-repeat;
}

#foot_pc dd.print_copyright {
	display: none;
}

/* -----------------------------------------------

	4. サイトマップ

----------------------------------------------- */

#sitemapWrap {
	font-size: 98%;
	text-align: left;
	clear: both;
	background: url(../images/sitemap/sitemap.jpg) ;
}

#sitemap {
	width: 956px;
	margin: 0 auto;
	padding: 24px 0 14px;
	position: relative;
}

#sitemap ul li {
	float: left;
	display: inline;
	margin: 0 0px 0 10px;
	width: 229px;
}

#sitemap ul li.last {
}

#sitemap ul li ul,
#sitemap ul li ul li ul {
	margin: 0 0 10px 0;
	background: none;
}

#sitemap ul li li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1em;
	width: auto;
}

#sitemap ul li li li {
	background: none;
	margin: 0;
	padding: 0;
}

#sitemap ul li a:hover {
	text-decoration: underline;
}

#sitemap ul li p {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 0 0 10px 0;
	text-indent: 0;
	text-align: left;
	background: url(../images/sitemap/ico-arrow.gif) no-repeat 0 0.4em;
}

#sitemap ul li p.top,
#sitemap ul li p.btm {
	margin: 0;
}

#sitemap ul li p a {
	color: #4564AF;
	display: block;
}

#sitemap ul li li a {
	color: #333333;
	display: block;
}

#sitemap ul li li a.pop_link {
	background: url(/common/images/ico_popwin_02.gif) no-repeat 100% 0.15em;
	padding: 0 15px 0 0;
	margin: 0;
}

* html #sitemap ul li li a.pop_link {
	background: url(/common/images/ico_popwin_02.gif) no-repeat 100% 0.4em;
	text-indent: 0;
}
.pop_link_img{
	margin-left: 8px;
}
