/*****************************************************************************/
/* 背景 */
/*****************************************************************************/
/* 西野工業団地 */
.comment table.ns_bg01 {
	background-image: url(../nisino/image/ns_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*****************************************************************************/
/* 共通 */
/*****************************************************************************/
/*** ページメニュー ***/
table.page_navi {
	margin: 0px auto 30px auto;
}
table.page_navi td {
	padding: 0px 1px;
}

/*** 注意書き ***/
.notes {
	border: none;
	margin: 3px 0px;
	padding: 0px;
	
	font-size: 85%;
	font-weight: normal;
	color: #1D2088;
}

/*** block01 ***/
div.block01 {
	margin: 0px 0px 30px 0px;
	padding: 5px;
}

/*** indent01 ***/
div.indent01 {
	margin: 0px 0px 30px 30px;
}

/*** indent02 ***/
div.indent02 {
	width: 500px;
	margin: 0px auto 30px auto;
}
/*** indent03 ***/
div.indent03 {
	margin: 0px 0px 0px 20px;
}


/*** tbl01 ***/
table.tbl01 {
	width: 100%;
	margin: 10px 0px;
	border-top: 1px solid silver;
}
.tbl01 th {
	padding-right: 1.5em ! important;
	width: 10em;
	color: #1D2088;
}
.tbl01 th, .tbl01 td {
	padding: 5px;
	border-bottom: 1px solid silver;
}
.tbl01 th.narrow,  .tbl01 td.narrow, {
	padding-right: 5px ! important;
}
.tbl01 th.right, .tbl01 td.right, {
	text-align: right;
}


/*****************************************************************************/
/* 航空写真 */
/*****************************************************************************/
/*** ns_photo ***/
table.ns_photo {
	margin: 5px auto;
}
.ns_photo th, .ns_photo td {
	padding: 0px;
}
.ns_photo td.space {
	width: 40px;
}

.ns_photo thead th {
	color: #009999;
	font-weight: bold;
}
.ns_photo thead td {
	text-align: right;
}

/*****************************************************************************/
/* 分譲区画 */
/*****************************************************************************/
/*** ns_kukaku ***/
tbody.ns_kukaku th {
	text-align: center;
}
tbody.ns_kukaku td {
	text-align: right;
}


/*****************************************************************************/
/* 優遇制度 */
/*****************************************************************************/
/*** 注目箇所 ***/
div.attention div {
	background-color: #d7ffdf;
	padding: 3px 0px;
}

/*** ns_seido ***/
table.ns_seido {
	width: 100%;
}
table.ns_seido th, table.ns_seido td {
	padding: 0px 0px 8px 0px;
}

table.ns_seido td.r {
	text-align: right;
	font-size: 85%;
}


/*****************************************************************************/
/* アクセス */
/*****************************************************************************/
/*** マップメニュー ***/
.map_navi {
	text-align: center;
	margin: 0px 0px 5px 0px;
}

/*** 交通のご案内 ***/
.ns5_ac {
	margin: 5px 0px 0px 150px;
}
.ns5_ac span {
	padding: 3px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	
	white-space: nowrap !important;
}
