@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------

reservation TopPage

-------------------------------------------------- */
.reserveBk{
	background-image: url(../reservation/img/tama_bk.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 243px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#columnMain ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

#columnMain ul li {
	background-position: left 7px;
	background-image: url(../img/list_square.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
}

.reserveBk p {
	width: 350px;
}

#columnMain h3,h4,h5,h6{
	margin-bottom:15px;
}

.grayDot {
	background-image: url(../img/dot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.reserveTb{
	width:650px;
	margin-bottom:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}

.reserveTb th{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F5F5F5;
	text-align:center;
} 

.reserveTb tr td{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	text-align:center;
}
.type {
	width: 280px;
	text-align: center;
} 
.room {
	width: 150px;
}

.reserveTb .textLeft {
	text-align: left;
}

.smallText {
	font-size: 90%;
}



/* --------------------------------------------------

reservation NakaPage

-------------------------------------------------- */

#pageContainer{
	width:560px;
	margin:0 auto;
	text-align:left;
}

#pageContainer p{
	margin-left:20px;
}

#pageContainer h1{
	width:500px;
	margin:15px 0 15px 20px;
	text-align:left;
}

#pageContainer iframe{
	width:560px;
	border:none;
	overflow:auto;
}

.wdClose{
	width:500px;
	margin:20px 0 0 20px;
	border-bottom:#CCCCCC solid 60px;
	text-align:right;
}

.wdClose img{
	margin-bottom:20px;
}

#yoyakuFrame{
	height:500px;
	overflow-x: scroll;
}