@import url(/HpCss/ydf2_common.css);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script:400,700);
*{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-break: normal;
	padding: 0px;
	word-break: normal;
}
img{
	border: 0px none #ffffff;
}
html{
	background: url('/SSL/www.hachijo-diving.com/images/l_bg.gif') left -100px repeat-x #4d0d00;
}
body{
}
.English{
	font-family: 'Oleo Script', cursive;
	font-weight: normal ! important;
	text-shadow: 1px 1px 1px #cecece;
	font-size: small;
}

/****************************/
input,textarea,select{
	/* IE8+XPで表示不具合があるため削除 */
	/*font-family: "MS UI Gothic";*/
}
input[type=image],
input[type=image]:focus{
	cursor: pointer;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type="file"]
{
	min-height: 30px;
}
input.Textbox{
	width: 98%;
	background-color: #ffffff;
	background-image: none;
}
textarea{
	height: 20em;
	width: 98%;
}
.StdBtn{
	width: 170px;
	height: 30px;
	border: 0;
  cursor: pointer;
	color: #000;
	font-size: small;
	background: url('/SSL/www.hachijo-diving.com/images/btn.gif') no-repeat 0 transparent;
}
.SmallBtn{
	background: url('/HpImages/common/btn.png') repeat 0 #ea5c00;
	height: 10px;
	border: 1px outset #fafad2;
  cursor: pointer;
	color: #fff;
	font-size: 9pt ! important;
	margin: 1px 2px;
	padding: 1px 2px;
	text-decoration: none;
}

/**************************/
/* 大外枠 */
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 980px;
	min-width: 976px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border-left: 0px solid #2F6075;
	border-right: 0px solid #2F6075;
	background: #fff;
	margin: 0px auto;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	width: 100%;
	height: 100px;
	overflow:hidden;
	background: url(/SSL/www.hachijo-diving.com/images/l_header.gif) no-repeat left top #fff;
}
div.Bodyheader h1{
	color: #000;
	height: 20px;
	padding-top: 70px;
	font-weight: bold;
	font-size: small;
	border: 0px solid #ff0000;
	text-align: left;
	margin-left: 140px;
}
div.Bodyheader a{
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	display: block;
	height: 100px;
	width: 220px;
	float: left;
}
div.Home div.Bodyheader{
	display: none;
}
div.Flash{
	width: 100%;
	position: relative;
	height: 260px;
}
div.Flash span{
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}
div.Home div.Flash{
	height: 360px ! important;
	overflow: hidden;
	margin: 0;
}
div.Home div.Flash span{
	background: url(/SSL/www.hachijo-diving.com/images/l_toplogo.png) no-repeat left top;
}
/****** SubMenu(dropmenu) ******/
nav{
	background: url(/SSL/www.hachijo-diving.com/images/menu_bg.png) repeat-x left top #fff;
	height: 65px;
}
nav div.Menus{
	z-index: 30;
	background-image: none;
	width:  100%;
	margin: 0px auto;
	text-align: center;
	padding-left:4px;
}
nav div.Menus a{
	margin-top: 10px;
	color: #000;
	width: 118px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-size: 10pt;
	border-left: 1px solid #fff;
	border-right: 1px solid #cecece;
}
nav div.Menus div.English{
	padding-top: 3px;
	font-weight: bold;
	font-size: 16pt;
	height: 25px;
	margin-top :0;
	display: block;
}
nav div.Menus a:hover{
	color: #0000cd;
}

div.Menus{
	width:  990px;
	text-align: center;
	height: 65px;
	background: url(/SSL/www.hachijo-diving.com/images/l_menu_bg.gif) repeat-x left top;
	padding-left: 4px;
}
div.Home div.Menus{
}
/****** SubMenu(dropmenu) ******/
div.Menus .dropdown{
	list-style:none;
}
div.Menus ul{
	margin: 0;
}
div.Menus li{
	position:relative;
	float:left;
	display: block;
	margin-right: 1px;
}
div.Menus .dropdown ul{
	width:236px;
	position: absolute;
	top: 66px;
	left: 0px;
	display:none;
	background: url('/HpImages/bg_w.png') center repeat #2569e3;
	list-style:none;
	z-index: 9;
	border: 2px solid #2569e3;
}
div.Menus .dropdown ul li{
	display: inline;
	text-align: left;
}
div.Menus .dropdown ul li a, 
div.Menus .dropdown ul li a:active,
div.Menus .dropdown ul li a:visited {
	font-weight: bold;
	padding: 5px;
	color: #000;
	display:block;
	text-decoration:none;
	width:230px;
	font-size: 10pt;
}
div.Menus .dropdown ul li a:hover{
	background: #000080;
	color: #fff;
}
/****** SubMenu(dropmenu)ここまで ******/

/****** コンテンツ表示 ******/
div.Bodys{
	background: url(/SSL/www.hachijo-diving.com/images/body_bg.gif) no-repeat top center #fff;
	width: 100%;
	padding: 15px 0px 15px 0px;
	overflow: auto;
	/overflow: visible;
	z-index: 1;
}
.YdfBodys{
	vertical-align: top;
	text-align: center;
	line-height: 1.2em;
	float: left;
	margin: 5px 0px 0px 20px;
	min-width: 685px;
	max-width: 900px;
}
td.Pickup{
	width:220px;
	vertical-align: top;
}
div.SideMenu{
	margin: 5px 5px 0px 0px;
	width: 180px;
	float: left;
}
div#PageMenu{
}
div.SubMenu h2,
div#PageMenu h2{
	font-size: 12pt;
}
div#PageMenu a{
	display:block;
	padding: 5px;
	width: 180px;
	text-align: left;
	color:#000;
	text-decoration:none;
	border: 1px solid #d7f5ff;
	border-left: 7px solid #2658e2;
	margin: 5px 0;
	background: #f0fcff;
}
div#PageMenu a:hover{
	border-left: 7px solid #e3360c;
}
/********* コメント表示 *********/
div.PageComment{
	background: url('/SSL/www.hachijo-diving.com/images/comment_bg.png') left top no-repeat;
	height: 250px;
	margin-bottom: 5px;
}
#PageTitle{
	text-align: left;
	font-family:"ＤＦＰ平成明朝体W9","HG明朝B","HG明朝B","ＭＳ Ｐ明朝";
	font-weight: bold;
	font-size: 20pt;
	color: #3C1A0C;
	padding-left: 60px;
	padding-top: 15px;
}
#Comments{
	margin-left: 40px;
	text-align: left;
	height: 150px;
	padding: 15px 0px 10px 10px;
	line-height: 1.2em;
	font-weight: bold;
	width: 540px;
	word-break: break-all;
}

/****** テーブル用クラス ******/
hr{
	width:98%;
	color: #D6A899;
}

/* 汎用テーブル */
table.Layout{
	width: 700px;
	border-collapse: collapse;
	margin: 10px auto;
}
table.Layout td{
	text-align: left;
	border:0px solid #000000;
	padding: 5px 0px;
}
table.Layout td a{
	text-decoration:none;
	display: inline;
}
table.Layout td a:hover{
	text-decoration:underline;
}
table.Basictable{
	width: 700px;
	border-collapse: collapse;
	margin: 10px auto;
	background-color: #ffffff;
}
table.Basictable tr.Empty,
table.Basictable th.Empty,
table.Basictable td.Empty{
	vertical-align: top;
	background-image: none ! important;
	background-color: transparent ! important;
	border: 0px none #000000 ! important;
}
table.Basictable th{
	background-image: none;
	text-align: center;
	padding: 3px;
	background-color: #0098F0;
	color: #fff;
	border:5px solid #D7F5FF;
}
table.Basictable td{
	background-color: #F3FDFF;
	text-align: left;
	padding: 5px 0px;
	color: #000;
	border: 5px solid #D7F5FF;
	line-height: 1.5em;
}
table.ReserveConfirm{
	border-collapse: collapse;
}
table.ReserveConfirm th,
table.ReserveConfirm td,{
	border: 1px solid #000000;
}
.Caption{
	/*background: url('/SSL/www.hachijo-diving.com/images/caption.gif') no-repeat left top #fff ! important;*/
	color: #000 ! important;
	border: 0px solid #ffffff ! important;
	font-size: 14pt;
	font-weight: bold;
	text-align: left ! important;
	padding-left: 100px ! important;
}
div.Title{
	color: #000 ! important;
	border: 5px solid #def7ff ! important;
	background: #fff;
	font-size: 14pt;
	font-weight: bold;
	text-align: left ! important;
	padding: 5px;
}

/* 宿帳くんFrontierお客様画面 カスタムCSS */
.Required{}
#Failed{}
#InfoWindow{}
#InfoDetail{}
.attention{}
.MsgIcon{}
.BlackIcon{}
.StdBtn{}
.SmallBtn{}
.ToTop{}
.MouseOver{}
div.ExclamationMsg{}

/******* UI Dialog用 *******/
.ui-widget-header { font-family: "Arial Black","メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
.ui-dialog .ui-dialog-title {} 
.ui-dialog .ui-dialog-content {}
.ui-dialog .ui-dialog-buttonpane {}
.ui-datepicker *{ font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	}

/******* カレンダー用 *******/
div.Calendar{}
/* カレンダー */
table.Calendar{}
table.Calendar th{}
table.Calendar td{}
table.Calendar .Weeklist{}	
table.Calendar .Otherday{}
table.Calendar .Weekday{}
table.Calendar .Saturday{}
table.Calendar .Holiday{}
table.Calendar .Today{}
table.Calendar td a{}
table.Calendar td a:hover{}
table.Calendar td div{}
table.Calendar td div b{}
div.Rsvaccepting{}
div.Rsvvacancy{}
div.Rsvinvalidity{}
div.Remain{}

#CalenNavi{}
input.Active{}
input.Deactive{}

/* 日付検索テーブル */
table#Reserve{}
table#Reserve tr.Date td{}
table#Reserve th{}
table#Reserve td{}
table#Reserve *{}
table#Reserve td div{}
th.Heya{}
th.Heya a.MsgIcon{}
table#Reserve td a:hover{}
table#Reserve .Rsvinvalidity{}

/* プランコンテンツ */
div.YdfList{ margin: 10px auto; width: 900px; border: none; border-bottom: 3px dotted #ccc;}
table.YdfList{}
table.YdfList caption{}
table.YdfList caption img{}
table.YdfList th,
.ths{}
table.YdfList td{}
table.YdfInfo{}
table.YdfInfo td{}
table.YdfList td hr{}
div.YdfImage{}
table.YdfImages{}
table.YdfImages td{}
div.YdfName{}
div.YdfName a{}
div.YdfSubname{}
div.YdfMemo{}
div.YdfMemo a{}
#BasicCondition *{}
#MeisaiTable{}

/******************/
div.Bodyfooter{
	font-family: "ＭＳ Ｐゴシック";
	clear: both;
	text-align: center;
	font-size: 11pt;
	border: 0px solid #000000;
	word-break: keep-all;
	background: url(/SSL/www.hachijo-diving.com/images/footer_bg.gif) no-repeat top center #fff;
	padding: 30px 20px;
}
div.Bodyfooter a{
	font-size: 9pt;
}
div.Admin{
	background: #fff;
	width:100%;
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	clear: both;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #eee;
}
div.Admin a:hover{
	color: #000;
}
/******************/
div.Powered{
	background: url(/HpImages/copybak.gif) #362c14 repeat;
	width: 100%;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered *{
	color: #999999;
	text-decoration: none;
}

