@charset "euc-jp";

#SiteMap a {
    text-decoration: none;
}

#SiteMap h3 {
    margin-left: -8px;
    margin-right: -8px;
}

#SiteMap h3 a {
	color: #0D3191;
	text-decoration: none;
	background: url(/img/point/pt_a_05.gif) no-repeat 0px 0px;
	padding-left: 20px;
}

#SiteMap h3 a:hover {
	color: #33B3D1;
}

#SiteMap h4 {
	margin-top: 1em;
	color: #000000;
}

#SiteMap h4 a {
	color: #000000;
	text-decoration: none;
	background: url(/img/point/pt_b_03.gif) no-repeat 0px 0px;
	padding-left: 20px;
}


#SiteMap h4 a:hover {
	color: #33B3D1;
}


#SiteMap h5 {
	background: #EAEAEA;
	font-weight: lighter;
	padding: 0.2em 0.5em;
	margin: 2em 0px 0px 0px;
}

#SiteMap h6 {

}

#SiteMap ul li {
    margin-top: 0px;
}

#SiteMap li a:hover {
    text-decoration: underline;
}
/*******************************************************

  レイアウト

********************************************************** */


#SiteMap .divide-auto {
    margin: 0px;
}

#SiteMap .left {
	float: left;
	width: 360px;
	padding: 0px 8px;
}

#SiteMap .right {
	float: right;
	width: 360px;
	padding: 0px 8px;
}

@media screen and (max-width: 840px){ /* for SmartPhone */
	#SiteMap h2, 
	#SiteMap h3, 
	#SiteMap h4, 
	#SiteMap h5 {
		width: auto;
		margin: 0.7em 0;
	}
	#SiteMap .left, 
	#SiteMap .right {
		float: none;
		width: auto;
		padding: 0;
	}
	#SiteMap ul li {
		list-style: disc;
	}
}
