@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : sitemap.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../assets/styles/reset.css";
@import "../assets/styles/base.css";
@import "../assets/styles/class.css";

	
/* ********************************************************************************
 * ■サイトマップ
 * file path : /sitemap/
 * body id name : body#sitemap
 * ******************************************************************************** */

/* div.section
------------------------------------------------------------*/
#sitemap div.section {
	width: 580px;
	margin-top: 20px;
}
/* dl */
#sitemap div.section dl {
	margin-bottom: 40px;
	line-height: 1.2;
}
#sitemap div.section dl dt {
height:15px;
	margin-bottom: 15px;
	padding: 3px 0 3px 10px;
	border-left: 4px solid #a9c4ed !important;
	font-weight: bold;
	color: #000000;
}
#sitemap div.section dl dt a {
	color: #000000;
}
#sitemap div.section dl dt a:hover {
	color: #5985c5;
}
#sitemap div.section dl dd {
	margin: 0 0 15px 20px;
	padding-left: 14px;
	background: url(./images/icon_disc.gif) 0 0.3em no-repeat;
	color: #aaaaaa;
}
#sitemap div.section dl dd a {
	color: #000000;
}
#sitemap div.section dl dd a:hover {
	color: #5985c5;
}

/* div.leftColumn */
#sitemap div.section div.leftColumn {
	border-right: 1px solid #ededed;
}
