@charset "utf-8";

/* --------------------------------------------------
	行頭を表示するときは「##」で検索してください。
-------------------------------------------------- */

/* --------------------------------------------------
	##contents
-------------------------------------------------- */
.box1 h3{
	margin:0 0 16px;
	padding-bottom:0 0 3px;
	border-bottom:1px #ccc solid;
	color:#000;
	font-size:134%;
}
.box1 ul{
	margin:0;
	padding:0;
}
.box1 ul li{
	margin:0;
	padding:0 0 6px 16px;
	list-style:none;
	background:url(../../jp/info/site_map/img/icon1.gif) no-repeat 0 4px;
}
.box1 ul li.line{
	margin:0;
	padding:6px 0 6px 16px;
	border-top:1px #ebebeb solid;
	list-style:none;
	background:url(../../jp/info/site_map/img/icon1.gif) no-repeat 0 10px;
}
.box1 ul li a{
	text-decoration:none;
}
.box1 ul li a:hover{
	color:#f00;
	text-decoration:underline;
}
