@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-y #FFF7E4;
}

body > #container {height:auto;}



/* コンテンツ -------------------- */

#map {
	margin: 20px 0 40px 145px;
}


/* マップテーブル-------------------- */

.map-t {
	width: 600px;
	border-collapse: collapse;
	margin: 0 40px 35px 20px;
	font-size: 10px;
	line-height: 2em;
	float: left;
}

.map-t td {
	border-bottom: dotted 1px #999;
}

.map-t th {
	padding: 4px;
	width: 16%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
	color: #930;
}

.mp-t .td1 {
	padding:4px;
	width: 54%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
}

.map-t .td2 {
	padding: 4px;
	width: 30%;
	border-bottom: dotted 1px #999;
	vertical-align: top;
	text-align: left;
}
