/* CSS Document */

@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　スタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 index.html
--------------------------------------------------------------------------------------- */

.index-txt {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 15px;
}

.index-txt h1 { font-size: 14px; }


/* --------------------------------------------------------------------------------------
 FeaturedDestinations/index.html
--------------------------------------------------------------------------------------- */

#AllColumn .Line {
	border-bottom: 1px solid #D1CBB3;
	font-weight: bold;
	font-size: 14px;
	line-height: 3em;
	margin-top: 25px;
}

.BoxAll .featuerList {
	float: left;
	width: 230px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.BoxAll .featuerList dd { font-size: 10px; }

.BoxAll .featuerList a { text-decoration: none; }
.BoxAll .featuerList a:hover { text-decoration: underline; }

.txtG { color: #999999; }

.errorTxt,
.message {
	color: #FF0000;
}

.InfoTbl {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}

.InfoTbl th {
	font-weight: normal;
	text-align: right;
	padding: 3px 5px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 1.5;
}

.InfoTbl td {
	padding: 3px 5px 10px 15px;
	vertical-align: middle;
	line-height: 1.5;
}

.InfoTbl input { vertical-align: middle; }

.thanks {
	display: block;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 200px;
}

.plan_list {
	margin: 20px 10px 20px 40px;
	list-style-type: disc;
}

.plan_list li { margin-top: 10px; }

.plan_list li strong { font-size: 12px; }

.plan_list li table td {
	padding: 3px 5px 0px 0px;
}

/* --------------------------------------------------------------------------------------
 InternetPrivacyStatement/index.html
--------------------------------------------------------------------------------------- */

.privacy h2 {
	margin-top :50px;
	font-size: 14px;
}

.privacy_list {
	margin-left:45px;
	list-style-type: disc;
}

.privacy_list a:link {	color: #000000;	text-decoration: none;}
.privacy_list a;visited {	color: #466788;	text-decoration: none;}
.privacy_list a:hover {	color: #000000;	text-decoration: underline;}


/* --------------------------------------------------------------------------------------
 TermsofUse/index.html
--------------------------------------------------------------------------------------- */

.terms ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 15px;
}


/* --------------------------------------------------------------------------------------
 serviceandamenities.html
--------------------------------------------------------------------------------------- */

.service h2 { margin-top :10px; }

#main .BoxAll {
	clear: both;
	width: 736px;
}

#main .BoxAll .maplist {
	float: left;
	width: 170px;
	margin-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .service_list {
	margin: 20px 10px 20px 40px;
	list-style-type: disc;
}

#main .service_list li { margin-top: 10px; }

.sitemap { padding-bottom: 80px; }


/* --------------------------------------------------------------------------------------
 RequestInformation
--------------------------------------------------------------------------------------- */

.formTxtField01 {
	width: 100px;
}

.formTxtField02 {
	width: 50px;
}

.formTxtField03 {
	width: 250px;
}

.formTxtField04 {
	width: 240px;
}

.formTxtField05 {
	width: 100px;
	margin: 2px 0;
}

#request-information {
	width: 650px;
}

#contact-time {
	height: 16px;
	vertical-align: bottom;
}

#contact-time input,
#contact-time select {
	vertical-align: bottom;
	margin: 0 4px 0 0;
	float: left;
}

#contact-time label {
  display: block;
	padding: 2px 0px;
	line-height: 16px;
	float: left;
}

#bBackWrapper,
#bSubmitWrapper {
	float: left;
}

#bSubmitWrapper {
	margin: 0 0 0 15px;
}

/* --------------------------------------------------------------------------------------
 Admin
--------------------------------------------------------------------------------------- */

#AppForm {
	padding: 10px 0 0 0;
	margin: 5px 0 25px 0;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	width: 520px;
}

#download {
	margin: 10px 0;
}



/* --------------------------------------------------------------------------------------
 press.html
--------------------------------------------------------------------------------------- */
#main .BoxAll ul.prelist01 li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .BoxAll ul.prelist01 li a {
	padding-left: 18px;
	background: transparent url(../img/icon_pdf01.gif) no-repeat left top;
}



