@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

h2#img_top {
	width: 550px;
	height: 260px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}


.img01 {
	margin: 0 0 20px 10px;
}

#main h4 {
	font-size: 1.5em;
	height: 25px;
	font-weight: bold;
	padding: 0;
	color: #FF9900;
	margin-bottom: 5px;
	font-weight: bold;
	background: none;

}








/*　サイトマップ
------------------------------------------------------------ */
h2#img_map {
	width: 550px;
	height: 150px;
	background: url(common/images/img_map.jpg) no-repeat;
	text-indent: -9999em;
}

#main ul#sitemap {
	margin-bottom: 20px;
}

#main ul#sitemap li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	background: url(common/images/icon.gif) left no-repeat;
	padding-left: 20px;
}

