@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* headerヘッダー
----------------------------------------------------------- */
#access h1#title {
	width:1000px;
	background:url(../access/images/access_title.gif) no-repeat left top;
	margin:0 auto;
	height:70px;
	text-indent:-9999px;
}


/* mainメイン
----------------------------------------------------------- */
#access #main h3#acess_st1 {
	background: url(../access/images/access_st1.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:32px;
}

/* グーグルマップ */
#access #main #gmap_area {
	width:668px;
	height:440px;
	margin:15px 0 15px 0;
	background-color:#EAE0E0;
	border: solid 1px #C8C0C0;
	padding:15px;
}
#access #main #gmap_area #gmap {
	width:668px;
	height:440px;
}

#access #main h3#acess_st2 {
	background: url(../access/images/access_st2.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:21px;
}

#access #main h4#access_sst1 {
	background:url(../access/images/access_sst1.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:20px;
	clear:both;
}
#access #main div.access_left {
	width:222px;
	margin:0 0 20px 0;
	float:left;
}

#access #main div.access_left_mb0 {
	width:222px;
	margin:0 0 0px 0;
	float:left;
}

#access #main div.access_left p,
#access #main div.access_left_mb0 p{
	overflow:hidden;
	width:190px;
	text-align:justify;
}
#access #main div.access_center {
	width:222px;
	margin:0 0 20px 17px;
	float:left;
}

#access #main div.access_center_mb0 {
	width:222px;
	margin:0 0 0px 17px;
	float:left;
}

#access #main div.access_center p,
#access #main div.access_center_mb0 p{
	overflow:hidden;
	width:190px;
	text-align:justify;
}
#access #main div.access_right {
	width:222px;
	margin:0 0 20px 0;
	float: right;
}
#access #main div.access_right_mb0 {
	width:222px;
	margin:0 0 0px 0;
	float: right;
}
#access #main div.access_right p,
#access #main div.access_right_mb0 p{
	overflow:hidden;
	width:190px;
	text-align:justify;
}
#access #main h4#access_sst2 {
	background:url(../access/images/access_sst2.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:20px;
	clear:both;
}
#access #main #access_sst3{
	background:url(../access/images/access_sst3.gif) no-repeat left bottom;
	overflow:hidden;
	width:700px;
	height:25px;
	clear:both;
}

#access #main h4#access_sst3 {
	background:url(../access/images/access_sst3.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:21px;
	clear:both;
}

#access #main h3#acess_st3 {
	background: url(../access/images/access_st3.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:21px;
	margin:0 0 10px 0;
}


#access #main #access_txt {
	clear:both;
	margin:5px 0 15px 0;
	height:20px;
}

#access #main #access_txt .txt{
	overflow:hidden;
	float:left;
}

#access #main #access_txt .btn {
	float:left;
	margin:0 0 0 10px;
}

#access #main h3#acess_st4 {
	background: url(../access/images/access_st4.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	width:700px;
	height:21px;
	margin:0 0 10px 0;
}

#access table#park_table {
	width:700px;
	margin:10px 0 10px 0;
}

#access td.color1 {
	width:200px;
	background-color:#f5f5f5;
	color:#666;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	padding:10px;
	text-align:center;
}

#access td.color2 {
	width:550px;
	color:#666;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	padding:10px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


