﻿@charset "utf-8";

/*=================================================================
	
	サンフロンティア不動産 ホーム用 CSS
	
	・Since: 2007.10
	・Modified: 2007.12/27
	・Editor: KIML
	・Customize:

=================================================================*/

#home #header{
	width: 950px;
	height: 72px;
	margin: 0 0 0 0;
	background: url(../image/header_bg.gif) no-repeat 0px -72px;
}

#home div#txt-size {
	margin: 0 0 10px 0;
	float: right;
}

#home #center-container-box {
	width: 716px;
	float: right;
}

#home #center-container {
	width: 453px;
	float: none;
}

#home h1 {
	display: none;
}

#home .h2_ttl_box {
	border-bottom: solid 2px #155297;
	background: #dbe8f7;
}

#home .h2_ttl_box h2 {
	border-top: none;
	border-bottom: none;
	background: #dbe8f7;
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* ニュース＆最新情報テーブル */
.news-table {
	background: #f9f9f9;
}

.news-table th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 65%;
}

.news-table td {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 82%;
}

.news-table td {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 82%;
}

.news-table td a {
	color: #4f4f4f;
	text-decoration:none;
}

.news-table td a:hover {
	color: #4f4f4f;
	text-decoration:underline;
}


/*-----------------------------------------------------------------
		[3]:左ナビ
-----------------------------------------------------------------*/

#home #left-container {
	width: 218px;
	float: left;
}

/* 背景設定 */

#home div#side-menu {
	background: url(../../image/home_side_menu.jpg) no-repeat left top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 260px;
}

#home #side-menu .image-menu a {
	background: url(../../image/home_side_menu.jpg) no-repeat left top;
}

/* h2設定 */
#home #side-menu h2 {
	height: 20px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 1px;
	background: url(../../image/home_side_menu.jpg) no-repeat left top;
}

#home #side-menu ul.image-menu li {
	height: 59px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#home #side-menu ul.image-menu li a {
	display: block;
	height: 59px;
	width: 206px;
	margin-left: 6px;
	text-indent: -9999px;
	font-size: 0px;
	/*\*/overflow:hidden;/**/	/* Mac IE以外 */
}

/* 背景設定 */
#home #side-menu li.s-01 a { background-position: -6px -20px;}
/*#home #side-menu li.s-02 a { background-position: -6px -79px;}*/
#home #side-menu li.s-03 a { background-position: -6px -79px;}
#home #side-menu li.s-04 a { background-position: -6px -138px;}
#home #side-menu li.s-05 a { background-position: -6px -197px;}

/* マウスオーバー */
#home #side-menu li.s-01 a:hover { background-position: -224px -20px;}
/*#home #side-menu li.s-02 a:hover { background-position: -224px -79px;}*/
#home #side-menu li.s-03 a:hover { background-position: -224px -79px;}
#home #side-menu li.s-04 a:hover { background-position: -224px -138px;}
#home #side-menu li.s-05 a:hover { background-position: -224px -197px;}


/*-----------------------------------------------------------------
		[3]:右バナー
-----------------------------------------------------------------*/

#home #right-container {
	width: 248px;
	padding: 0 0 0 0;
	float: none;
	text-align: center;
}

#home #right-container div {
	text-align: center;
	padding: 0px;
}

#home #right-container .side-info-box {
	padding: 5px 0px 7px 0px;
}

#home #right-container .side-info-box div {
	text-align: center;
	padding: 0px;
}

#home table.tenant-table {
	width: 228px;
	margin: 2px auto 1px auto;
	border: solid 1px #cecece;
	font-size: 65%;
	color: #4f4f4f;
	text-align: left;
}

#home .tenant-table th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	width: 65%;
}

#home .tenant-table td {
	padding: 5px;
	width: 35%;
	text-align: right;
}

#home .tenant-table tr.bottom-line th,
#home .tenant-table tr.bottom-line td {
	border-bottom: #d8d8d8;
}


/* プロパティマネジメント事業 */

.pm-box {
	width: 240px;
	margin: 2px 0 0 3px;
	background: url(../../image/w_p_bg.gif) repeat-y left;
	font-weight: bold;
	color: #4f4f4f;
}

.pm-box-inner {
	width: 240px;
	padding: 0 0 5px 0;
	background: url(../../image/w_p_bottom.gif) no-repeat left bottom;
}

.pm-box h2 {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 240px;
}

.pm-box table {
	border: solid 5px #e3e3e3;
}

.pm-box .p-left {
	width: 93px;
	text-align: left !important;
	vertical-align: middle;
	font-size: 82%;
	font-weight: normal;
	padding: 10px;
}

.pm-box .p-left span {
	font-size: 150%;
	font-weight: bold;
}

.pm-box .p-right {
	width: 97px;
	text-align: center;
	padding: 10px;
}

.last-update {
	font-size: 65%;
	text-align: right !important;
	width: 220px;
	margin: 5px auto 10px auto;
	font-weight: normal;
}