/* floorguide */

div #inner{
	width: 840px;
	margin-left: 25px;
}

.h4 { position: relative; font-size: 0px; }
.h4 .number { float: left; }
* html .h4 .number { position: relative; left: 5px;}
*+html .h4 .number { margin-right: -5px; text-indent: 5px;}

.h4 .floornavi {
	position: absolute;
	top: 24px;
	left: 550px;
}

* html .h4 .floornavi {
	left: 435px;
}

.h4 .floornavi li { list-style: none; line-height: 0; }


.map { margin-bottom: 35px; }


/* table */
.floortable { margin-left: 35px; }

.floortable .aboutstar {
	color: #0068B7;
	text-align: right;
	width: 660px;
	margin-bottom: 5px;
}

.floortable .star { color: #0068B7; margin-left: 5px; }

.floortable table {
	margin-bottom: 8px;
	border-collapse: collapse;
	color: #333;
}

.floortable td,
.floortable th {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 178px;
	padding: 4px 20px;
}

.floortable th.papas {
	padding: 4px 13px 4px 20px;
}

.floortable td.adidas {
	padding: 4px 10px 4px 20px;
}

/* th background image */
.floortable table.blue th { background: url(/shinjuku/halcsports/images_com/bg_blue.gif); }
.floortable table.blue2 th { background: url(/shinjuku/halcsports/images_com/bg_blue2.gif); }
.floortable table.lightblue th { background: url(/shinjuku/halcsports/images_com/bg_lightblue.gif); }
.floortable table.midblue th { background: url(/shinjuku/halcsports/images_com/bg_midblue.gif); }
.floortable table.green th { background: url(/shinjuku/halcsports/images_com/bg_green.gif); }
.floortable table.lightgreen th { background: url(/shinjuku/halcsports/images_com/bg_lightgreen.gif); }
.floortable table.yellow th { background: url(/shinjuku/halcsports/images_com/bg_yellow.gif); }
.floortable table.purple th { background: url(/shinjuku/halcsports/images_com/bg_purple.gif); }
.floortable table.deeppurple th { background: url(/shinjuku/halcsports/images_com/bg_deeppurple.gif); }
.floortable table.blown th { background: url(/shinjuku/halcsports/images_com/bg_blown.gif); }
.floortable table.brickred th { background: url(/shinjuku/halcsports/images_com/bg_brickred.gif); }


/* table border color */
.floortable table.blue th,
.floortable table.blue td { 		border-color: #5C9BC0; }
.floortable table.blue2 th,
.floortable table.blue2 td { 		border-color: #5999BF; }
.floortable table.lightblue th,
.floortable table.lightblue td {	border-color: #76D3D6; }
.floortable table.midblue th,
.floortable table.midblue td { 		border-color: #60B9B5; }
.floortable table.green th,
.floortable table.green td {		border-color: #52AC43; }
.floortable table.lightgreen th,
.floortable table.lightgreen td {	border-color: #A0CC1D; }
.floortable table.yellow th,
.floortable table.yellow td {		border-color: #EDB70F; }
.floortable table.purple th,
.floortable table.purple td {		border-color: #CB89CB; }
.floortable table.deeppurple th,
.floortable table.deeppurple td {		border-color: #9E88CC; }
.floortable table.blown th,
.floortable table.blown td {		border-color: #CB8754; }
.floortable table.brickred th,
.floortable table.brickred td {		border-color: #E45F25; }
