

/* サイトマップ　*/

/*==================================================================
	rightside
===================================================================*/
#sitemap_rightside {
	float:right;
	width:630px;
	clear: both;
	text-align: left;
	vertical-align:top;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

#sitemap_rightside_left {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 30px;
}

#sitemap_rightside_right {
	text-align: left;
	float: left;
	display: inline;
	width: 300px;
}
/*==================================================================
	leftside
===================================================================*/

#sitemap_leftside {
	float:left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 300px;
	height: auto;
	vertical-align: top;
	line-height: 1.8em;
}

.sitemap_box {
	text-align: left;
	width: 298px;
	border: 1px solid #c5c6c2;
	padding: 0px;
	margin-bottom: 20px;
}
/*ie6*/
*html .sitemap_box {
	text-align: left;
	width: 298px;
	border: 1px solid #c5c6c2;
	padding: 0px;
	margin-bottom: 20px;
}
.sitemap_boxHead {
	background-image: url(../../images/sitemap_bg.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 32px;
}
.sitemap_boxHead h2 {
	font-size: 114%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
}


.sitemap_box ul {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 8px;
	font-size: 107%;
}
.sitemap_box ul li {
	margin-bottom: 0px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*ie6*/
*html .sitemap_box ul li {
	margin-bottom: 0px;
	padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*ie7*/
*:first-child+html .sitemap_box ul li {
	margin-bottom: 0px;
	padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sitemap_box ul ul {
	font-weight: normal;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	font-size: 100%;
}
/*ie6*/
*html .sitemap_box ul ul {
	font-weight: normal;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 100%;
}
/*ie7*/
*:first-child+html .sitemap_box ul ul {
	font-weight: normal;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 100%;
}
.sitemap_box ul a {
	color: #0066aa;
	text-decoration: none;
}
.sitemap_box ul a:hover {
	color: #0066aa;
	text-decoration: underline;
}
.sitemap_box ul ul a {
	color: #0066aa;
	text-decoration: none;
}
.sitemap_box ul ul a:hover {
	color: #0066aa;
	text-decoration: underline;
}


.icon01 {
	background-image: url(../../images/news_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
}
.icon02 {
	background-image: url(../../images/site_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 15px 2px;
}
