/***********************************************/
/* top_Nav.css                                 */
/* Use: turi-taktu.htm reserve-form.php        */
/*      tour_condition.htm travel-cofirm.php   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #EEF2F7;
}

a{
	outline: none;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;	
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* 固定幅の1段組レイアウト										 */
/***********************************************/
#containerbg {
	background: url(../images/img_turi/bgtitle.gif) top center repeat-x;
	width: 100%;
}
#container {
	width: 760px !important;
	width /**/: 762px;
	margin: 0 auto 10px auto;
	text-align: left;
	padding-bottom: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}

#masthead{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 75px;
	background-color: #3399FF;
	border-top: 6px solid #0066CC;
	background-image: url(../images/img_turi/hederimag70.gif);
}
#headtable{
	font-size:90%;
}
#headtable a{
	padding: 0px 4px 0px 0px;
	color: #EC008C;
}
.globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	/*white-space: nowrap;*/
}

#content{
	width: 760px;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}


/***********************************************/
/*head Divs 部分                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 10px 0px 5px 10px;
}
#siteName a {
	text-decoration: none;
	/*color: #334d55;*/
	color: #ffffff;
}
table.title {
	border-collapse: collapse;
	border-bottom: 1px solid #FFFFFF;
	margin: auto;
	font-size: 80%;
	background-color: #ECE9D8;
}


/***********************************************/
/*content Divs 中部分                          */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 0px 10px 10px 10px;
	font-weight: bold;	
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 10px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #EC008C;
	font-weight: bold;
}

/************* 申込みボタンへ *************/
.pricesearch {
	border: 1px solid #666666;
}
.pricesearch td {
	padding: 0 5px 0 5px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	margin:  5px 10px 0px 5px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 10px 5px 0px;
	color: #3399FF;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 5px 10px 5px;
}

.story h3{
	height: 15px;
	padding: 5px 0px 4px 5px;
	border-left: 5px solid #1F79F4;
	color: #334d55;
	background-color: #91C4F9;
	font-weight: bold;
	margin: 7px auto 0 auto;
}

.story h4 {
	background-image: url(../images/img_scuba/Q&A.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 9px 0px 0px 35px;
	height: 27px;
	margin: 5px 0 0 0;
}

.story dl {
	display: block;
}
.story dt {
	margin: 3px 0px 0px 0px;
	font-weight: bold;
}
.story dd {
	text-indent: 5pt;
}

table.schedule{
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.schedule th{
	background-color: #FF9900;
	padding: 3px;
	border: 1px solid #666666;		
 	text-align: center;
}
table.schedule td{
	padding: 3px 3px 3px 7px;
	border: 1px solid #666666;
}

/**********ツアーポイント***********/

.tourpint {
	font-size: 100%;
	display: block;
	margin: 10px 0px 0px 0px;
}
.tourpint dt {
	background: url(../images/img_turi/dt_003.gif) no-repeat left top;
	padding: 0px 0px 3px 15px;
	color: #333333;
	margin: 5px 0px 0px 0px;
}
.tourpint dd {
	text-indent: 12pt;
	padding: 0px 0px 3px 0px;
}
.tp_dt {
	background: url(../images/img_turi/dt_003.gif) no-repeat left top;
	padding: 0px 0px 3px 15px;
	color: #333333;
}
.tp_dt_b {
	border-bottom: 3px double #006DB7;
}
.tp_dd{
	text-indent: 12pt;
	padding: 0px 0px 3px 0px;
}
.tp_dd_b {
	text-indent: 12pt;
	padding: 0px 0px 3px 0px;
	border-bottom: 3px double #006DB7;
}


/**********旅行内容詳細・注意事項***********/
.nota {
	margin: 5px 10px 5px 20px;
}
.nota dt{
	background: url(../images/img_turi/dt_002.gif) no-repeat left top;
	padding: 0px 0px 2px 15px;
} 
.nota dd {
	text-indent: 15pt;
	line-height: 1.5em;
}


/***********************************************/
/* #siteInfo styles フッター部分               */
/***********************************************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the secondary in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/***********************************************/
/* Use travel-calendar.htm                     */
/***********************************************/

h4.calendlogo {
	margin: 10px 0 0 0;
}
h4.calendtitle {
	width: 730px;
	height: 15px;
	font-size: 90%;
	padding: 3px 0px 0px 5px;
	border-bottom: 4px solid #1F79F4;
	color: #334d55;
 	background-color: #91C4F9;
	font-weight: bold;
	margin: 5px auto 0 auto;
}
#chargesearch {
	margin: 0px auto 0 auto;
	font-size: 90%;
	width: 730px;
}
#chargesearch table {
	margin: 20px auto 20px auto;
	border-collapse: collapse;
	border-top: 1px solid #999999;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 704px;
}
#chargesearch th {
	padding: 5px 10px 5px 10px;
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #EC008C;
	border-right: none;
	background: #e0e0e0;
}
#chargesearch td {
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: none;
}
.ryoukinimg {
	margin: 10px 20px 20px auto;
	text-align: center;
}

/***************料金表***************/

#price_list {
	margin: 20px auto 20px auto;
	font-size: 90%;
	width: 704px;
}
#price_list table {
	width: 300px;
	border-collapse: collapse;
	border-top: 1px solid #999999;
}
#price_list th {
	width: 114px;
 	color:#990000;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #FF6600;
	background: #e0e0e0;
}
#price_list td {
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/***********************************************/
/* Use reserve-form.htm                        */
/***********************************************/

/*********** 申込の方法・流れ ***********/

.reserve_method {
	margin: auto;
 	font-size: 80%;
}
.reserve_method ul {
	margin: 10px auto;
	width: 690px;
	line-height: 1.3em;
}
.reserve_method table {
	margin: 10px auto;
	width: 480px;
}
.reserve_method span {
	font-weight: bold;
	font-size: 110%;
}
td.reserve_ex {
	border: 1px solid #CC9900;
	padding: 5px 5px 5px 5px;
}

/*********** 代表者情報入力テーブル ***********/
.reserve_kakunin table {
	border-collapse: collapse;
	margin: 10px 0 0 40px;
 	font-size: 80%;
	border: 1px solid #999999;
}
.reserve_kakunin td {
	padding: 2px 10px 2px 10px;
}
.reserve_form {
	margin: auto;
	width: 735px;
}
.reserve_form table{
	border-collapse: collapse;
 	border-top: 1px solid #999999;
	margin: 10px auto;
 	font-size: 80%;
}
.reserve_form th {
	width: 140px;
	background: #DEECFE;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #999999;
	padding: 5px 5px 5px 10px;
}
.reserve_form th.must {
	border-left: 6px solid #EC008C;
}
.reserve_form th em {
	color: #FF0000;
	font-style: normal;
	padding-left: 5px;
}
.reserve_form td {
	width: 500px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 5px 10px;
}

/*********** 同行者情報入力テーブル ***********/

.doukou {
	width: 678px;
}
.doukou th {
	width: 45px;
}
.doukou td {
	width: auto;
	border-bottom: none;
	padding: 2px 5px 2px 10px;
}
td.border-d {
	border-bottom: 1px solid #999999;
	padding: 4px 5px 3px 10px;
}

/************** 料金明細テーブル **************/

.price_list {
	width: 678px;
	margin: auto;
	background-color: #FFFFFF;
}
.price_list_group {
	float: left;
	width: 220px;
	margin: 0px 9px 0px 0px;
}
.price_list_personal {
	float: left;
	width: 220px;
}
.price_list_total {
	float: right;
	width: 220px;
}
.price_list th {
	width: 130px;
	background: #DEECFE;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.price_list td{
	width: 87px;
	text-align: right;
}
td.price_list_title {
	font-weight: bold;
	background-color: #00CCFF;
	text-align: center;
	width: 208px;	
}

/**************** ボタンテーブル ****************/

.button_left {
	float: left;
	margin: 10px 0px 20px 25px;
}
.button_right {
	float: right;
	margin: 10px 25px 20px 0px;
}

/******** それぞれのテキストフォームの幅 ********/

.text1,.text2,.text3,.text4 {
	border: 1px solid #7F9DB9;
	padding: 2px;
}
/****メールアドレス****/
.text1 {
	width: 50%;
}
/****氏名漢字・カタカナ,郵便番号,電話番号****/
.text2 {
	width: 100px;
}
/****生年月日****/
.text3 {
	width: 3em;
}
/****住所****/
.text4 {
	width: 98%;
}

/***********************************************/
/* Use reserve-form.htm                        */
/***********************************************/

.confirm_text {
	font-size: 80%;
	margin: auto;
	width: 730px;
}
.confirm_text p {
	margin: 10px 0 10px 0;
}
.confirm_box{
	border: 1px solid #999999;
	padding: 0px 10px 10px 10px;
}
.confirm_box dt {
	margin: 10px 0px 5px 0px;
}
.confirm_box dd {
	text-indent: 5pt;
	line-height: 1.5em;
}


/***********************************************/
/* Use travel_confirm.htm                      */
/***********************************************/


/***** 料金明細 ********************************/

.price_list_confirm table{
	border-collapse: collapse;
 	border-top: 1px solid #999999;
	margin: 10px auto;
 	font-size: 90%;
}
.price_list_confirm td {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 5px 5px 10px;
}

/***** 未入力項目の文字 ***********************/
.noinput_font{
	color: red;
}


/***********************************************/
/* Use tour_condition.htm                      */
/***********************************************/

/************固定幅の2段組レイアウト************/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	border-bottom: 1px solid #cccccc;
	width: 760px;
	padding: 0;
	margin: auto;
	background: #FFFFFF url(../images/img_turi/contentWrapper_bg.gif) repeat-y center top;
}
#primary {
	float: right;
	width: 570px;
	margin: 10px 0;
}
#secondary {
	float: left;
	width: 183px;
	padding: 0;
	margin: 10px 0;
}
h4.condition_title {
	background: #ffffff url(../images/img_turi/condition_t_bgimg.gif) no-repeat left;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	height: 100%;
	margin: 5px 0 5px 0;
	}
.t_line p{
	line-height: 1.444;
	margin: 0 0 0 10px;
}
/*********** 本文 ***********/
#primary h2 {
	margin: 0 0 0 10px;
}
#primary dd {
	text-indent: 0pt;
	padding: 0 0 0 10px;
	line-height: 1.333;
}
#primary ol {
	margin: 0 0 0 22px;
}
#primary li {
	padding: 5px 0 5px 0px;
}

/*********** 左側 ***********/

#secondary ul a:link, #secondary ul a:visited, #secondary ul a:hover {
	display: block;
}
#secondary ul {list-style: none; margin: 0px;	padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#secondary li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #secondary li {border-bottom: none;}


/*********** 左側リスト***********/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 0px 0px 2px 7px;
}

#sectionLinks a:link{
	padding: 8px 0px 7px 7px;
	border-top: 1px solid #cccccc;
	width: 100%;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 8px 0px 7px 7px;
	width: 100%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 8px 0px 7px 7px;
	width: 100%;
}


