/****************************************************
　■分譲宅地情報（事業案内）　CSS設定
****************************************************/

/***　font-size:80%  style_base.css  ****/


/***　分譲宅地情報（index）  ****/
#land .land-list {
	margin: 30px 40px 20px 20px;
}
#land .land-list dl {
	margin: 0 0 40px 0;
	padding: 0 0 0 30px;
	background-image: url(images/land_index_list.gif);
	background-repeat: no-repeat;
}
#land .land-list dt {
	font-size: 130%;
	font-weight: 700;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999;
}
#land .land-list dd {
	padding: 5px 0 0 2px;
	color: #CC3333;
}

span.new-info {
	background: #99CC00;
	padding: 3px;
	font-size: 80%;
	font-weight: 400;
	color: #fff;
}

/* お問い合わせブロック */
#land .to-contact {
	margin: 20px;
	text-align: center;
}
#land .to-contact p {
	font-size: 90%;
	margin: 15px;
}


/***　分譲宅地情報（item）  ****/
#land {
	margin: 0 0 0 10px;
}

#land .explane {
	margin: 10px 0 20px 10px;
}
.explane table {
	width: 550px;
	font-size: 100%;
}
.explane td {
	padding:10px 0 5px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.explane td.label {
	color: #CC3300;
}

/* <%body%>内 */
.explane .text-area {
	margin: 30px 20px 30px 0;
	border-left: 10px solid #FF9933;
}
.text-area p {
	margin: 0 0 0 10px;
	padding: 0;
}

/* <%more%>内 */
.explane .photo-area {
	margin: 30px 0;
}

.item-date {
	font-size: 90%;
	font-weight: 400;
	color: #CC3366;
}

/* 編集リンク */
p.edit-link {
	margin: 0 20px;
	text-align: right;
	font-size: 90%;
}

