/***********************************************/
/* テンプレートレイアウト                      */
/***********************************************/

p.adjustment{

	height:0px;
	
}


#top{
	  background-color:#FFFFFF;
	  width:900px;
	  height:80px;
	  margin:0 auto;
	  text-align:left;
}

#contents{
	  background:url(img/bg.gif);
	  text-align:center;
	  line-height:150%;
	  font-size:14px;

}

h1{
	margin:0;
	padding:0;
	font-size:14px;
	color:#555555;
}

#top_bar{
	background:url(img/top_bar.gif) repeat-x;
	height:31px;
}

#container{
	background-color:#FFFFFF;
	padding:17px;
	width:880px;
	margin:0 auto;
	text-align:left;
	background-image:url(img/side_bar.gif);
	background-repeat:repeat-y;

}

#main{
	margin:0;
	padding:0;
	background-image:url(img/title_back.gif);
	background-repeat:no-repeat;
}


#page_title{
	margin:5px 0 10px 0;
	padding:5px;
	line-height:100%;
	border-left:15px solid #829032;
	border-bottom:2px dotted #cccccc;

}

#page_title h2.homepage_top{
	margin:0;
	padding:5px 0 8px 0;
	font-size:36px;
	line-height:100%;
}

#page_title h2.page_top{
	margin:0;
	padding:5px 0 8px 0;
	font-size:30px;
	line-height:100%;
}

p.sub_title{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

p.destination{
	margin:0;
	padding:0 0 0 3px;
	font-size:18px;
	line-height:100%;
	color:#333333;
}

p.summary{
	margin:10px 0 0 0;
	padding:0 0 0 3px;
	font-size:14px;
	line-height:100%;
	color:#829032;
}

p.outline_price{
	margin:0;
	padding:0;
	color:#333333;
	font-weight:bold;
	font-size:14px;
}

span.outline_price{
	color:#FF0000;
	font-size:18px;

}

p.outline_course{

	margin:0;
	padding:0;
	line-height:150%;
	color:#555555;
}

#data{
	display:block;
	margin:0;
	padding:0 0 10px 0px;
	width:670px;
	float:right;
}

.routebox_detail{
	margin:10px 10px 0 0;
	padding:5px;
	border:1px solid #CCCCCC;
	width:313px;
	float:left;
}

.routebox_image{
	width:135px;
	margin:0;
	padding:0;
	float:left;
}

.alignleft{
  float:left;
}

.alignright{
  float:right;
}

.routebox_txt{
	width:160px;
  float:right;

}

h3.h3_box{
	margin:0;
	padding:0;
	font-size:14px;
	color:#660000;
}

p.p_box{
	margin:0;
	padding:0;
	font-size:14px;
	color:#555555;
	line-height:130%;
}

.clear{
	clear:both;
}

#menu{
	margin:0;
	padding:5px;
	width:180px;
	float:left;
	background-color:#F4F0E4;
}

#menu2{
	margin:10px 0 0 0;
	padding:0;
	width:180px;
}

#menu2 p{
	margin:5px 0 5px 0;
	padding:0;
}


.btn_yaji{
	margin:0 10px 0 0;
	padding:0 0 0 20px;
	background-image:url(img/btn_yaji.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

/***********************************************/
/* topページ　　　　　　　　　　　             */
/***********************************************/

.topixnews{
	margin:5px 0 3px 0;
	color:#FF0000;
	font-weight:bold;
}

.logbox{
	margin:2px 0 10px 0;
     border:dotted 1px #808080;
     width: 670px;
     height: 70px;
     padding:0px;
	 line-height:130%;
	 font-size:12px;	
     overflow: auto;
}

p.topix{
	margin:3px 0 0 0;
	padding:0px 0 0 0;
	line-height:130%;

}

.top_image_10{
	margin:10px 0 0 0;
}

.top_golf_subtitle{

	margin:5px 0 0 0;
	padding:5px 0 5px 20px;
	border-left:10px #818E36 solid;
	border-bottom:1px #999999 dashed;
	line-height:150%;
}
.top_golf_name{
	font-size:16px;
	font-weight:bold;
}
.top_golf_summary{
	font-size:14px;
}
.top_golf_image{
	margin:10px 10px 0 0;
	float:left;
}
.top_golf_price{
	margin:5px 0 0 0;
	font-weight:bold;
}
.top_golf_pricebold{
	color:red;
	font-size:16px;
}

.top_golf_outline{
	margin:5px 0 5px 0;
	color:#829032;
	line-height:130%;

}



/***********************************************/
/* 左メニュー　　　　　　　　　　　             */
/***********************************************/

/* common styling */

.menu3{
width:180px; height:700px; position:relative; font-size:14px; margin:10px 0; z-index:100;
}
.menu3 ul {
padding:0; margin:0; list-style-type: none; background:#F4F0E4; width:180px; height:600px; 
}

.menu3 ul li.unit{
width:170px; margin:5px 0 0 0; padding:0; border-bottom:1px solid #FF0033; color: #666600; font-size:13px; font-weight:bold;
}
.menu3 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:180px;
}
.menu3 ul li {
float:left;
}
.menu3 ul li a, .menu3 ul li a:visited {
display:block; float:left; text-decoration:none; color:#333; width:170px; height:30px; line-height:29px; font-size:14px; background:transparent; padding-left:10px; border-bottom:1px dotted #999999;
}
* html .menu3 ul li a, * html .menu3 ul li a:visited {width:180px;}

.menu3 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu3 ul li:hover a,
.menu3 ul li a:hover{
background:#CEE3A0; color:#333;
}

.menu3 ul li:hover {position:relative; z-index:90;}
* html .menu3 ul li a:hover {position:relative; z-index:100;}

.menu3 ul li:hover ul,
.menu3 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #829032; background:#CEE3A0; overflow:visible;
}
.menu3 ul li:hover ul li a,
.menu3 ul li a:hover ul li a{
display:block; background:transparent; color:#333; line-height:15px; padding:5px 0 5px 10px; height:auto; text-decoration:none; line-height:150%;
}

.menu3 ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover {
background:#069; color:#ff0;
}
.menu3 ul li:hover ul li ul,
.menu3 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:18px;
}
.menu3 ul li:hover ul li:hover ul,
.menu3 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #069; list-style-type:none; background:#069;
}
.menu3 ul li:hover ul li:hover ul li a,
.menu3 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu3 ul li:hover ul li:hover ul li:hover a,
.menu3 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}

/***********************************************/
/* 上部コンテンツ（アウトライン）              */
/***********************************************/

span.price{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}

img.here{
		float:left;
}
	
img.bkb_1{
	margin:0px 20px 5px 0px;
}

img.bkb_2{
	margin:0px 0 5px 0px;

}

img.btn_form1{
	margin:5px 0 5px 15px;
}

img.btn_form2{
	margin:0px 0 5px 15px;
}


.booking{
	margin:10px 0 0 0;
	border:#EEEEEE 4px solid;
	}
	
.booking_text{
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	color:#555555;
}

p.text_outline{
	margin:0px;
	padding:0;
	font-size:12px;
	color:#555555;
}



.outline_hyo{
	margin:5px 0px 5px 0px;
	font-size:14px;
	line-height:150%;
	color:#555555;
	text-align:center;
}

.outline_guide{
	margin:5px 0px 5px 0px;
	font-size:14px;
	line-height:150%;
	color:#555555;
	text-align:center;
}

p.icon{

	margin:0;
	padding:0;
	color:#555555;

}

.detail_menu{
	padding:5px 0 5px 0;
	border:1px #CCCCCC solid;
	text-align:center;
	font-size:14px;
	color:#555555;
	background-color:#eeeeee;
}
	



/***********************************************/
/* 各コンテンツ           　　　　　　　　　   */
/***********************************************/

h3.atten_title{
	margin:10px 0 10px 0;
	padding:5px 0 5px 50px;
	background-color:#E1FFD9;
	border-left:10px solid #829032;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:14px;
	height:20px;
	background-image:url(img/h3_0.gif);
	background-repeat:no-repeat;

}

h3.sc_title{
	margin:10px 0 10px 0;
	padding:5px 0 5px 50px;
	background-color:#E1FFD9;
	border-left:10px solid #829032;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:14px;
	height:20px;
	background-image:url(img/h3_1.gif);
	background-repeat:no-repeat;

}


h3.price_title{
	margin:10px 0 10px 0;
	padding:5px 0 5px 50px;
	background-color:#E1FFD9;
	border-left:10px solid #829032;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:14px;
	height:20px;
	background-image:url(img/h3_2.gif);
	background-repeat:no-repeat;

}

h3.hotel_title{
	margin:10px 0 10px 0;
	padding:5px 0 5px 50px;
	background-color:#E1FFD9;
	border-left:10px solid #829032;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:14px;
	height:20px;
	background-image:url(img/h3_3.gif);
	background-repeat:no-repeat;

}

h3.tour_info{
	margin:10px 0 10px 0;
	padding:5px 0 5px 50px;
	background-color:#E1FFD9;
	border-left:10px solid #829032;
	border-bottom:1px dotted #cccccc;
	font-size:14px;
	font-weight:14px;
	height:20px;
	background-image:url(img/h3_4.gif);
	background-repeat:no-repeat;

}
.sc_table{
	margin:0;
	padding:0;
	font-size:14px;
	color:#555555;
	line-height:150%;
}

.atten_text{
	margin:0;
	padding:8px;
	font-size:14px;
	color:#333333;
	line-height:150%;
}

.price_atten{
	margin:10px 0 0 0;
	padding:5px;
	font-size:14px;
	border:2px solid #CCCCCC;
	background-color:#EEEEEE;
	color:#333333;
	text-align:center;

}

.price_box{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	font-size:14px;
}

.price_box_text{
	margin:0px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	border:2px solid #CCCCCC;
	background-color:#FFFF66;
	color:#333333;
	text-align:center;
}

.price_box_text2{
	margin:0px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	border:2px solid #CCCCCC;
	background-color:#FF6633;
	color:#333333;
	text-align:center;
}

.price_atten_text{
	margin:0;
	padding:10px;
	font-size:12px;
	color:#333333;
}

.price_inc{

	font-size:12px;
	
}

h4.price_subtitle{

	margin:10px 0 0 8px;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:14px;
	color:#829032;
	border-left:10px solid #CCCCCC;
	border-bottom:2px solid #DDDDDD;
	background-color:#EFEFEF;
}

h4.atten_subtitle{

	margin:10px 0 10px 8px;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:14px;
	color:#829032;
	border-bottom:2px dotted #DDDDDD;

}

.price_genchi{

	margin:10px 0 0 8px;
	text-align:center;
	font-size:14px;
	color:#333333;
}

.price_genchi_txt{
	margin:10px 0 0 8px;
	font-size:14px;
	color:#333333;
	line-height:150%;
}

.hotelname{

	color:#829032;
	font-weight:bold;
	font-size:16px;

}

.hotel_text{

	margin:10px;
	padding:0 0 10px 0;
	font-size:14px;
	color:#333333;
	line-height:150%;
	border-bottom:1px dotted #cccccc;
}

.hotel_image_text{

	margin:0px 0 5px 0;
	padding:0;
	font-size:12px;
	color:#555555;
}

.jouken{

	margin:0 0 0 10px;
	padding:0;
	font-size:12px;
	color:#555555;
	line-height:150%;
}

.dresscode{

	margin:0 0 0 20px;

	color:#829032;
	font-size:12px;
}

.tour_info_text{

	margin:

	line-height:150%;
	font-size:10px;
	color:#555555;
}

/***********************************************/
/* footmenu                                    */
/***********************************************/

#foot_bar{

	clear:both;
	margin:0;
	padding:1px;
	text-align:center;
	background:url(img/foot_bar.gif) repeat-x;
	height:35px;
	font-size:12px;
}

#foot_bar ul {
	margin: 10px 4px 10px 10px;
	padding: 0px;
	line-height: 18px;
}

#foot_bar ul li {
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}

#foot_bar ul a,
#foot_bar ul a:visited {
	white-space: nowrap;
	color: #666666;
	text-decoration: none;
}
#foot_bar ul a:hover {
	text-decoration: underline;
}

#company{
	width: 900px;
	margin: 0px auto;
	padding: 3px 0px;
	font-size:12px;
	text-align:left;
	color: #555555;
}

#company p{
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #cccccc;
}


#copyright {
	width: 900px;
	margin: 0px auto;
	padding: 3px 0px;
	font-size:12px;
	text-align: right;
	color: #FF0000;
}
#copyright p {
	margin: 0px;
}


/***********************************************/
/* 未使用　　？                                */
/***********************************************/

.dep{
	vertical-align:middle;
}

div.booking_attention{

	clear:both;
	margin:10px 0 5px 0;
	padding:10px;
	line-height:130%;
	color:#555555;
	font-size:12px;
	border:1px solid #555555;
	background-color:#EEEEEE;
	
}
