@charset "utf-8";
/* access.css */

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

   Main image 2 (ご案内ページ以外)
	
=======================================*/

/* --------- サブ見出しの設定-------- */

#access div.st{
    margin: 0 auto 10px auto;
	margin-top: 20px;
	padding: 0 0 0 15px;
	border: 0;
	width: 660px;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	clear: both;
	background: url(../images/st_bg.gif) center top no-repeat;
}

#access span.str {
	font-weight: bold;
	margin-top: 10px;
}


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

   交通情報の設定
	
=======================================*/


#access div.route {
	margin:20px auto;
	padding:0;
	width:675px;
}

#access div.route img {
	margin: 0;
	padding:0;
	border:0;
}

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

   交通情報表の設定
	
=======================================*/


#access #hp_list {
	margin: 0 auto;
	width: 675px;
	clear: both;
}

#access #hp_list #li_left {
	margin: 0;
	padding: 0;
	float: left;
}

#access #hp_list #li_right {
	margin: 0;
	padding: 0;
	float: left;
}

#access #hp_list #li_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 320px;
}


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

	googlemap

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

#access #map {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 675px;
	height:350px;
	background:#CCCCCC;
	border: #C5C0BA 1px solid;
	clear: both;
}

#access #tit_map { 
	width: 675px;
	margin: 0 auto;
}

#access #tit_map p { 
	margin-bottom: 20px;
	text-align: right;
	line-height:1.5em;
	font-size:0.85em;
}

* html #tit_map p {
	font-size:0.7em;
}

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

	リンクについて

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

#access #about_link {
	width:675px;
	overflow:hidden;
	margin:20px auto 0 auto;
	}
	
#access #about_link img {
	float:left;
	}
	
#access #about_link p {
	float:left;
	margin:0 0 15px 15px;
	}
	
#access #about_link #link_tag {
	width:650px;
	height:30px;
	clear:both;
	margin:15px auto 0 auto;
	border:1px solid #3F352D;
	padding:10px;
	overflow:auto;
}