@charset "utf-8";

/* ========================================================
	about css => お問い合せ・このサイトについてページ用css
======================================================== */

/* メインエリア
============================================================================================================ */
div#mainArea ul {
	padding: 10px 0 0 9px;
}
div#mainArea ul li {
	margin-bottom: 1px;
}

h3.shadow {
	padding: 8px 10px 30px;
	background: url(../../share/images/shadow_title_bg.png) no-repeat left bottom;
}



/* 各ページ
============================================================================================================ */

/* サイトマップ sitemap.html
----------------------------------------------------------------------------------------- */
ul.sitemap_index {
	margin: 30px 10px 0;
	font-size: 115%;
}
ul.sitemap_index li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../../share/images/line_dot.png) repeat-x left bottom;
}
ul.sitemap_index li em {
	padding-left: 30px;
	background: url(../../share/images/link_ico.png) no-repeat left;
}
div.sitemap h3 {
	margin-top: 30px;
	padding: 8px 10px 30px;
	background: url(../../share/images/shadow_title_bg.png) no-repeat left bottom;
}
div.sitemap ul li {
	display: inline;
	position: relative;
	left: -10px;
	float: left;
	width: 430px;
	margin: 0 0 5px 20px;
	padding-bottom: 5px;
	background: url(../../share/images/line_dot.png) repeat-x left bottom;
}
div.sitemap ul li em {
	padding-left: 30px;
	background: url(../../share/images/link_ico.png) no-repeat left;
}
