@charset "utf-8";

/*--------------------------------------------
 
      サイトマップ（index.html）
 
---------------------------------------------*/

h3.works{
	font-size:140%;
}

.sitemap dt a {
	display: block;
	position: relative;
	z-index: 100;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	line-height: 50px;
	text-decoration:none;
	padding:0 0 0 10%;
}
.sitemap dt a:hover {
	background:url(../img/dobble-dot.gif) repeat-x left bottom #eee;        /* マウスオーバーカラー */  
}

dl dt a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #489395;
}
.sitemap dt a:hover:before {
	left: 10px;        /*マウスオーバーで三角をずらす */ 
}

.sitemap dd{
	padding:20px 0 10px 14%;}