@charset "utf-8";
/* ===================================================================
CSS information

 file name  :access.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/* --------------------------------------------------
	
	#header		ヘッダー
		
----------------------------------------------------- */

#access #header #cnt_header h2 {
	background:url(../access/images/title.jpg) center 0 no-repeat;
}


/*----------------------------------------------------
   #sbmenu		サブメニュー
---------------------------------------------------- */

#access #sbmenu ul {
	width:272px;
	background:url(../access/images/sbmenu.gif);
}


#access #sbmenu ul li#sbm_access {
	width:146px;
}

#access #sbmenu ul li#sbm_aguide {
	width:126px;
}



/*----------------------------------------------------
   #cnt_access		
---------------------------------------------------- */

#access #cnt_access {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	width:660px;
	background:url(../images/bg_hline.gif) 0 bottom repeat-x;
}

#access #cnt_access p#txt_intro {
	margin:0 0 40px 0;
	width:490px;
}

#access #cnt_access h3 {
	margin:0 0 40px 0;
	width:660px;
	height:53px;
	line-height:53px;
	text-indent:-9999px;
	background:url(../access/images/tit_access.gif) 0 0 no-repeat;
}


/*  MAP BOX */
#access .cnt_mapbox {
	margin:20px 0 0 0;
	width:660px;
	background:url(../access/images/bg_mapbox.jpg) 0 0 repeat;
}

#access .cnt_mapbox .bg_head {
	width:660px;
	background:url(../access/images/bg_head.gif) 0 top no-repeat;
}

#access .cnt_mapbox .bg_head .cnt_info {
	padding:15px 0;
	width:660px;
	background:url(../access/images/bg_foot.gif) left bottom no-repeat;
}

#access .cnt_mapbox .bg_head .cnt_info #gmap {
	margin:auto;
	width:634px;
	height:364px;
	border:3px solid #393434;
}

#access .cnt_mapbox .bg_head .cnt_info #cnt_polyline {
	margin:7px auto 0 auto;
	padding:10px 0 10px 20px;
	width:620px;
	background-color:#F2EFE9;
}

#access .cnt_mapbox .bg_head .cnt_info #cnt_polyline p {
	margin:0 0 10px 0;
	color:#3C3C3C;
}



/*----------------------------------------------------
   #cnt_accessguide		
---------------------------------------------------- */

#access #cnt_accessguide {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	width:660px;
	background:url(../images/bg_hline.gif) 0 bottom repeat-x;
}

#access #cnt_accessguide h3 {
	margin:0 0 40px 0;
	width:660px;
	height:53px;
	line-height:53px;
	text-indent:-9999px;
	background:url(../access/images/tit_accessguide.gif) 0 0 no-repeat;
}

#access #cnt_accessguide #accessguide_wrap {
	padding:20px;
	width:618px;
	border:1px solid #625250;
	overflow:hidden;
}

#access #cnt_accessguide #accessguide_wrap p {
	margin:10px 0;
}

#access #cnt_accessguide #accessguide_wrap p.txt {
	width:480px;
}

#access #cnt_accessguide #accessguide_wrap h4 {
	margin:50px 0 10px 0;
	width:620px;
	height:40px;
	line-height:40px;
	text-indent:-9999px;
}

#access #cnt_accessguide #accessguide_wrap h4#tit_bycar {
	background:url(../access/images/tit_bycar.gif) 0 0 no-repeat;
}

#access #cnt_accessguide #accessguide_wrap h4#tit_bytrain {
	background:url(../access/images/tit_bytrain.gif) 0 0 no-repeat;
}

#access #cnt_accessguide #accessguide_wrap h4#tit_byship {
	background:url(../access/images/tit_byship.gif) 0 0 no-repeat;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
