@charset "Shift_JIS";

/* ----------------------------
default setting 
------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../img/body_bg.gif) repeat-y center;
	text-align: center;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

hr {
	clear: both;
	margin: 5px 0;
	padding: 0;
	height: 2px;
	border: none;
	color: #E1E1E1;
	background: #E1E1E1;
}

/* ----------------------------
link text setting 
------------------------------ */

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

/* ----------------------------
Base Layout Setting 
------------------------------ */

#header,
#contents,
#footer {
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	background: #EBE9E6 url(../img/sidebar_bg.gif) no-repeat top;
}

#footer td{
	background: #999;
	color: #FFF;
	text-align: center;
}

/* ----------------------------
common setting 
------------------------------ */

/* image margin setting */
img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

/* Right Text link */
.linkRightTxt {
	font-size: 0.8em;
	text-align: right;
}

.linkRightTxt img {
	vertical-align: middle;
}

.rightTxt {
	text-align: right;
}

/* charactor */
.menseki {
	font-size: 0.5em;
	vertical-align: super;
}

/* page title setting */
.title {
	margin: 15px 0 20px;
}

/* Headline setting */
.headline {
	margin: 15px 0 10px;
}

/* underline */
.underline{
	border-bottom: 1px solid #DDDDDD;
}

/* ----------------------------
h1 setting 
------------------------------ */

h1 {
	float: right;
	width: 534px;
	padding-top: 11px;
	font-size: 0.8em;
	font-weight: normal;
}

/* ----------------------------
sidebar setting 
------------------------------ */

/* inquiry section */
#sideInquiry {
	margin-bottom: 15px;
	padding: 5px;
	background: #FFF;	
}

#sideInquiry p {
	margin: 0;
}

#sideInquiry p a img {
	margin: 5px 0 2px;
}

/* example navi section */
#sideExample {
	margin-bottom: 15px;
}

#sideExample ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sideExample li {
	display: inline;
	margin: 0;
	padding: 0;
}

#sideExample li a {
	display: block;
	margin: 1px 0;
	padding: 5px 5px 5px 20px;
	background: #FFF url(../img/arrow.gif) no-repeat 5px 8px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#sideExample li a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}

/* profit section */
#sideProfit {
	margin-bottom: 25px;
	padding: 5px;
	background: #FFF;	
}

#sideProfit p {
	margin: 0 0 8px;
}

#sideProfit p.linkRightTxt {
	margin-bottom: 2px;
}

/* banner section */
#sideBanner {
	text-align: center;
}


/* ----------------------------
font setting 
------------------------------ */

body {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;	
}

table {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

.big {
	font-size: 1.2em;
	line-height: 1.3em;
}

.small {
	font-size: 0.8em;
	line-height: 1.3em;
}

.red {
	color: #BC0039;
}

/* ----------------------------
top page 
------------------------------ */

#exOthers td {
	padding: 2px 0;
}

#topGaiyo {
	clear: both;
	padding: 10px;
	background: #EEEEEE;
}

#topGaiyo h5 {
	margin-bottom: 10px;
}

#topGaiyo p {
	margin: 10px 0 0;
}

#topGaiyo th {
	font-weight: normal;
	color: #FFF;
}

/* ----------------------------
madori info page 
------------------------------ */

.infoTable {
	margin: 20px 0;
}

.infoTable th {
	padding: 3px 5px;
}

.infoTable .roomNum {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
}

/* ----------------------------
setsubi page 
------------------------------ */

.setsubiTable th{
	padding: 3px;
	background: #54719C;
	color: #FFF;
}

.setsubiTable img {
	margin-bottom: 3px;
}

/* ----------------------------
syuhen page 
------------------------------ */

.accessTable {
	margin-bottom: 5px;
}

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

/* ----------------------------
toiawase page 
------------------------------ */

#submit {
	margin: 10px 0;
	text-align: center;
}