@charset "utf-8";


ul.sitemap{
	padding:30px;
	}
ul.sitemap li {
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 100%;
} 
ul.sitemap li ul {
    padding: 8px 0 0 8px;
    background-image: url(../img/lineV.png);
    background-repeat: no-repeat;
    background-position: left bottom;
} 
ul.sitemap li ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    font-size: 100%;
    background-image: url(../img/lineH.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
} 
ul.sitemap li ul li.last {
    background-image: none;
} 
ul.sitemap a:link {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color: #F66;
	text-decoration: none;
	letter-spacing:0.1em;
	
	}
ul.sitemap a:visited {
		text-decoration: none;
		color: #F66;
	}
ul.sitemap a:hover {
		text-decoration: none;
		color:#00F;
	}
ul.sitemap a:active {
		text-decoration: none;
		color: #39F;
	}
