@charset "utf-8";
/* CSS Document */

/*-----ベーシック設定-----*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background:#FFF;
	font-size:14px;
	color:#333;
	line-height:150%;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

/*-----周辺情報-----*/

div.arealist dl {
	width:667px;
	margin:0 auto;
	line-height: 320%;
	
}

div.arealist dt {
	width: 230px;
	float: left;

	margin-right:15px;
}

div.arealist dd {
	margin: 0;
	border-bottom:1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}