@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sightseeing.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

#sightseeing #main div#main_title{
	background:url(../sightseeing/images/img_main.jpg) left top no-repeat;
	width:655px;
	height:639px;
	
}

#sightseeing #main div#main_title h2{
	display:block;
	width:655px;
	height:100px;
	background:url(../sightseeing/images/st_main.gif) center bottom no-repeat;
	text-indent:-9999px;
	margin:0;
}
#sightseeing #main div#main_title p{
	text-align:left;
	margin:30px 20px 0 25px;
	color:#fff;
}




#sightseeing #main div#gmap{
	width:615px;
	height:450px;
	margin:30px 15px 30px 25px; 
}


#sightseeing #main div#gmap div.map_point{
}
#sightseeing #main div#gmap div.map_point h4.point_title{
	font-size:1.5em;
	color:#000;
	text-align:center;
}
#sightseeing #main div#gmap div.map_point p{
	margin:0;
	padding:0;
	color:#000;
}
#sightseeing #main div#gmap div.map_point a.to_hp{
	display:block;
	width:87px;
	height:26px;
	background:url(../sightseeing/images/to_hp.gif) center bottom no-repeat;
	text-indent:-9999px;
	padding:5px;
	margin:0 auto;
	overflow:hidden;
}







#sightseeing #main div#plan{
	clear:both;
	margin:40px 0 0 15px ;
}

#sightseeing #main div#plan h2#st_su{
	display:block;
	width:251px;
	height:23px;
	background:url(../sightseeing/images/st_su.png) center bottom no-repeat;
	text-indent:-9999px;
	behavior:url(../Scripts/iepngfix.htc);
}

#sightseeing #main div#plan p{
	color:#fff;
	margin:10px;
}

#sightseeing #main div#plan div#img_plan1{
	margin:20px 0 0 0;
	width:625px;
	height:282px;
	border:#CBA980 1px solid;
}

#sightseeing #main div#plan div#img_plan1 h2{
	display:block;
	width:75px;
	height:282px;
	background:url(../sightseeing/images/st_plan1.jpg) left bottom no-repeat;
	text-indent:-9999px;
	margin:0;
	float:left;
}
#sightseeing #main div#plan div#img_plan1 img{
	float:right;
}

#sightseeing #main div#plan div#img_plan2{
	margin:20px 0 0 0;
	width:625px;
	height:337px;
	border:#CBA980 1px solid;
}

#sightseeing #main div#plan div#img_plan2 h2{
	display:block;
	width:75px;
	height:337px;
	background:url(../sightseeing/images/st_plan2.jpg) left bottom no-repeat;
	text-indent:-9999px;
	margin:0;
	float:left;
}
#sightseeing #main div#plan div#img_plan2 img{
	float:right;
}

#sightseeing #main div#plan div#img_plan3{
	margin:20px 0 0 0;
	width:625px;
	height:221px;
	border:#CBA980 1px solid;
}

#sightseeing #main div#plan div#img_plan3 h2{
	display:block;
	width:75px;
	height:221px;
	background:url(../sightseeing/images/st_plan3.jpg) left bottom no-repeat;
	text-indent:-9999px;
	margin:0;
	float:left;
}
#sightseeing #main div#plan div#img_plan3 img{
	float:right;
}



#sightseeing #main div#link{
	clear:both;
	margin:15px 0 20px 10px ;
}

#sightseeing #main div#link h2#st_link{
	display:block;
	width:254px;
	height:24px;
	background:url(../sightseeing/images/st_link.png) center bottom no-repeat;
	text-indent:-9999px;
	behavior:url(../Scripts/iepngfix.htc);
}




#sightseeing #main div.enc_table{
	clear:both;
	margin:0 0 0 15px;
	width:625px;
	background: url(../images/bg_brown.jpg) left top repeat;
	border:#CBA980 1px solid;
}

#sightseeing #main div.enc_table table#link_table{
	color:#fff;
	margin:0px 0 0 10px;
	width:95%;
}
#sightseeing #main div.enc_table table#link_table_title{
	color:#fff;
	margin:10px 0 0 10px;
	width:96%;
}

#sightseeing #main div.enc_table table#link_table table{
	width:100%;
}


#sightseeing #main div.enc_table table#link_table table a{
	background:url(../sightseeing/images/ico_link.gif) left top no-repeat;
	text-indent:15px;
	display:block;
	font-weight:bold;
	color:#fff;

}


/* sub
----------------------------------------------------------- */

#sightseeing #sub div#matu{
	background:url(../sightseeing/images/img_sub.jpg) center bottom no-repeat;
}










/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

