/* CSS Document */

/*背景用（TOPのみ）*/
.wrapper {
	padding-bottom:100px;
	background-image:url(../../en/img/index/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


/*中央カラム部分*/

	h4{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding-bottom: 5px;

	}

.floor {
	width: 205px;
	height: 82px;
	margin-top: 10px;
}
.floor_box {
	float: left;
	width: 205px;
}
.floor .floor_img {
	float: left;
}


.floor .floor_txt {
	float: right;
	margin:30px 2px 0 2px;
}

.floor .floor_txt2 {
	float: right;
	margin:20px 2px 0 2px;
}



/*左カラム部分（リーフレット・フロアマップ）*/

	h3.leaflet{
		margin:0 0 10px 0;
		background-image:url(../../en/img/index/ttl_leaflet.gif);
		width:135px;
		height:41px;
	}

	ul.down_bt{
		margin:0 0 22px 14px;
		list-style:none;
	}

	li.down_bt{
		clear:left;
	}

	.down_btimg {
		float:left;
		margin: 8px 0 0 0;
	}

	
/*右カラム部分*/

	ul.affi_bt{
		width:195px;
		list-style:none;
		margin:4px 0 7px 0;
	}

	li.affi_bt{
		clear:left;
	}

	.affi_btimg {
		float:left;
		margin:0 0 5px 0;
	}



	ul.banner_bt{
		width:195px;
		list-style:none;
	}

	li.banner_bt{
		clear:left;
	}

	.banner_btimg {
		float:left;
		margin:0 0 5px 0;
	}
