@charset "utf-8";

/**************************************************** left **/
#left h3 {
	margin: 0 0 20px 0;
}
#left h4 {
	margin: 0 0 20px 0;
	padding: 7px 0 0 40px;
	height: 28px;
	font-size: 130%;
	font-weight: bold;
	background: url(/images/common/bg_tittle.gif) no-repeat 0 0;
	color: #FFFFFF;
}
*html #left h4 {
	height: 35px;
}
#left h5 {
	margin: 0 0 10px 20px;
	font-weight: bold;
}
#left ul {
	margin: 0 0 20px 20px;
}
#left ul li {
	padding: 0 0 0 15px;
	width: 135px;
	height: 30px;
	background: url(/sitemap/images/icon_sitemap.gif) no-repeat left 3px;
	float: left;
}
*html #left ul li {
	width: 150px;
}
#left a:link { text-decoration: underline; color: #005aff;}
#left a:visited { text-decoration: underline; color: #005aff;}
#left a:hover { text-decoration: underline; color: #80adfe;}
