@charset "utf-8";

/*________________________________________________

	name:			sitemap.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2010-06-21
	lastmodified:	****-**-**
________________________________________________*/

 
 
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#5353aa
	SubColor	=>	#7cd745
	TextColor	=>	#333333
	AccentColor	=>	#fc961a
	Background	=>	#ffffff
================================================*/


/*--------------------------------------------------------------
.sitemap　サイトマップ
--------------------------------------------------------------*/
.sitemap {
	display: block;
	clear: both;
	width: 930px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.sitemap a {
	color: #5353aa;
	text-decoration: underline;
}
.sitemap a:hover {
	color: #7f7fc5;
	text-decoration: underline;
}
.sitemap dl {
	display: inline;
	float: left;
	width: 455px;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
}
.sitemap dl.lastChild {
	display: inline;
	float: left;
	width: 455px;
	height: auto;
	margin: 0!important;
	padding: 0;
}
.sitemap dt {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px;
	background: #eaeaf4 url(../img/sitemap/ya_circle.gif) 10px center no-repeat;
	border-bottom: 3px #5353aa solid;
	color: #5353aa;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.sitemap dt a, .sitemap dt a:hover {
	font-weight: bold;
	text-decoration: none;
}
.sitemap dt. firstChild {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0!important;
	padding: 5px 5px 5px 30px;
	background: #eaeaf4 url(../img/sitemap/ya_circle.gif) 10px center no-repeat;
	border-bottom: 3px #5353aa solid;
	color: #5353aa;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.sitemap dd {
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 35px;
	padding: 5px 0 5px 45px;
	background: url(../img/sitemap/dd_sitemap.gif) 10px center no-repeat;
	border-bottom: 1px #333333 dashed;
}
.sitemap ul {
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 70px;
	padding: 0 0 0 20px;
	background: url(../img/sitemap/bg_sitemap.gif) left top repeat-y;
}
.sitemap li {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #333333 dashed;
}

