@charset "utf-8";

@import url("default.css");
@import url("common.css");
@import url("page.css");
@import url("jquery.lightbox.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.info_bali{
	height: 190px;
	background: url(../img/info/topic_bg.gif) no-repeat right 15px;
}
	
	dt.info_img {
		float: left;
		padding: 10px 10px;
	}
	
		dd.info_text {
			padding-top: 10px;
		}
		
			dd.info_text dl dt {
				float: left;
			}
			
div.topic p {
	clear: both;
	padding: 0 0 10px 10px;
	border-bottom: dotted #E0C87E 1px;
}

.sightTitle {
	margin: .5em 0 0 .5em;
}

.sightImg {
	margin-top: .5em;
}

	.sightImg img {
		margin: .5em;
		width: 100px;
	}

			
 /* Grow
=================================*/

.icon01 {
	padding-left: 1.3em;
	background: url(../img/info/icon01.gif) no-repeat left;
}

.icon02 {
	padding-left: 1.3em;
	background: url(../img/info/icon02.gif) no-repeat left top;
}

	div#grow p {
		padding: 10px 10px;
	}
		
	div#grow ul {
		padding:10px;
	}
		
		li.grow_update {
			padding: 10px 0;
			border-bottom: dotted #E0C87E 1px;
		}
	
			li.grow_update h4{	
				float: right;	
				padding-left: 10px;
			}
			
				li.grow_update dl dt {
					float: left;
				}
			
			dd.grow_ex {
				padding-top: 1em;
			}
			
			div#grow dl {
				padding-right: 240px;
			}
			