body{
	padding: 0px;
	margin: 0px auto;
	width:760px;
}
.e9, .e10, .e12 {
	font-family:Arial, Verdana, sans-serif;
}
.j9, .j10, .j10_02, .j14 {
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
}
.j12, .j12_02 {
	font-family:"Osaka", ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
	font-size: 12px;
}
.j12_02 a:link {
	color: #024089;
	text-decoration: underline;
}
.j12_02 a:visited {
	text-decoration: underline;
	color: #024089;
}
.j12_02 a:hover {
	text-decoration: underline;
	color: #3399FF;
}

.j12a {
	font-family:"Osaka", ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
	color: #993300;
	font-size: 12px;
}
.bgco {
	background-color: #024089;
}
.j12bgco{
	background-color: #EAEAEA;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.j12bgco_02{
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.f16{
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size:16px;
	color:#000000;
}
.j16 {
	font-size:16px;
	line-height:140%;
}
.j18 {
	font-size:18px;
	line-height:140%;
}
.j20 {
	font-size:20px;
	line-height:140%;
}
.j22 {
	font-size:22px;
	line-height:140%;
}
.j24 {
	font-size:24px;
	line-height:140%;
}
.j26 {
	font-size:28px;
	line-height:140%;
}

.staff_img {
    border:1px solid #CCCCCC;
    padding:2px;
    -ms-interpolation-mode: bicubic; 
}

h1{/*** DtoS物件一覧画面用 ***/
	font-size:12px;
	padding: 10px 5px 0px 5px;
	text-align: left;
}

/*--------物件一覧詳細共通-------------*/
.list {
	background-color: #024089;/*--検索部分テーブルの枠の色--*/
	font-size:12px;
}
.list th{
	background-color: #EAEAEA;/*--検索部分テーブルの項目の背景色--*/
	color: #333333;           /*--検索部分テーブルの項目の文字色--*/
	font-weight:bold;
}
.list td{
	background-color: #FFFFFF;
}
.list td .list_inv{
	background-color:#2494B9;/*--検索部分投資用条件検索テーブルの種別項目のライン色--*/
}
.bottomlink{
	border: 1px solid #cccccc;
	font-size:12px;
	margin-top:10px;
	text-align:center;
	padding:10px;
}
.bottomlink A:link {
	text-decoration:underline;
}
.bottomlink A:visited {
	text-decoration:underline;
}
.bottomlink A:hover {
	color:#FF9900;
	text-decoration:underline;
}
.bottomlink A:active {
	color:#FF9900;
	text-decoration:underline;
}
.count{
	text-aline:left;
}
.count strong{
	color:#0066FF;
	font-weight: normal;
}
.list2 {
	background-color: #DDDDDD;/*--物件詳細テーブルの枠の色--*/
	font-size:12px;
	border-collapse:collapse;
	border: solid 1px #DDDDDD;
}
.list2 th{
	background-color: #F4F4F4;/*--物件詳細テーブルの項目の背景色--*/
	color: #333333;           /*--物件詳細テーブルの項目の文字色--*/
	font-weight:bold;
	border-bottom: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	padding:10px 10px 10px 15px;
}
.list2 td{
	background-color: #FFFFFF;
	border-bottom: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	padding:10px;
}