@charset "utf-8";


.orenji_title {
	width: 663px;
	height: 30px;
	background: url(../img/h3_bg.jpg) no-repeat;
}

/* 見出し内 目的地カラー */
.destination {
	color: #9AB531;
	margin: 0 1em 0 0;
}

/* 各項目エリア */
.article {
	width: 660px;
	position: relative;
	background-color: #F8F6F0;
	border: 1px solid #EFEFED;
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.course dl { /* .courseはコース日程 */
	width: 638px;
	background: #F8F6F0;
	padding-right: 5px;
	padding-left: 5px;
}
*+html .article p {
	margin: 10px auto;
}
.article p:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article p {
    height: 1em;
    overflow: visible;
}
/**/

/* コース日程 */
.course dt {
	clear: left;
	float: left;
	width: 5em;
}
.course dd {
	margin: 0 0 0.4em 5em;
	zoom: 1;
}

/* カレンダー */
#description {
	position: absolute;
	right: 10px;
	top: 8px;
}
#description li {
	background: url(../img/header_icon02.gif) left center no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	display: inline;
}

#calendar {
    border-top: 1px solid #ACB9DB;
    border-left: 1px solid #ACB9DB;
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFF;
    empty-cells: show;
	width: 100%;
}
#calendar th {
    border-right: 1px solid #ACB9DB;
    border-bottom: 1px solid #ACB9DB;
    text-align: center;
	padding: 4px;
}
#calendar td {
    border-right: 1px solid #ACB9DB;
    border-bottom: 1px solid #ACB9DB;
    text-align: left;
	padding: 4px;
}

/* 料金表 */
#rate_table {
    border-top: 1px solid #ACB9DB;
    border-left: 1px solid #ACB9DB;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	margin: 10px 10px 10px 0;
	float: left;
}
#rate_table th {
    border-right: 1px solid #ACB9DB;
    border-bottom: 1px solid #ACB9DB;
    text-align: center;
	background: #004698;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
}
#rate_table td {
    border-right: 1px solid #ACB9DB;
    border-bottom: 1px solid #ACB9DB;
    text-align: right;
	padding: 4px;
}

#rate_description {
	padding: 15px 0 0;
	font-size: 11px;
	float: right;
	background: #FFF;
}
#rate_description p {
	width: 270px;
	background: #FFF;
	border: none;
	padding: 2px 0 2px 3em;
	text-indent: -2.9em;
	margin: 0;
}


/* カレンダー・料金表　配色 */
th.sunday {
    background: #FFEACE;
}
th.saturday {
	background: #D9E5FF;
}
th.weekday {
	background: #F3F3F3;
}
td.sunday span {
	color: #FF5200;
}
td.saturday span {
	color: #004698;
}
td.weekday span {
}

td.orange {
	background: #FFFBF4;
}
td.blue {
	background: #F7F9FF;
}
td.pink {
	background: #FFF6F9;
}
td.gray {
	background: #F3F3F3;
}

/* カレンダー説明コメント */
.calendar_comment {
	width: 660px;
	position: relative;
	background-color: #FFFF;
	border: 1px solid #5D8DDD;
	background-position: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

