@charset "utf-8";

@import url("default.css");
@import url("common.css");
@import url("page.css");


/* Clearfix
=================================*/

#ourBusiness:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

#ourBusiness {
	display: inline-block;
}

/* Hide from Mac IE \*/
#ourBusiness {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
 * TOPICS
 * ========================================= */
 
dl.sLink {
	padding: 10px 0 10px 150px;
}

	dl.sLink dt,dd{
		padding-left: .8em;
	}
	 
		dt.sHome {
			background: url(../img/sitemap/icon01.gif) no-repeat left;
		}
		
			dl.low_link {
				margin-top: .5em;
				padding: .5em 0;
				width: 15em;
				border-top: dotted #E0C87E 1px;
			}
	
			dl.low_link dt {
				background: url(../img/sitemap/icon02.gif) no-repeat left;
			}
			
			dl.low_link dd {
				margin-left: 2em;
				background: url(../img/sitemap/icon02.gif) no-repeat left;
			}

 
 /* 
=================================*/
