/*エリアスタイル*/
#title-img	{
	text-align: center;
	}
	
#contents	{
	background-color: #ffffff;
	width: 100%;
	}

#note	{
	width: 640px;
	text-align: left;
	}

.backbutton	{
	font-size: small;
	line-height: 145%;
	width: 640px;
	border-top: 1px solid #666666;
	padding-top: 5px;
	text-align: center;
	}
	
/*グローバルスタイル*/
UL	{
	margin-left: 20px;
	margin-top: 0px;
	}
	
UL li	{
	list-style: square;
	font-size: small;
	line-height: 145%;
	color: #333333;
	margin-left: 0px;
	list-style-position: outside;
	}

.DotLine	{
	width: 100%;
	border-top: 1px dashed #999999;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	}
	
/*テーブルスタイル*/	
table.price	{
	width: 640px;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	}

table.price td	{
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	padding: 3px 3px 3px 3px;
	font-size: small;
	line-height: 130%;
	}

table.pricetable-01	{
	width: 640px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}

table.pricetable-01 th	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	font-size: small;
	line-height: 130%;
	background-color: #cc9966;
	color: #ffffff;
	text-align: center;
	}

table.pricetable-01 td	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	background-color: #EEEEE0;
	font-size: small;
	color: #000000;
	line-height: 130%;
	}

table.pricetable-01 td.date	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	background-color: #ddddd0;
	font-size: small;
	color: #000000;
	line-height: 130%;
	}



table.pricetable-02	{
	width: 640px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	}

table.pricetable-02 th	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	font-size: small;
	line-height: 130%;
	background-color: #cc9966;
	color: #ffffff;
	text-align: center;
	}

table.pricetable-02 td	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	background-color: #fff9d6;
	font-size: small;
	color: #000000;
	line-height: 130%;
	text-align: center;
	}

table.pricetable-02 td.date	{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding: 3px 3px 3px 3px;
	background-color: #ddddd0;
	font-size: small;
	color: #000000;
	line-height: 130%;
	text-align: center;
	}


table.tourschedule	{
	width: 640px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	}

/*薄紫*/
table.tourschedule th.midashi-01	{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #D359AB;
	padding: 3px 3px 3px 3px;
	}

table.tourschedule th.date-01	{
	font-size: small;
	font-weight: bold;
	color: #111111;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #FFC5EC;
	text-align: center;
	padding: 3px 3px 3px 3px;
	}

/*濃い赤*/
table.tourschedule th.midashi-02	{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #782727;
	padding: 3px 3px 3px 3px;
	}

table.tourschedule th.date-02	{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	background-color: #782727;
	text-align: center;
	padding: 3px 3px 3px 3px;
	}
	
	
table.tourschedule td	{
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	}

table.tourschedule td.foodstyle	{
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	vertical-align: bottom;
	white-space: nowrap;
	width: 68px;
	text-align: center;
	}
	
table.coursepoint	{
	width: 640px;
	}

table.coursepoint td	{
	background-color: #FFFFCC;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: small;
	line-height: 130%;
	}

table.footer-note	{
	width: 640px;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	}

table.footer-note td	{
	background-color: #FFFFCC;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: smaller;
	line-height: 130%;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}

table.hotellist	{
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	}

table.hotellist td	{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: smaller;
	line-height: 130%;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}

table.hotellist th.plan	{
	background-color: #aaaaaa;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: smaller;
	line-height: 130%;
	font-weight: normal;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}

table.hotellist th.place	{
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: smaller;
	line-height: 130%;
	font-weight: normal;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}

/*フォントスタイル*/
.subindex	{
	font-size: small;
	text-align: center;
	width: 100%;
	line-height: 135%;
	}

.day	{
	font-size: small;
	font-weight: bold;
	line-height: 130%;
	}

.time	{
	font-size: small; 
	display: inline;
	font-weight: bold;
	width: 45px;
	display: inline;
	vertical-align: top;
	}

.action	{
	font-size: small; 
	width:475px;
	vertical-align: top;
	display: inline;
	left: 10px;
	position: relative;
	}

.stay	{
	font-size: small;
	padding-left: 45px;
	display: block;
	}

.smaller	{
	font-size: smaller;
	line-height: 135%;
	}

.icon	{
	border: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 3px 3px 3px 3px;
	width: 475px;
	}

.contact	{
	text-align: center;
	font-size: smaller;
	line-height: 130%;
	color: #333333;
	}

.large	{
	font-size: 14px;
	line-height: 155%;
	color: #455F90;
	}

.basic	{
	font-size: 12px;
	line-height: 145%;
	color: #585C62;
	}

.indent	{
	padding: 0px 15px 15px 15px;
	}
	
/* ツアー特約表示 */
#attension-box	{
	width: 640px;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 15px;
}

#attension-box .red-txt	{
	color: #ff0000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffaa99;
}

#attension-box .spaces	{
	padding: 15px;
	font-size: 11px;
	line-height: 145%;
}

table.notice-table	{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.notice-table th	{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background: #eeeeee;
}

table.notice-table th.case	{
	background: #fcfcfc;
	text-align: left;
}

table.notice-table td	{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background: #ffffff;
	white-space: nowrap;
}


/* ツアー情報 */
#tour-box-outer	{
	background-color: #e5e5e5;
	padding: 4px;
	width: 600px;
}

#tour-box-inner	{
	background-color: #ffffff;
	border: 1px;
	border-color: #b5b5b5;
	border-style: solid;
	padding: 10px;
}

.tour-title	{
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #222244;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.tour-title-for	{
	font-size: 12px;
	color: #4648A8;
	line-height: 145%;
	font-weight: bold;
}

table.price	{
				border-top: 1px solid #cccccc;
				border-left: 1px solid #cccccc;
				width: auto;
				}
				
table.price th	{
				border-right: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
				font-size: 12px;
				color: #333333;
				font-weight: normal;
				background: #eeeeee;
				}

table.price td	{
				border-right: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
				font-size: 11px;
				color: #ff0000;
				font-weight: bold;
				background: #ffffff;
				white-space: nowrap;
				}