@charset "UTF-8";
/* CSS Document */

/*
============================== access.html_page ==============================
*/

/* ヘッダ（メニュー上部と下部　帯　会社名　帯）部分、　メインのページ左部　whast' new　などのPOP　部分、
　　フッター部分は　common.css　に記載
　------------------------------ */





/* ページ 右部　メイン内容　部分
　================================================ */

/* ▼ページ右部　内容一番上地図　部分
　------------------------------ */

#contents01 {
		width:579px;
		height: auto;
		margin: 10px 0 0px 0;
		text-align: center;
}

#contents01 img {
		border: 1px solid #666;
}







/* ▼ページ右部　内容二番目　交通のご案内　部分
　------------------------------ */

#contents02 {
		width:579px;
		height: auto;
		margin: 0px 0 20px 0;
		text-align: center;
}

#contents02 ul {
		width: 400px;
		margin:5px 0 0 25px;
		text-align: left;
		list-style: none;
}