@charset "utf-8";

/* ===================================================================

CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述

=================================================================== */


/*----------------------------------------------------

	アクセスページ

----------------------------------------------------*/




/* con_map	マップ	
----------------------------------------------------*/
#access .con_map {
	margin-bottom:30px;
	padding:85px 30px 0 30px;
	width:650px;
	overflow:hidden;
	background:url(../access/images/bg_intro.jpg) 0 0 no-repeat;
}


#access .con_map .txt_intro {
	margin-bottom:20px;
	padding-left:10px;
}


#access .con_map #gmap {
	margin-bottom:15px;
	width:644px;
	height:344px;
	border:2px solid #e7c6bf;
}


#access .con_map .txt_zoom {
	float:left;
}


#access .con_map h3 {
	float:right;
}



/* con_areamap	　広域地図+詳細地図
----------------------------------------------------*/

#access .con_areamap {
	margin-bottom:30px;
	padding:0 30px;
	width:650px;
	overflow:hidden;
}


#access .con_areamap h3 {
	padding-right:45px;
	float:right;
}


#access .con_areamap .txt_det {
	margin-top:10px;
	padding-left:10px;
}



/* con_details	　連絡先
----------------------------------------------------*/

#access .con_details {
	margin:0 auto 20px auto;
	width:650px;
	border:1px solid #f5e2de;
	background:url(../access/images/bg_contact.jpg) center 1px no-repeat;
}


#access .con_details address {
	padding:20px 0 10px 140px;
	font-size: x-small;
	line-height:1.4em;
}


#access .con_details address span {
	padding-bottom:1px;
	vertical-align:middle;
}




/* con_accessby	　アクセス方法
----------------------------------------------------*/

#access .con_accessby {
	margin:0 auto 30px auto;
	width:650px;
}


#access .con_accessby h3 {
	margin-bottom:30px;
}





/*----------------------------------------------------

	観光案内ページ

----------------------------------------------------*/



/* con_spot 	スポットーリスト
----------------------------------------------------*/
#access .con_spot {
	margin:0 auto;
	width:650px;
	font-size:90%;
	overflow:hidden;
}


#access .con_spot h3 {
	margin:0 auto 30px auto;
}

#access .con_spot ul {
	margin:0 auto;
	width:635px;
}

#access .con_spot ul li {
	margin-bottom:20px;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/

*:first-child+html {}





/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html {}

