@charset "utf-8";

/*
======== table of content. =================================

File name: info/css/access.css
Summary: 交通アクセスページ用CSSファイル

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


/*-------------------------------------
カテゴリ画像
---------------------------------------*/
#mainTitle {
	background-image:url(../images/access/img_cat.jpg); 
}

/*-----------------------------------------------------
/css/module.css のBORDERを上書き
-------------------------------------------------------*/
.wrap-border img {
	padding:6px;
	border:1px solid #CCC;
	background:#FFF;
}


/*-----------------------------------------------------
周辺地図
-------------------------------------------------------*/

#mainLeft dl.access {
	width:700px;
	margin:0 0 0 25px;
}
#mainLeft dl.access dt {
	padding:0 0 0 15px;
	background:
		url(../../images/common/ico_circle_blue.gif) 
		no-repeat left 5px;
	font-weight:bold;
}
#mainLeft dl.access dd {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
}