/* Template CSS File
   Created 2008.11.27
*/
/*  [Sample]
	margin: top right bottom left
	padding: top right bottom left
	border: width style color
	outline: width style color
	font: style variant weight size/height family
	background: color image repeat attachment position
*/

* {
	margin:0;
	padding:0;
	line-height: 130%;
}

/*************** [General] ***************/
html,body {
	height: 100%;
}
body {
/*	background-color: #E6E6FA; */
	color: #333333;
	font-family: 'ＭＳ ゴシック', 'Osaka－等幅';
	font-size: 12px;
	width: 950px;
	margin: auto;
}
a {
	color: #0000ff;
	text-decoration:underline;
	font-weight: normal;
}
a:hover {
	color: #ff3300;
	text-decoration:none;
}
img {
	border:none;
}

/*************** [Layout] ***************/
#container {
	text-align: left;
	background-color: #ffffff;
/*	border-top:10px solid #4682B4;
	border-left:1px solid #4682B4;
	border-right:1px solid #4682B4; */
}
#header{
	font-size: 14px;
}
#content{
	clear: both;
}
#crumb{
	font-size: 11px;
	margin-bottom: 10px;
}
#footer_signeture {
}
#footer_copyright {
/*	background-color: #4682B4;
	color: #ffffff; */
	clear: both;
	font-size: 12px;
	/*padding: 2px 2px;*//* 2009.11.11 Warita Del */
/*	text-align: center; */
}

/*** Inquiry Footer Fix ***/
div#calcArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #B0C4DE;
	padding: 10px 10px 10px 10px;
	font-size: 14pt;
	font-weight: bold;
}
#calcTitle {
	margin-left: 5px;
	float: right;
	width: 160px;
	text-align: right;
}
#calcTotal {
	background-color: #ffcccc;
	color: #000000;
	width: 160px;
	text-align: right;
	border: 2px solid #ff3300;
	display: inline;
	font-size: 16pt;
	padding-right: 4px;
	float: right;
	margin-right: 30px;
	margin-bottom: 5px;
}
#calcComment {
	clear: both;
	text-align: right;
	margin-right: 15px;
	font-size: 10pt;
	font-weight: normal;
}
div#calcAreaMargin {
	height: 50px;
}



/*************** [Table] ***************/
table {
	color: #333333;
	border:1px solid #999999;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
caption {
	color: #333333;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
th {
	background-color: #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 4px;
	text-align: center;
}
th a:hover {
	background: #666666;
	color: #ffffff;
	text-decoration: none;
}
tr,td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

/*************** [Form] ***************/
form {
	clear: both;
	/*margin-right: 20px;*//* 2009.11.11 Warita Del */
	padding: 0;
	font-size: 12px;
}
fieldset {
	border: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
legend {
	background:#ffffff;
	color: #006400;
	font-size: 14px;
	margin-bottom: 5px;
}
label {
	padding-right: 4px;
	padding-left: 4px;
}
input {
	clear: both;
	font-size: 12px;
	margin-bottom: 3px;
}
textarea {
	clear: both;
	padding: 0px 3px 1px 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
select {
	clear: both;
	padding: 1px 0px 1px 3px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 3px;
}

input[type=text] {
	padding: 1px 3px 1px 3px;
}
input[type=password] {
	padding: 1px 3px 1px 3px;
}
input[type=checkbox] {
	margin-right: 5px;
	vertical-align: middle;
}
input[type=radio] {
	margin-right: 5px;
}
input[type=submit] {
	display: inline;
	padding: 1px 2px;
	margin-top: 5px;
	margin-right: 5px;
	width: 120px;
}
input[type=reset] {
	display: inline;
	padding: 1px 2px;
	margin-top: 5px;
	margin-right: 5px;
	width: 120px;
}
input[type=button] {
	display: inline;
	padding: 1px 2px;
	margin-top: 5px;
	margin-right: 5px;
	width: 120px;
}

/*************** [Common] ***************/
div.disabled {
	color: #dddddd;
	display: inline;
}
div.required {
	color: #cc3300;
}
.error-message {
	display: none;
}
.form-error {
	background-color:#FFD700;
	border: 1px solid #000000;
}
.message {
	color: #ff3300;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.comment {
	font-size: 12px;
}
.comment2 {
	font-size: 16px;
}
.red {
	color: #ff3300;
}
.point {
	color: #ff3300;
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
	display: inline;
}
.red {
	color: #ff3300;
}
.bold {
	font-weight: bold;
}
.inline {
	display: inline;
}
.float {
	float: left;
}
.clear {
	clear: both;
}
.frame {
	border:1px solid #cccccc;
}
.open {
	display: block;
}
.close {
	display: none;
}
.altrow {
	background-color: #EEE8AA;
}
.num {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/***************************************************************************
Page Constant
***************************************************************************/

/*************** [Index] ***************/
/*==== Condition ====*/
#Condition {
}

#Condition img {
	margin-right: 5px;
}
#TitleCondition {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
#NormalCondition {
}
#DetailCondition {
}

/*==== List ====*/
#ListSort {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #cccccc;
}
#ListTitle {
	font-size: 14px;
	font-weight: bold;
}
#ListCount {
	text-align: right;
}
#ListPageMove {
	text-align: right;
}

.ListTourTag {
	margin-top:5px;
	clear:both;
	font-size: 12px;
	font-weight: normal;
}
.ListTourSubTitle {
	background:#FAF0E6;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}
.ListTourNew {
	text-align: right;
	font-weight: bold;
	color: #FF4500;
}
.ListTourTitle {
	background:#dddddd;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 4px;
}
.ListTourTitle a {
	background:#dddddd;
	font-weight: bold;
}
.ListTourImage {
	float: left;
	margin: 5px 15px 5px 5px;
}
.ListTourPrice {
	font-size: 24px;
	font-weight: bold;
	color: #FF4500;
	margin-top: 5px;
}
.ListTourDetail {
	color: #333333;
	margin-right: 15px;
	margin-bottom: 3px;
}
.ListItemTitle {
	float: left;
	width:100px;
	text-align:right;
	margin-right: 2px;
}
.ListTourPoint {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	margin-top: 9px;
	margin-left: 16px;
}

/*************** [View] ***************/
.ViewSectionTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 4px;
	margin-bottom: 5px;
	background:#B0E0E6;
}
/*==== Title ====*/
.ViewCodeTag {
	background:#ffffff;
}
.ViewCode {
	text-align: right;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}
.ViewTitleTag {
	background:#F0E68C;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.ViewNew {
	color: #FF4500;
	padding: 0px 5px 0px 5px;
}
.ViewSubTitle {
	font-size: 14px;
	padding: 0px 5px 0px 5px;
}
.ViewTitle {
	font-size: 16px;
	padding: 0px 5px 5px 5px;
}

/*==== Header ====*/
.ViewHeaderTag {
	margin-bottom: 10px;
}
.ViewImage {
	float: left;
	margin-right: 5px;
	width: 45%;
}
.ViewComment {
	float: left;
	width: 50%;
}

/*==== Schedule ====*/
.ViewScheduleGo {
	font-size: 14px;
}
.ViewScheduleTag {
	border: 1px solid #999999;
}
.ViewScheduleTag .title {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ViewScheduleTag td {
	padding: 2px 2px 2px 2px;
}

.ViewScheduleDate {
	width: 54px;
	text-align: center;
}
.ViewScheduleBody {
	/* width: 320px; */
}
.ViewScheduleMeal {
	width: 60px;
	text-align: center;
}
.ViewScheduleCity {
	width: 100px;
	text-align: center;
}
.ViewScheduleStay {
	width: 110px;
}

/*==== Regulation ====*/
.ViewRegulationTag {
	border: 1px solid #999999;
}
.ViewRegulationTag td {
	padding: 2px 2px 2px 2px;
}

.ViewRegulationTitle {
	font-weight: bold;
	text-align: right;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 110px;
}
.ViewRegulationBody {
}

/*==== Regulation ====*/
.ViewBasicTag {
	border: 1px solid #999999;
}
.ViewBasicTag td {
	padding: 2px 2px 2px 2px;
}

.ViewBasicTitle {
	font-weight: bold;
	text-align: right;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 150px;
}
.ViewBasicBody {
}

/*==== Calender ====*/
.ViewCalenderTag {
}
.ViewCalenderComment {
	text-size: 12px;
	text-weight: bold;
	margin-bottom: 5px;
}

.ViewCalenderComment div {
	float: left;
	padding: 3px 0px 3px 0px;
	margin-right: 5px;
	border:1px solid #999999;
	width: 150px;
	text-align: center;
}

.stockOK {
	cursor: pointer;
}
.stockSOON {
	cursor: pointer;
}
.stockNG {
	background:#C0C0C0;
	cursor: auto;
}
.stockCANCEL {
	background:#C0C0C0;
	cursor: pointer;
}

.ViewCalenderNavi {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ViewCalender .calTitle {
	background-color: #eeeeee;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}
.ViewCalender .calNum {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	height: 80px;
	vertical-align: top;
	width: 100px;
	empty-cells: show;
}
.ViewCalender .calPrice {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
.ViewCalender .calStock {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.ViewCalender .calSun {
	color: #ff3300;
}
.ViewCalender .calSat {
	color: #0033ff;
}
.ViewCalender .calDay {
	color: #333333;
}
.ViewCalender .calOver {
	background-color: #DCDCDC;
}

/*==== Rank ====*/
.ViewRank {

}
.ViewRank .ViewTitle {
	background-color: #eeeeee;
	padding: 10px 10px 10px 10px;
}
.ViewRank .ViewTitle1 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.ViewRank .ViewTitle2 {
	text-align: right;
	font-size: 12px;
}

.ViewRank .ViewSubTitleRank {
	background-color: #eeeeee;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	padding: 10px 5px 10px 5px;
	width: 7%;
}
.ViewRank .ViewSubTitleRoom {
	background-color: #eeeeee;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	padding: 10px 5px 10px 5px;
	width: 23.25%;
}
.ViewRank .RankName {
	text-align: center;
	font-size: 15px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}
.ViewRank .RankPrice {
	text-align: center;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}


.ViewRank .CommentTitle {
	background-color: #eeeeee;
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}
.ViewRank .RankComment {
	padding: 10px 10px 10px 10px;
}

/*==== AddPrice ====*/
.ViewAddPriceTag {
	border: 1px solid #999999;
}
.ViewAddPriceTag td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.ViewAddPriceTitleName {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
	width: 580px;
}
.ViewAddPriceTitlePrice {
	font-weight: bold;
	text-align: center;
	background-color: #eeeeee;
}
.ViewAddPriceName {
	padding-left: 10px;
	padding-right: 10px;
	width: 580px;
}
.ViewAddPriceRemark {
	text-align: center;
}

/*==== Surcharge ====*/
.ViewSurchargeTag {
}
.ViewSurchargeTitle {
	font-weight: bold;
	text-align: right;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 120px;
}
.ViewSurchargeBody {
}

/*==== Sponsor ====*/
.ViewSponsorTag {
}
.ViewSponsorTitle {
	font-weight: bold;
	text-align: right;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 120px;
}
.ViewSponsorBody {
}

/*************** [Inquiry] ***************/
.InquirySelect {
	border: 1px solid #C71585;
	padding: 4px 4px 4px 4px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
}
.InquirySelectTitle {
	margin-bottom: 10px;
	font-weight: bold;
}
.InquirySelectListTitle {
	margin-left: 3px;
	margin-bottom: 10px;
}
.InquirySelectItem {
	margin-left: 10px;
	margin-bottom: 5px;
}

.InquirySection {
	background-color:#8FBC8F;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.InquiryRow {
	margin-left: 10px;
	margin-bottom: 2px;
}
.InquiryRow .required {
	font-weight: normal;
	color: #333333;
}
.InquiryRow .error-message {
	display: none;
}
.InquiryRow .form-error {
	background-color:#ffcccc;
/*	border: 1px solid #666666; */
}

.InquiryComment {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.line {
	border-bottom: 1px solid #999999;
}
label.room {
	width: 336px;
	float: left;
	margin-top: 5px;
}
input[type=button].InquiryAddButton {
	width: 100px;
	margin-left: 12px;
}

/*************** [Confirm] ***************/
.ConfirmSection {
	background-color:#8FBC8F;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ConfirmTitle {
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
}
.ConfirmItem {
	margin-left: 20px;
	font-weight: normal;
}

.ConfirmRule {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #333333;
}
.ConfirmRule textarea {
	margin-top: 15px;
	width: 500px;
	height: 300px;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
}

/*************** [Result] ***************/
.ResultFrame {
	text-align: center;
}
.ResultBody {
	width: 90%;
	border: 1px solid #333333;
	padding: 10px 5px 10px 5px;
}
.ResultName {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	background-color:#ffffcc;
}
.ResultComment {
	font-size: 14px;
	text-align: left;
}
.ResultBodyB {
	width: 90%;
	border: 3px solid #333333;
	padding: 10px 5px 10px 5px;
}

/*************** [Sitemap] ***************/
.SitemapArea {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
}
.SitemapCountry {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 15px;
	float: left;
}
.SitemapArrival {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
}
.SitemapDepartrue {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 15px;
	float: left;
}
