/* -------------------- */
/* 東海住宅建築部Web	*/
/* コンテンツページ共通 */
/* 2005.08.17			*/
/* -------------------- */

/* 本文コンテンツ領域(横600px) */
.contentspace {
	width: 600px;
	margin: 15px auto;
	font-size: 10px;	/* 文字サイズ */
	line-height: 1em;
}

.contentspace a:link {
	color: #00f;
	text-decoration: underline;
}

.contentspace a:hover {
	color: #f00;
}

.contentspace p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

.contentspace div {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.contentspace strong {
	font-weight: bold;
	color: #f00;
}

.contentspace hr {
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #ccc;
}

.contentspace ul {
	margin: 0 0 0 1.5em;
	border: 0;
	padding: 0;
}

.contentspace li {
	margin: 0 0 0.25em 0;
	border: 0;
	padding: 0;
}

.contentspace dl {
	padding: 0em;
	margin: 0;
}

.contentspace dt {
	font-weight: bold;
}

.contentspace dd {
	margin-right: 1em;
}

/* コマタイトル */
.komatitle {
	color: #000;
	font-weight: bold;
	border-bottom: #fff 0.5em solid;
}

.komaclear {
	margin: 0;
	border: 0;
	padding: 0;
	clear: both;
	line-height: 0;
}
