@charset "utf-8";

* {
	font-family:"メイリオ", "Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a,a:link {
	color:#0000FF;
	text-decoration:underline;
}

.gotoform {
	clear:both;
	text-indent:-9999px;
}
.gotoform a {
	float:right;
	display:block;
	width:250px;
	height:40px;
	padding:5px 0;
	background:url(../image/gotoform_s.png) no-repeat;
}

.gotoform a:hover {
	background:url(../image/gotoform_s_on.png) no-repeat;
}

.price input {
	border:1px solid #333 !important;
}
/*----------------------------------------------------
	汎用スタイル
----------------------------------------------------*/

.imgR {
	float:right;
	margin-left:10px;
}

.price h4 {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.price ul.nav_erea {
	margin-bottom:10px;
}

ul.nav_erea li {
	float:left;
	padding-right:10px;
	margin-right:10px;
	list-style:none;
	border-right:1px solid #ccc;
}

dl.price_area {
	padding-top:10ox;
	width:100%;
	border:2px solid #ff6600;
}

dl.price_area dt {
	float:left;
	padding:5px 10px 5px 26px;
	background:#ff6600 url(../image/icon_search.png) no-repeat 2px;
	color:#fff;
	font-weight:bold;
}

dl.price_area dd {
	float:left;
	padding:5px 10px;
}

.notice {
	padding:10px;
	border:1px solid #ccc;
}

.notice ul li {
	list-style:none;
}


/*----------------------------------------------------
	料金表
----------------------------------------------------*/

#price_table h3 {
	margin-bottom:10px;
	padding:5px 10px;
	background:#ff6600;
	color:#fff;
	font-size:18px!important;
	border-bottom:0px!important;
}

#price_table .price_left .head,
#price_table .price_right .head {
	margin-bottom:10px;
}

#price_table .price_left h4,
#price_table .price_right h4 {
	clear:both;
	margin-bottom:5px;
	color:#ff6600;
	font-size:24px;
}

.price_left {
	float:left;
	width:370px;
	margin-bottom:10px;
}

.price_right {
	float:right;
	width:370px;
	margin:0 0 10px 10px;
}

table{
	float:left;
	width:100%;
	empty-cells:show;
	border:1px solid #ccc;
	border-collapse:collapse;
	background:#fff;
	color:#000;
}
caption{
	padding:5px;
	caption-side:top;
	background:#FF6600;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
th,td {
	padding:5px 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:13px;
	text-align:center;
	background:#fff;
	color:#000;
}
.holiday{
background-color:#ffd9b2;
}
.suntop{
background-color:#ffd9b2;
color:#FF0000;
}
.sun{
background-color:#ffd9b2;
}
.sattop{
background-color:#d3e4f5;
color:#0000FF;
}
.sat{
background-color:#d3e4f5;
}


/* タブメニュー */

.TabbedPanels {
	margin:0 0 10px 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	width:62px;
	float: left;
	margin-right:10px;
	color:#0066FF;
	background:#DBF1FF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	line-height:62px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

li.old {
	float:left;
	width:32px;
	list-style:none;
	color:#333;
	background:#eee;
	border:1px solid #ccc;
	line-height:32px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

li.old:hover {
	background:#0066FF;
	color:#fff;
}

.TabbedPanelsTabHover {
	color:#fff;
	background: url(./img/btn_active.png);
}

.TabbedPanelsTabSelected {
	color:#fff;
	background: url(./img/btn_active.png);
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding-top: 10px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
