/* -----------------------------------------------

	ALL

//  Styling for layout sections like the header, nav, index body, and footer.

----------------------------------------------- */

body {
	background-repeat: repeat;
}

header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 375px;
	background-image: url(../images/inheader_bg.png);
    background-position: center;
	width: 100%;
	background-repeat: no-repeat;
}
header h1 {
	text-align: left;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}

.headercontents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

nav {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
nav li {
	float: left;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

/* 

// -------------------------------------------------------------------------

// CONTENTS

// -------------------------------------------------------------------------

*/
#contents {
	background-image: url(../images/incontents_bg.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapper h1 {
	padding-top: 30px;
	padding-bottom: 30px;
}


.entrance {
	background-image: url(../images/facility/entrance.png);
	width: 170px;
	height: 170px;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-right: 740px;
	line-height: 150%;
}

.twin {
	background-image: url(../images/facility/twin.png);
	width: 300px;
	height: 190px;
	margin-bottom: 50px;
	padding-top: 80px;
	line-height: 150%;
	padding-left: 610px;
}

.washitsu {
	background-image: url(../images/facility/washitsu.png);
	width: 290px;
	height: 170px;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-right: 620px;
	line-height: 150%;
	background-repeat: no-repeat;
}

.dinning {
	background-image: url(../images/welcome/dinning.png);
	width: 300px;
	height: 190px;
	margin-bottom: 50px;
	padding-top: 80px;
	line-height: 150%;
	padding-right: 610px;
}

.senmen {
	background-image: url(../images/facility/senmen.png);
	width: 290px;
	height: 170px;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-right: 620px;
	line-height: 150%;
	background-repeat: no-repeat;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/

footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	height: 305px;
}
.footerContents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	color: #FFFFFF;
	bottom: 50px;
}
footer .left {
	float: left;
	width: 860px;
}
footer .name {
	font-size: 1.2em;
	padding-top: 10px;
}
footer .add {
	padding-left: 0px;
	clear: both;
}
footer dt {
	font-weight: bolder;
}
footer dl {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
}
footer .right {
	float: right;
	height: 60px;
	width: 125px;
}
footer .pagetop {
	float: right;
	height: 60px;
	width: 125px;
	padding-top: 20px;
}
footer .copy {
	color: #FFFFFF;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footer_contents .name {
	font-size: 1.6em;
	color: #0C0;
}
footer nav{
	float: left;
	padding-top: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
}
footer nav ul{
	clear: both;
}
footer nav li{
	font-size: 1em;
	float: left;
	color: #FFF;
}
footer nav li a{
	color: #FFFFFF;
}
