@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :（ページ名に合わせて記述）設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* #pagetitle	内部ページ用画像表示部分
----------------------------------------------------*/
#access #pagetitle h2 {
	background: url(../access/images/title.jpg) 0 0 no-repeat;
}


/* .con_info	アクセス情報
----------------------------------------------------*/

#access #main .con_info {
	margin:0 auto;
	width:715px;
	overflow:hidden;
}

#access #main .con_info h3 {
	margin-bottom:15px;
	width:500px;
	height:20px;
	line-height:20px;
	text-indent:-9999px;
}

#access #main .con_info h3.st_info01 {
	background:url(../access/images/st_info01.gif) 0 0 no-repeat;
}

#access #main .con_info h3.st_info02 {
	margin-top:25px;
	background:url(../access/images/st_info02.gif) 0 0 no-repeat;
}

#access #main .con_info ul {
	margin-right:15px;
	width:340px;
	float:left;
}

#access #main .con_info ul li {
	padding:15px 0;
	border-top:1px dotted #b0b7b6;
}



/* .con_accmap	アクセスマップ
----------------------------------------------------*/

#access #main .con_accmap {
	margin:30px auto;
	width:715px;
	overflow:hidden;
}

#access #main .con_accmap h3 {
	width:715px;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
	background:url(../access/images/st_accessmap.gif) 0 0 no-repeat;
}

#access #main .con_accmap .box_map {
	width:709px;
	border:3px solid #dedede;
}

#access #main .con_accmap .box_map #gmapacc {
	width:709px;
	height:435px;
}



/* .con_pointmap	マップの吹き出し
----------------------------------------------------*/
#access .con_pointmap img {
	margin-bottom:10px;
}

#access .con_pointmap p {
	font-size:90%;
}



/* .con_spot	周辺観光
----------------------------------------------------*/

#access #main .con_spot {
	margin:0 auto;
	width:715px;
	overflow:hidden;
}

#access #main .con_spot h3 {
	margin-bottom:15px;
	width:715px;
	height:30px;
	line-height:30px;
	text-indent:-9999px;
	background:url(../access/images/st_sightseeing.gif) 0 0 no-repeat;
}

#access #main .con_spot p {
	margin-bottom:20px;
	border:3px solid #dedede;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}