@charset "shift_jis";

/* ==== サイトマップ画面 ==== */

ul.s_map {
	width: 900px;
	min-height: 370px;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold; /* 一旦太字に */
	list-style-type: none;
	font-size: 80%;
	color: #00f;
}

/* --- リンク設定 --- */
ul.s_map a:visited {
	color: #00f;
}

/* --- 入れ子 リスト用 --- */
ul.s_map ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* --- 全リスト項目 --- */
ul.s_map li {
	padding: 2px 0 2px 10px;
	line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.s_map div.s_box {
	width: 100%;
	margin-top: 20px;
}

/* --- セクション（2階層目） --- */
ul.s_map ul.section {
	width: 25%;
	float: left;
}
/* --- 2階層目以降のリスト項目 --- */
ul.s_map ul.section li {
	margin: 0 20px 20px 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px #c0c0c0 dotted;
}

/* --- 3階層目以降のリストエリア --- */
ul.s_map ul.section ul {
	margin: 5px 0 5px 8px;
	font-weight: normal;
}
/* --- 3階層目以降のリスト項目 --- */
ul.s_map ul.section ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	border-bottom: none;
}

/* --- 4階層目以降のリスト項目 --- */
ul.s_map ul.section ul li li {
	padding: 0 0 0 9px;
}

/* --- 見出し用色設定 --- */
.a_t01,.a_t02,.a_t03,.a_t04,.a_t05 {
	margin: 0;
	padding-left: 5px;
}
.a_t01{
	border-left:solid 5px #696969;
}
.a_t02{
	border-left:solid 5px #696969;
}
.a_t03{
	border-left:solid 5px #87cefa;
}
.a_t04{
	border-left:solid 5px #90ee90;
}
.a_t05{
	border-left:solid 5px #ffb6c1;
}
.a_nomal {
	text-decoration:none;
	font-weight: normal;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
