@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
#access {
	margin:0 auto;
	width:950px;
}

/*----------------------------------------------------
	ページタイトル	
----------------------------------------------------*/
#access .img_title{
	background: url(../access/images/img_title.jpg) left top no-repeat;
}

/*----------------------------------------------------
	#main　メイン	
----------------------------------------------------*/
#access #main h3.st_access {
	width: 740px;
	height: 32px;
	margin-bottom:15px;
	background:url(../access/images/st_access.gif) left top no-repeat;
	text-indent: -9999px;
}

/*	.gmap	GOOGLE MAP	
----------------------------------------------------*/
#access #main .con_gmap {
}

/*	.photo_detail	詳細マップ	
----------------------------------------------------*/
#access #main .photo_detail {
	margin:35px 0;
}


/*	.con_accessinfo	アクセス情報	
----------------------------------------------------*/
#access #main .con_accessinfo {
	margin-bottom:20px;
	width:740px;
	overflow:hidden;
}

#access #main .con_accessinfo .con_accessinfo_l {
	width:280px;
	float:left;
}

#access #main .con_accessinfo .con_accessinfo_r {
	width:434px;
	float:right;
}

#access #main .con_accessinfo h3 {
	margin-bottom:15px;
}

#access #main .con_accessinfo p.txt_detail {
	margin-top:5px;
	font-size:12px;
	color:#000;
}

#access #main h3.st_sightseeing{
	width: 740px;
	height: 32px;
	margin-bottom:15px;
	background:url(../access/images/st_sightseeing.gif) left top no-repeat;
	text-indent: -9999px;
}

/* .con_spot 　	観光スポット雛形
----------------------------------------------------*/

#access #main .con_spot {
	padding:30px 15px;
	width:710px;
	overflow:hidden;
	background:url(../sightseeing/images/bg_flower_green.gif) right top no-repeat #FFF9F2;
}

#access #main #lnk_experience {
	background:url(../sightseeing/images/bg_flower_blue.gif) right top no-repeat #FFF9F2;
}

#access #main #lnk_history {
	background:url(../sightseeing/images/bg_flower_violet.gif) right top no-repeat #FFF9F2;
}

/*  スポット　BOX */
#access #main .con_spot .fleft{
	clear:both;
}

#access #main .con_spot .box_spot {
	margin-top:25px;
	padding:10px;
	width:318px;
	overflow:hidden;
	border:1px dotted #A08C78;
}

#access #main .con_spot .box_spot h4 {
	margin-bottom:15px;
	padding:10px 0 10px 25px;
	width:292px;
	display:block;
	font-size:99%;
	background:url(../sightseeing/images/ic_flower_green.gif) 5px center no-repeat #FBF1E0;
}

#access #main .con_spot .box_spot h4.ic_experience {
	background:url(../sightseeing/images/ic_flower_blue.gif) 5px center no-repeat #FBF1E0;
}

#access #main .con_spot .box_spot h4.ic_history {
	background:url(../sightseeing/images/ic_flower_violet.gif) 5px center no-repeat #FBF1E0;
}

#access #main .con_spot .box_spot .img_l {
	margin:0;
	padding:5px;
	background-color:#FAF2DD;
	border:1px solid #95826A;
}

#access #main .con_spot .box_spot .txt_spot {
	width:190px;
	float:right;
}

#access #main .con_spot .box_spot table {
	width:317px;
	clear:both;
	border-spacing:1px;
    border-collapse:separate;
}

#access #main .con_spot .box_spot table {
	margin:15px 0;
	width:317px;
	clear:both;
}

#access #main .con_spot .box_spot table th {
	width:90px;
}

#access #main .con_spot .box_spot ul {
	margin:0 0 0 auto;
	width:130px;
}

#access #main .con_spot .box_spot ul li {
	display:inline;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html {}
