body
{
	margin : 0px;
	padding : 0px;
	color : #575757;
	font-size: 0.9em;
	line-height: 140%;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.text8 { font-size:0.8em;
		 line-height:140%; 
	}

.text9 { font-size:0.9em;
		 line-height:140%; 
	}

h1, h2, h3, h4, h5 {
	margin : 0px;
	}

@media all {
	.text8, .text9, body, td{
	letter-spacing : 1px;
	}
}


/* メイン構造のテーブルのスタイル */
.main {
	width: 760px;
	line-height: 140%;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}

/* ヘッダーのTD */
.header {
	padding-right: 15px;
	padding-left: 15px;
}

/* 内容のTD */
.contents {
	padding-top: 20px;
	width: 100%;
	padding-left: 25px;
}

/* フッターのTD */
.footer {
	text-align: center;
	font-size: 0.8em;
	padding-right: 15px;
	padding-left: 15px;
}

/* フッターのリンク */
.footer a {
	text-decoration: none;
}

/* フッターのマウスオーバーのリンク */
.footer a:hover{
	text-decoration: underline;
}

/* ページの小見出し画像のマージンに使用 */
h2 {
	margin-top: 30px;
}

/* ドット線の四角囲み（事業・住宅設備） */
.dotto-box {
	border: 1px dotted #999999;
}

/* 小見出しの内容のインデントに仕様 */
.left-margin-box {
	width: 100%;
	padding-left: 25px;
	color: #666666;
	padding-top: 15px;
}


.td-left {
	border-right: 2px solid #FF9900;
	padding-right: 15px;
	text-align: right;
}


.td-right {
	padding-bottom: 25px;
	padding-left: 15px;
}


.td-right-bottom {
	padding-left: 15px;
}
