/* common */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	border-style: none;
}
.serif {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

/* header */
#info {
	color: #ffffff;
	background-color: #383838;
	padding: 5px 0;
}
#info p {
	margin: 0 auto;
	width: 1100px;
	font-size: 15px;
}
#top {
	position: relative;
	margin: 15px auto;
	width: 1100px;
}
#contact {
	position: absolute;
	bottom: 5px;
	right: 0;
}

/* navigation */
nav {
	height: 65px;
	background-image: url("../images/menu-bg.png");
	text-align: center;
	padding-top: 2px;
}
nav div {
	position: relative;
	display: inline-block;
}
.select {
	position: absolute;
	top: 0;
	opacity: 0;
	cursor: pointer;
	transition: opacity .4s;
}
.selected, .select:hover {
	opacity: .7;
}

/* foorter */
footer {
	padding-top: 30px;
	background-image: url("../images/foot.png");
	background-position: center;
	height: 300px;
}
footer div {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}
footer span {
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* index.html */
#air {
	height: 236px;
	background-image: url("../images/air.png");
	margin-top: -8px;
}
#content {
	margin: 0 auto;
	margin-top: -236px;
	width: 1100px;
	height: 550px;
	position: relative;
}
#leaves {
	position: absolute;
	right: 50px;
	top: -10px;
	z-index: -1;
}
#city {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
#catch {
	position: absolute;
	top: 60px;
	z-index: -1;
}
#buildings {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: -1;
}
#indexFooter {
	margin-top: 20px;
}

/* ~ index.html */
section {
	padding: 40px 0 20px 0;
	text-align: center;
}
section h1 {
	color: #91783b;
	font-weight: bold;
	font-size: 36px;
}
section p {
	margin-top: 10px;
	color: #777777;
	font-size: 18px;
	line-height: 1.2em;
}
#foot {
	background-image: url("../images/city2.png");
	width: 1062px;
	height: 100px;
	margin: 20px auto 0 auto;
	clear: both;
}

/* plan2.html, outline.html */
.tableLayout {
	color: #777777;
	margin: 0 auto;
	width: 1100px;
	padding: 50px 20px 0 20px;
	text-align: left;
}
.tableLayout article {
	float: left;
}
.tableLayout table {
	float: right;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.tableLayout tr {
	border-bottom: 1px solid #d4d4d4;
}
.tableLayout th {
	color: #91783b;
	font-weight: bold;
	vertical-align: top;
	width: 150px;
	padding: 10px 0;
	text-align: left;
}
.tableLayout td {
	padding: 10px 0;
}

/* plan2.html */
#shop td {
	width: 230px;
}

/* outline.html */
#outline h2 {
	color: #91783b;
	font-weight: bold;
	font-size: 15px;
}
#outline span {
	display: block;
	margin-bottom: 10px;
}
#outline td {
	width: 450px;
}

/* image.html */
#image {
	margin: 0 auto;
	border-spacing: 25px;
}
#image td {
	border: 1px solid #91783b;
	padding: 1px;
}
.image1 {
	background-position: center;
	width: 532px;
	height: 420px;
}
.image2 {
	background-position: center;
	width: 345px;
	height: 420px;
}

/* vacancy.html */
#wrapper {
	border: 1px solid #7e7151;
	padding: 1px;
	margin: 50px auto;
	width: 600px;
}
#vacancy {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
}
#vacancy td {
	color: #ffffff;
	background-color: #a59c86;
	padding: 5px 0;
	border: 1px solid #ffffff;
}
#vacancy td img {
	vertical-align: bottom;
	display: none;
}
.roomNo {
	font-family: "Georgia", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 36px;
}
.available {
	background-color: #7e7151 !important;
	cursor: pointer;
}
.available img {
	display: inline !important;
}