/*-------------------MAIN--*/
/*-----LEFT--*/
#content-left {
	width:178px;
	height:555px;/*adjust if necessary*/
	display:inline;
	float:left;
	position:relative;
}
#left-nav {
	width:115px;
}
#left-nav-list {
	border-top:1px solid #aca3a3;
	border-bottom:1px solid #aca3a3;
	padding:10px 0 7px 0;
}
#left-nav-list dd {
	display:inline;
	float:right;
	margin:2px 0 0 0;
	font-size:78%;
}
#left-nav-list dd a {
	display:block;
	width:79px;
	_width:85px;
	padding:5px 0 3px 6px;
}
#left-nav-list dd a:hover {
	background:#edddb9;
}
#left-nav-list dd.current {
	background:#edddb9;
}
#map_box {
	position:absolute; bottom:15px;
}
#address-box {
	margin:8px 0 0 0;
	padding:0;
}
*:first-child+html #address-box {/*hac for IE7*/
	margin:8px 0 0 0;
}
#address-box p {
	border:none;
	margin:0;
	padding:0;
}


/*-----RIGHT---*/
#content-right {
	width:524px;	
	display:inline;
	float:right;
}
#main_visual {
	margin:14px 0 25px 0;
}
#txt_catch {
	padding-bottom:13px;
	border-bottom:dotted 1px #231f20;
}
#info_txt_box {
	display:inline;
	float:left;
	width:500px;
}
#info_txt_box  h3 .square {
	color:#edddb9;
}
div.info_txt {
	margin:0 0 25px 0;
} 
.img_pix_cont {
	display:inline;
	float:left;
	margin:0 15px 0 0;
	_margin:0 15px -15px 0;/*hac for IE6.x*/
}
*:first-child+html .img_pix_cont {/*hac for IE7*/
	margin:0 15px -15px 0;
}
.img_pix_cont img {
	border:1px solid #867f7e;
}



