@charset "UTF-8";

/* visual */
div#visual {
	margin: 0 0 20px 0;
}
div#visual h2 {
	background: url(../img_sitemap/tit_sitemap.jpg) no-repeat left bottom;
	width: 960px;
	height: 180px;
	text-indent: -9999px;
}

/* main */
div#main {
	background: url(../img_sitemap/bg_bottom.gif) no-repeat left bottom;
	padding: 0 0 77px 0;
}

/* introduction */
div#intro {
	background: url(../img_sitemap/bg_top.gif) no-repeat left top;
	padding: 22px 0 0 0;
}

/* description */
div#desc {
	background: url(../img_sitemap/bg_middle.gif) repeat-y left top;
	padding: 0 37px 0 33px;
	color: #333333;
	line-height: 1.5em;
}

/* topic path */
p#topicpath {
	clear: both;
	width: 620px;
	font-size: smaller;
	color: #999999;
}
p#topicpath a {
	color: #999999;
}
p#topicpath a:hover {
	text-decoration: none;
}

/* sitemap */
div#sitemap {
	clear: both;
	width: 620px;
	padding: 10px 0 0 0;
}
div#sitemap h3 {
	background: url(../img_sitemap/tit_maintitle.gif) no-repeat left top;
	width: 620px;
	height: 50px;
	text-indent: -9999px;
}
div#sitemap p {
	background: url(../img_sitemap/mark_masunaga.gif) no-repeat 10px center;
	margin: 25px 0 0 0;
	padding: 0 0 0 28px;
}

/* service */
div#service_map {
	float: left;
	background: url(../img_sitemap/line_gray.gif) repeat-x left top;
	width: 290px;
	margin: 25px 0 0 0;
}
div#service_map h4 {
	background: url(../img_sitemap/mark_masunaga.gif) no-repeat 10px center;
	padding: 1.0em 0 1.0em 28px;
	border-bottom: #888888 1px solid;
}
div#service_map ul {
	list-style: none;
}
div#service_map li {
	clear: both;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 1.0em 0 1.0em 28px;
	border-bottom: #888888 1px dotted;
}
li#eco {
	background-image: url(../img_sitemap/mark_eco.gif);
}
li#construction {
	background-image: url(../img_sitemap/mark_construction.gif);
}
li#civil {
	background-image: url(../img_sitemap/mark_civil.gif);
}
li#renovation {
	background-image: url(../img_sitemap/mark_renovation.gif);
}
li#estate {
	background-image: url(../img_sitemap/mark_estate.gif);
}
div#service_map span {
	float: left;
	display: block;
	width: 162px;
}
div#service_map a.service {
	float: left;
	display: block;
	width: 50px;
	text-align: center;
}
div#service_map a.result {
	display: block;
	width: 47px;
	margin: 0 0 0 212px;
	text-align: center;
}

/* about */
div#about_map {
	background: url(../img_sitemap/line_gray.gif) repeat-x left top;
	width: 290px;
	margin: 25px 0 0 327px;
}
div#about_map h4 {
	background: url(../img_sitemap/mark_masunaga.gif) no-repeat 10px center;
	padding: 1.0em 0 1.0em 28px;
	border-bottom: #888888 1px solid;
}
div#about_map ul {
	list-style: none;
}
div#about_map li {
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 1.0em 0 1.0em 28px;
	border-bottom: #888888 1px dotted;
}
li#about {
	background-image: url(../img_sitemap/mark_about.gif);
}
li#greeting {
	background-image: url(../img_sitemap/mark_greeting.gif);
}
li#history {
	background-image: url(../img_sitemap/mark_history.gif);
}
li#access {
	background-image: url(../img_sitemap/mark_access.gif);
}
li#inquiry {
	background-image: url(../img_sitemap/mark_inquiry.gif);
}
li#recruit {
	background-image: url(../img_sitemap/mark_recruit.gif);
}
li#privacy {
	background-image: url(../img_sitemap/mark_privacy.gif);
}

