@charset "UTF-8";
/* ======================================================= *//*
Style Name: information.css
Style URI: css/information.css
Description: 関連情報の内部共通css
Version: 1.0
Last Up Date: 070301

Suggested order:各要素の指定は以下の順に記述して下さい。
	1. 視覚整形モデル
		display
		list-style
		position
		float
		clear
	2. ボックスモデル
		width
		height
		margin
		padding
		border
	3. 背景と前景
		background
	4. フォントとテキスト
		color
		font
		text-decoration
		text-align
		vertical-align
		white-space
		other text
	5. 生成内容
		content
Reference:基本フォント14px相当の場合の指定比率
/* 142.86%　/* 20px相当 */
/* 128.57%　/* 18px相当 */
/* 114.29%　/* 16px相当 */
/* 100.00%　/* 14px相当 */
/* 85.71%　/* 12px相当 */
/* 71.43%　/* 10px相当 */
/* 57.14%　/* 8px相当 */
/* 42.86%　/* 6px相当 */
/*
/* ======================================================= */

/* ----------------------------------------
　ヘッダーグローバルメニューの現在地表示
* ---------------------------------------- */
@import url("header_info.css");

/* ----------------------------------------
　カラムレイアウト
* ---------------------------------------- */
div#body {
	clear:both;
	text-align: left;
	margin: 0 auto;
	width: 950px;
	}
div#primary {
	height:30px;
	}
div#body div#secondary {
	float:left;
	margin-bottom:50px;
	padding-top:10px;
	background-color:#ffffff;
	width:620px;
	}
div#tertiary {
	float:left;
	padding-top:10px;
	width:230px;
	}


/* ----------------------------------------
　div#primary
* ---------------------------------------- */

/* p#bread
 * ---------------------------------------- */
p#bread {
	padding-top:5px;
	font-size:85.71%; /* 12px相当 */
	}

/* ----------------------------------------
　div#secondary
* ---------------------------------------- */
div#secondary .group {
	margin-left:80px;
	}

/* p#read
 * ---------------------------------------- */
p#read {
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	background-image:url(../images/line_dotted_b.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:160%;
	}

/* div#merchandise
 * ---------------------------------------- */
div#merchandise h3 {
	margin-bottom:10px;
	}
div#merchandise table {
	width:100%;
	border:1px solid #9d9d9d;
	border-collapse:collapse;
	line-height:160%;
	}
div#merchandise table thead th {
	padding:5px;
	background-color:#e5e5e5;
	border:1px solid #9d9d9d;
	font-weight:bold;
	}

div#merchandise table tbody th {
	/*padding:10px 5px;*/
	background-color:#fbe3e3;
	border:1px solid #9d9d9d;
	vertical-align:top;
	}
div#merchandise table tbody th a {
	padding:2px 0px 2px 16px;
	background-image:url(../images/arrow_circle_r_r.gif);
	background-position:left 52%;
	background-repeat:no-repeat;
	}
div#merchandise table tbody td {
	border:1px solid #9d9d9d;
	vertical-align:top;
	}
div#merchandise table tbody td.point {
	padding:10px 5px;
	}


/* 不動産投資ローン
 * ---------------------------------------- */
div#merchandise table.loan thead th.financial {
	width:150px;
	}
div#merchandise table.loan thead th.name {
	width:133px;
	}
div#merchandise table.loan thead th.point {
	width:232px;
	}
div#merchandise table.loan tbody th{
	background-color:#fbe3e3;
	}
div#merchandise table.loan tbody td.name {
	width:130px;
	background-color:#fefafa;
	}
/*  サブリース
 * ---------------------------------------- */
div#merchandise table.sublease thead th.financial {
	width:150px;
	}
div#merchandise table.sublease thead th.point {
	width:367px;
	}
/*div#merchandise table.sublease tbody th{
	background-color:#e2f1d9;
	}*/

/*  賃貸管理
 * ---------------------------------------- */
div#merchandise table.management thead th.financial {
	width:150px;
	}
div#merchandise table.management thead th.point {
	width:367px;
	}
/*div#merchandise table.management tbody th{
	background-color:#dae7f5;
	}*/


div#merchandise p {
	margin-top:10px;
	}
div#merchandise p a {
	padding:2px 0px 2px 16px;
	background-image:url(../images/arrow_circle_r_r.gif);
	background-position:left 52%;
	background-repeat:no-repeat;
	}




/* ----------------------------------------
　div#tertiary
* ---------------------------------------- */

/* div#add
 * ---------------------------------------- */
div#add {
	padding-left:20px
	}
div#add div {
	padding-bottom:10px
	}


#google_ads_div_pro_loan_tb_bottom_ad_wrapper{ height:1px;}
#google_ads_div_pro_loan_tb_top_ad_wrapper{ height:1px;}
