@charset "utf-8";

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

アクセスマップ

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

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

/*------------------------

レイアウト

------------------------*/

.img_access {
	margin:5px 0 10px 11px;
	padding:0;
	}
	
.img_access2 {
	margin:5px 0 5px 11px;
	padding:0;
	}
	
.map {
    width:546px;
	margin:0 auto 15px;
	padding:0;
	}
	
.text_access {
	width:712px;
	margin:0 0 10px 21px;
	padding:0;
	}
	
.text_access2 {
	width:712px;
	margin:0 0 20px 21px;
	padding:0;
	font-size:107%;
	}
	
.text_right {
	margin:0;
	padding:0;
	float:right;
	text-indent:20px;
	line-height:18px;
	background:url(../img/arrow.gif) no-repeat;
	}
	

	
	
