@charset "utf-8";
/* CSS Document */
/********************************************************************
	sitemap.css
*********************************************************************/


.mapIndex {
	background-image: url(../../common/img/pic_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom:15px;
	padding:0px 0px 5px 20px;
	font-size:16px;
}

.mapIndex2 {
	background-image: url(../../common/img/pic_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom:15px;
	padding:0px 0px 0px 20px;
	font-size:14px;
}
/*--------------------------------------------------------
	サイトマップ2列
----------------------------------------------------------*/

.map2row {
	width:690px;
	overflow:hidden;
	margin-bottom:15px;
}
.map2row li.lv1 {
	float:left;
	width:325px;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 10px;
	background-image: url(../../common/img/pic_arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:14px;
}
.map2row li.lv2 {
	float:left;
	width:325px;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 10px;
	background-image: url(../../common/img/pic_arr01.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-size:12px;
}
.map2row li.lv2 ul {
  list-style: disc;
  margin-left: 20px;
}
.map2row li.lv2 li {
  margin-bottom: 3px;
}

