@charset "utf-8";

/* ****************************************************
Title: sitemap.css
***************************************************** */

/*ローカルナビ*/
 
#sitemap #localNaviBlock P{
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e6e6;
}

/* -------------------------------------------------------------------- 

/* サイトマップページ

-------------------------------------------------------------------- */

#sitemap #contentMiddle .sitemapBlock {
	float: left;
	margin-right: 70px;
	margin-bottom: 100px;
}

#sitemap #contentMiddle h3{
	font-weight: bold;
	font-size: 16px;
    border-bottom: none;
    margin-bottom: 0px;
}

#sitemap #contentMiddle h3 a{
	text-decoration: underline;
	color: #000;
}


#sitemap #contentMiddle li {
	line-height: 1.8;
}

#sitemap #contentMiddle li a{
	text-decoration: underline;
	font-size: 110%;
	color: #333333;
}

#sitemap #contentMiddle a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -ms-filter: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

