
/*fundive.html*/

/*fundive.html内曜日別スケジュール*/

.schedule		{
				font-size:12px;
				text-align:center;
				}
				
.schedule a		{
				text-decoration:none;
				color:#666666;
				}
				
.schedule a:hover	{
					color:#666666;
					background-color:#66CCCC;
					}

/*fundive.html内各ダイブサイト案内の下の料金とスケジュールの表*/
.tour_detail1{
			margin-left:25px;
			width: 549px;
			border-style: none;
			}
		
.tour_detail1 p	{
		 text-align:center;
		 display:block;
		 width:91px;
		 font-size:12px;
		 color:#ffffff;
		 background-image:url(../diving/fundive/image/menu2.gif);
		 float:left;
		 text-decoration:none;
		 padding:3px 0px;
		 margin:0px;
		 }
		 
.tour_detail1 a:hover {
			   display:block;
			   background-color:#FFCC00;
			   background-image:url(../diving/fundive/image/menu_ov.gif);
			   color:#ffffff;
			   }
			   
.tour_detail2{
			margin-left:25px;
			width: 549px;
			border-style: none;
			}
		
.tour_detail2 p	{
		 text-align:center;
		 display:block;
		 width:91px;
		 font-size:12px;
		 color:#333366;
		 background-image:url(../diving/fundive/image/menu3.gif);
		 float:left;
		 text-decoration:none;
		 padding:3px 0px;
		 margin:0px;
		 }
		 
.tour_detail2 a:hover {
			   display:block;
			   background-color:#FFCC00;
			   background-image:url(../diving/fundive/image/menu_ov.gif);
			   color:#ffffff;
			   }





/*ダイブサイト別スケジュール内予約ボタン*/	
   
.tour_detail3{
			margin:10px 0px 5px 15px;
			float:left;

			}
		
.tour_detail3 a	{
		 text-align:center;
		 width:110px;
		 height:40px;
		 background-image:url(../diving/fundive/image/bottun_yoyaku.gif);
		 background-repeat:no-repeat;
		 text-decoration:none;
         float:left;
		 }
		 
.tour_detail3 a:hover {
			   background-image:url(../diving/fundive/image/bottun_yoyaku_ov.gif);
			   color:#ffffff;
			   }
			   
/*ダイブサイト別スケジュール内お問い合わせボタン*/	
   
.tour_detail4{
			margin:10px 0px 5px 15px;
			float:left;

			}
		
.tour_detail4 a	{
		 text-align:center;
		 width:110px;
		 height:40px;
		 background-image:url(../diving/fundive/image/bottun_toiawase.gif);
		 background-repeat:no-repeat;
		 text-decoration:none;
         float:left;
		 }
		 
.tour_detail4 a:hover {
			   background-image:url(../diving/fundive/image/bottun_toiawase_ov.gif);
			   color:#ffffff;
			   }
			   
/*ダイブサイト別スケジュール内ポイント詳細ボタン*/	
   
.tour_detail5	{
				margin:10px 0px 5px 15px;
				float:left;
				}
		
.tour_detail5 a	{
		 		text-align:center;
			 	width:110px;
		 		height:40px;
		 		background-image:url(../diving/fundive/image/bottun_point.gif);
		 		background-repeat:no-repeat;
		 		text-decoration:none;
		 		float:left;
		 		}
		 
.tour_detail5 a:hover 	{
			   			background-image:url(../diving/fundive/image/bottun_point_ov.gif);
			   			color:#ffffff;
			   			}
						
						
/*ダイブサイト別スケジュール内ポイント詳細ボタン*/	
						
.tour_detail6	{
				margin-left:30px;
				width: 200px;
				text-align:left;
		 		font-size:12px;
		 		font-weight:bold;
		 		color:#333366;
		 		padding:3px 0px;
				}
				
/*ポイント別スケジュール見出し下のメニュー*/
		p.midashi3		{
						margin:0px 0px 15px 1px;
						}
						
		p.midashi3 a	{
						font-size:13px;
						text-decoration:none;
						}
		
		p.midashi3 a:hover
						{
						border-bottom:solid;
						border-bottom-width:1px;
						font-style:bold;
						background-color:#33CCFF;
						}

		.space			{margin:0px 3px 0px 3px;}