@import "common.css";

div#main-back{
	background-color:#FFF;
	width:670px;
}
/*IE6*/
* html div#main-back{
	padding-left:65px;
}
/*IE7*/
*+html div#main-back{
	padding-left:80px;
}
/*others(not IE)*/
html>body div#main-back{
	padding-left:80px;
}

div#main{
	width:660px;
	background-color:#FFF;
	clear:left;
	/*margin:0px 20px 0px 20px;
	*/
}
	div#main div#block-A{
		float:left;
		width:212px;
	}
	div#main div#block-B{
		float:right;
		width:410;
		margin-right:30px;
	}
	div#main div.block-C{
		clear:both;
		padding:15px 0 5px 0;
	}
	div#main div.block-D{
	clear:both;
	padding:15px 0 5px 0;
	position:relative;
	visibility: visible;

	}

	
	

.style2 {font-size: 10px}
.style3 {	
	font-size: 12px;
	font-weight: bold;
}
.style4 {color: #FF0000}
h2.style5{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:20px;
	height:30px;
	margin-top:5px;
}
.css1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.css1 a:link {color:blue; text-decoration:none;}
.css1 a:visited {color:blue; text-decoration:none;}
.css1 a:hover {color:red; text-decoration:none;}

p#roomTable{
	width:584px;
	height:310px;
	background: #fff url(../japanese/house/east_tokyo/gotanno/bg1.jpg) no-repeat;
	position:relative;
	margin-bottom:5px;
}

div#roomTable{
	width:584px;
	height:310px;
	background: #fff url(../japanese/house/east_tokyo/gotanno/bg1.jpg) no-repeat;
	position:relative;
	margin-bottom:5px;
	visibility: visible;

}

table#room{
	padding:10px 0 0 20px;
	background-color:#FFF;
	width:535px;
	height:270px;
	border:solid 1px;
	border-collapse:separate;
	border-color:#000;
	position:absolute;
	top:23px;
	left:27px;
	visibility: visible;

}

/* not IE*/
html>/**/body table#room{
	padding:0;
	top:21px;
}

	table#room th{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:20px;
		text-align:center;
		border:solid 1px;
		border-collapse: separate;
		border-color:#000;
		background-color:#FFF;
		
	}
	table#room td{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:20px;
		text-align:center;
		border:solid 1px;
		border-collapse: separate;
		border-color:#000;
		background-color:#FFF;
	}

/*IE6*/
* html h2{
	padding-bottom:5px;
}
/*IE7*/
*+html div#main-back{
	padding-bottom:5px;
}

h3{
	margin-bottom:10px;
	font-size:20px;
}

img.img-style1{
	margin-top:5px;
}

/*IE6,7*/
* html img#houseLogo{
	width:754px;
	height:149;
}

/* not IE*/
html>/**/body img#houseLogo, *:first-child+html img#houseLogo{
	width:750px;
	height:149;
}

/* ================================================================ 
   application button 
=================================================================== */
div#application a span {
display:none;
}
div#application a{
display:block;
width:199px;
height:37px;
background-image:url(../english/images/second/mosikomi.jpg);
background-repeat:no-repeat;
}
div#application a:hover {
background-image:url(../english/images/second/mosikomi2.jpg);
background-repeat:no-repeat;
} 
