@charset "utf-8";

/* ページ全体の基本レイアウト
-----------------------------------------------------*/
body {
    font: 12px 'ＭＳ Ｐゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}
a {
	color: #0087C7;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}
strong {
	color: #0087C7;
}


/* サイトマップ
-----------------------------------------------------*/
#container .site-map {
	width: 800px;
	margin: 15px auto;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #008ACB;
	height: 23px;
	margin: 20px 13px 5px;
	padding: 0 0 0 18px;
	background: url(../img2/common-sub/arrow.gif) no-repeat;
	border-bottom: 2px dotted #008ACB;
	clear: left;
}

p#lead {
	color:#666666;
	margin: 3px 32px 13px;
}

ul {
	list-style: none;
	margin: 0 20px 30px 40px;
	padding: 0;
}
ul li {
	width: 150px;
	height: 23px;
	margin: 0 15px 15px 0;
	padding: 2px 0 0 15px;
	background:url(../img2/common-search/arrow.gif) no-repeat  0 2px;
	float: left;
	display: block;	
}
/* 透明けい線
------------------*/
hr {
	display: block;
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0 0 5px 0;
	border: none;
}

