@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/
#conts {
	margin: 0 75px 20px;
	padding: 0;
	
	font-size: 120%;
}

#conts h2 {
	margin: 5px 0 30px 0;
}

#conts h3 {
	margin: 5px 0 15px 0;
	clear: both;
}

#conts h4 {
	margin: 0 0 5px 30px;
}

#conts ul {
	margin: 0 0 30px 5px;
	
	background: url(/img/sitemap/line.gif) no-repeat 35px top;
}

#conts ul.line1 {
	background: url(/img/sitemap/line1.gif) no-repeat 35px top;
}

#conts ul ul {
	margin: 0;
	padding: 5px 0 0 0;
	
	background: none;
}

#conts li {
	margin: 0px 0px 5px 35px;
	padding: 2px 0px 2px 15px;
	background: url(/img/sitemap/arrow01.gif) no-repeat;
}

#conts li.btm {
	margin-top: -7px;
	margin-bottom: 3px;
	padding: 7px 0px 2px 15px;
	background: url(/img/sitemap/arrow_btm.gif) no-repeat left 1px;
}

#conts li.btm1 {
	margin-bottom: 3px;
	padding: 3px 0px 2px 15px;
	background: url(/img/sitemap/arrow_btm.gif) no-repeat left top;
}

#conts li.btm2 {
	margin-bottom: 3px;
	padding: 3px 0px 2px 15px;
	background: url(/img/sitemap/arrow_btm.gif) no-repeat left top;
}

#conts li li {
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(/img/sitemap/arrow01.gif) no-repeat left top;
}


#conts li li.btm {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 15px;
	background: url(/img/sitemap/arrow_btm.gif) no-repeat left top;
}

#conts ul.bold {
	background: none;
}

#conts ul.bold li {
	margin: 0px 0px 8px 35px;
	padding: 2px 0px 2px 12px;
	background: url(/img/sitemap/arrow02.gif) no-repeat left center;
	
}

#conts ul.bold a {
	font-weight: bold;
}

#conts ul.margin {
	margin-bottom: 25px;
}


#conts li a {
	font-weight: normal;
}

#conts li li a {
	font-weight: normal;
}

#conts .left {
	margin-left: 37px;
	margin-right: 10px;
	
	float: left;
	
	display: inline;
}

#conts .right {
	float: left;
}


