﻿@charset "utf-8";
/* ----------------------------------------------------------------------------
	物件概要
	./outline/
---------------------------------------------------------------------------- */
body {
}
div#wrap {
}
/* -------------------
	header
------------------- */
div#header {
}
/* -------------------
	content
------------------- */
div#content {
}
/* mainBox */

div#content div#wrapper {
	width:840px;
	margin:0 auto;
}
/* table */
div#content table {
	width:840px;
	border-collapse: collapse;
	font-size:75%;
	margin:0 auto;
}
div#content table th {
	border-bottom: solid 1px #75ABC8;
	padding: 8px 0 8px 5px;
	vertical-align: top;
	line-height: 2.0;
	width: 200px;
}
div#content table td {
	border-bottom:  dotted 1px #B9B9B9;
	padding: 8px 0;
	vertical-align: top;
	line-height: 2.0;
	padding-left: 15px;
}
div#content table th.space {
	width: 160px;
	height:50px;
	border-bottom:  none;
}
div#content table td.space {
	height:50px;
	border-bottom:  none;
}
div#content table td p.notes {
	font-size: 87%;
}
/* -------------------
	footer
------------------- */
div#footer {
}
