@charset "utf-8";					/*使用する文字コード*/

@import "common.css";
@import "under.css";

/* sitemap
========================================================================================= */
div#pageContainer.under #title{
	background:url(../sitemap/images/title.gif) left top no-repeat;
}

div#pageContainer.under .sitemap{
	color:#999999;
}

div#pageContainer.under h5 a:link {color: #2990d0; text-decoration:underline;}
div#pageContainer.under h5 a:visited {color: #2990d0; text-decoration:underline;}
div#pageContainer.under h5 a:hover {color: #2990d0; text-decoration: none;}
div#pageContainer.under h5 a:active {color: #2990d0; text-decoration: none;}

div#pageContainer.under h6{
	margin-left:18px;
}

div#pageContainer.under h6 a:link {color: #2990d0; text-decoration:underline;}
div#pageContainer.under h6 a:visited {color: #2990d0; text-decoration:underline;}
div#pageContainer.under h6 a:hover {color: #2990d0; text-decoration: none;}
div#pageContainer.under h6 a:active {color: #2990d0; text-decoration: none;}


div#pageContainer.under .exposition{
	margin-left:30px;
}



