@import url("share.css");

/************** サイトマップ ***************/

.sitemapBox-a{
	width:180px;
	height:220px;
	float:left;
	margin:0 13px 13px 0;
}

.sitemapBox-b{
	width:180px;
	height:220px;
	float:left;
	margin-bottom:13px;
}

.sitemapBox-a ul,.sitemapBox-b ul{
	margin-top:5px;
	padding-left:20px;
}

.sitemapBox-a ul li p,.sitemapBox-b ul li p{
	font-size:12px;
}

.sitemapTitle1 {
	width:180px;
	padding:5px 0 0 5px;
	margin-top:10px;
	height:28px;
	background:#FF97EF;
	clear:both;
}

.sitemapTitle2 {
	width:180px;
	padding:5px 0 0 5px;
	margin-top:10px;
	height:28px;
	background:#5388FF;
	clear:both;
}

.sitemapTitle3 {
	width:180px;
	padding:5px 0 0 5px;
	margin-top:10px;
	height:28px;
	background:#FF7E00;
	clear:both;
}

.sitemapTitle1 h5, .sitemapTitle2 h5, .sitemapTitle3 h5{
	border-left:10px solid #FFF;
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	color:#FFF;
	background:transparent;
}

.sitemapTitle1 h5 a:link,.sitemapTitle2 h5 a:link,.sitemapTitle3 h5 a:link{
	color:#FFF;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
}

.sitemapTitle1 h5 a:visited,.sitemapTitle2 h5 a:visited,.sitemapTitle3 h5 a:visited{
	color:#FFF;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
}

.sitemapTitle1 h5 a:active, .sitemapTitle2 h5 a:active, .sitemapTitle3 h5 a:active{
	color:#FFF;
	text-decoration:none;
	background:transparent;
	font-weight:bold;
}

.sitemapTitle1 h5 a:hover,.sitemapTitle2 h5 a:hover,.sitemapTitle3 h5 a:hover{
	color:#F00;
	text-decoration:underline;
	background-color:transparent;
	font-weight:bold;
}

.red{
	color:#F00;
}
