@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*sitemap.css*/

/*------------------------------------------------------------
	1. Container
-------------------------------------------------------------*/
/*MainSection*/
#main {
	width: 950px;
	margin: 0 auto;
}

#main h2.tit{
	position: absolute;
	top: 10px;
	left: 0px;
}

#main p.pagetop{
	text-align: right;
	padding: 0 0 0 0;
}

#content #MainSection {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#MainSection #flash_content {
	padding-bottom: 10px;
}

a {
	color: #4B2803;
	text-decoration: none;
}

a:link {
	color: #4B2803;
	text-decoration: none;
}

a:visited {
	color: #4B2803;
	text-decoration: none;
}

a:hover {
	color: #4B2803;
	text-decoration: underline;
}

a:active {
	color: #4B2803;
	text-decoration: none;
}

/*------------------------------------------------------------
	2. sitemap style
-------------------------------------------------------------*/
/*カテゴリー1*/
#toplevel {
	width: 910px;
}

#toplevel ul {
	margin: 55px 0 30px 580px;
	width: 322px;
	height: 27px;
	float: right;
	clear: both;
	border-bottom: 1px solid #ffc338;
}

#toplevel li {
	float: left;
}

#toplevel li.center {
	margin: 0 30px;
}

/*カテゴリー2*/
#secondlevel  {
	width: 875px;
	margin: 0 auto;
}

ul#map {
	width: 175px;
	float: left;
}

ul#map li.map_tit {
	padding-bottom: 15px;
}

li.list {
	background: url(img/arrow.gif) no-repeat left center;
	padding: 0.1em 0 0 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4b2803;
	font-size: 12px;
}

li.list01 {
	background: url(img/arrow.gif) no-repeat -0.0em 0em;
	padding: 0.1em 0 0 1.7em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4b2803;
	font-size: 11px;
	width: 140px;
}