/* 日本管財　マンション管理　CSS Document */
/* Copyright (c) coolbag.net All right reserved.*/

/* index style */

#index {
	width: 750px;
	margin: 10px auto 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;

}

#indexleft {
	width: 450px;
	float: left;
	text-align: left;
}

#indexright {
	width: 290px;
	float: right;
}

.indexblock {
	text-align: left;
	margin: 0px auto 20px;
	padding-bottom: 5px;
	font-size: 80%;
	line-height: 160%;
	border-bottom: 1px dotted #cccccc;
}

.blockbutton {
	text-align: right;
	margin-top: 3px;
}

#networkleft {
	width: 108px;
	float: left;
}

#networkright {
	width: 180px;
	float: right;
	margin-bottom: 15px;
}


/* What's new */
#news {
	width: 430px;
	margin: 10px auto;
	text-align: left;
}

#news ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#news li {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 10px;
}

/* ポイント */
#point {
	width: 750px;
	margin: 10px auto 20px;
	text-align: left;
}

#pointleft {
	width: 488px;
	float: left;
}

#point1 {
	width: 234px;
	float: left;
}

#point2 {
	width: 234px;
	float: right;
}

#pointright {
	width: 234px;
	float: right;
}

.pointin {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin-top: 10px;
	padding-left: 7px;
	font-size: 80%;
}


