@charset "utf-8";

/* -----共通スタイル----- */

/* pagetop */

.btn_pagetop {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}


/* 注意書き */

p.note {
	color: #666666;
	font-size: 0.625em;
}


/* list link */

ul.list_link {
	list-style-type: none;
	line-height: 2em;
}

ul.list_link li {
	display: block;
	background: url(../images/icon_link_arrow.gif) no-repeat left 6px;
	margin-left: 0;
	padding-left: 14px;
}


.dotline {
	height: 5px;
	background: url(../images/dotline.gif) repeat-x left center;
}



/* -----トップページ----- */

/* リポートコラム */

#box_report h3 {
	margin-bottom: 0.5em;
	color: #990033;
	font-size: 1.4em;
}

#box_report {
	width: 540px;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	margin-bottom: 0.5em;
	padding: 20px 12px 20px 11px;
}

#box_report .tb_photo {
	width: 540px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#box_report .tb_photo td {
	width: 135px;
}

#box_report .photo_right {
	float: right;
	width: 240px;
}


/* オフィスデータ */

#box_report .tb_data {
	width: 290px;
	border-collapse: collapse;
}

#box_report .tb_data th,
#box_report .tb_data td {
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
}

#box_report .tb_data th {
	width: 4.5em;
}

#box_report .tb_data td.cell_pb1em {
	padding-bottom: 1em;
}


/* リンク　一覧 */

ul.list_link1{
	float: right;
	list-style-type: none;
	margin-bottom: 2em;
}

ul.list_link1 li {
	margin-left: 0;
}

ul.list_link1 li a {
	background: url(../images/icon_link_01.gif) no-repeat left center;
	padding-left: 2em;
}


/* 最近のリポート */

#column_report_box {
	width: 565px;
}

#column_report_box .dotline {
	width: 565px;
}

#column_report_box .column_report_box {
	width: 541px;
	background-color: #F6F6F6;
	padding: 6px 12px;
}

#column_report_box li {
	width: 140px;
	float: left;
	margin-right: 2em;
}

#column_report_box li.list_end {
	margin-right: 0;
}


/* 物件選びのポイント */

#box_point  {
	background-image: url(../point/images/back_point_middle.gif);
	background-repeat: repeat-y;
	width: 485px;
	padding: 10px 20px;
}
#box_point h4 {
	color: #336666;
	margin: 0px;
	font-size: 0.875em;
}
#box_point p {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}
