@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
<!-- 
* {
margin: 0;
padding: 0;
}

img {
	border: 0px;
}

body  {
	font: 12px/16px Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1004px;
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 10px 0 0;
	height: 322px;
	font-weight: bold;
}

 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	height: 100%;
}

h2 {
	_margin-top: 20px; /* IE6 */
}

.twoColFixLtHdr #mainContent {
	margin: 20px 23px 0px 23px;
	padding: 0px 0px;
	background: #ffffff;
	height: 100%;
	*margin-top: 20px; /*IE6 and below*/
	_margin-top: 0px; /*IE6*/
}


 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#ffffff;
	border-top: solid 2px black;
	margin: 10px 0 20px 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* トップページメニュー */

.header-navigation{
	position:absolute;
	z-index: 9;
    background-image: url("img/menu.png");
    background-repeat: no-repeat;
	margin-top: 285px;
    width:1004px;
    height: 35px;
}

.header-navigation li{
    float: left;
    list-style: none;
    padding: 0;
    margin:  0;
}

.header-navigation .home a{
　 display: block;
    position: absolute;
    left: 0px;
    width: 141px;
    height: 35px;
}

.header-navigation .work a{
　 display: block;
    position: absolute;
    left: 141px;
    width: 139px;
    height: 35px;
}

.header-navigation .company a{
　 display: block;
    position: absolute;
    left: 280px;
    width: 139px;
    height: 35px;
}

.header-navigation .mail a{
	display: block;
    position: absolute;
    left: 419px;
    width: 585px;
    height: 35px;
}

.header-navigation .home a:hover{
    background:url("img/menu.png") 0 -35px no-repeat;
	top: 0px;
}

.header-navigation .work a:hover{
    background:url("img/menu.png") -141px -35px no-repeat;
	top: 0px;
}

.header-navigation .company a:hover{
    background:url("img/menu.png") -280px -35px no-repeat;
	top: 0px;
}

.header-navigation .mail a:hover{
    background:url("img/menu.png") -419px -35px no-repeat;
	top: 0px;
}

/* サブページメニュー */
.twoColFixLtHdr #header_sub { 
	background: #ffffff; 
	padding: 0 10px 0 0;
	height: 199px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent_sub {
	margin: 0px 12px 0px 23px;
	padding: 0px 0px;
	background: #ffffff;
	height: 100%;
	*margin-top: 10px; /*IE6 and below*/
	_margin-top: 0px; /*IE6*/
}

.breadlist {
	font-size: 13px;
	margin: 10px 0 0 0;
	*margin-top: 10px; /* IE7 and below */
	*margin-bottom: 10px; /* IE7 and below */
	_margin-top: 10px; /*IE6*/
}

#menu_sub {
	position: absolute;
    width:1004px;
    height:70px;
	z-index:3;
    background:url("img/menu.png") left top no-repeat;
	display:block;
	margin-top: 0px;
    text-indent: -9999px;
}

.header-navigation_sub{
	position: absolute;
	z-index: 9;
    background-image: url("img/menu.png");
    background-repeat: no-repeat;
	margin-top: 99px;
    width:1004px;
    height: 35px;
}

.header-navigation_sub li{
    float: left;
    list-style: none;
    padding: 0;
    margin:  0;
}

.header-navigation_sub .home a{
　 display: block;
    position: absolute;
    left: 0px;
    width: 141px;
    height: 35px;
}

.header-navigation_sub .work a{
　 display: block;
    position: absolute;
    left: 141px;
    width: 139px;
    height: 35px;
}

.header-navigation_sub .company a{
　 display: block;
    position: absolute;
    left: 280px;
    width: 139px;
    height: 35px;
}

.header-navigation_sub .mail a{
	display: block;
    position: absolute;
    left: 419px;
    width: 585px;
    height: 35px;
}

.header-navigation_sub .home a:hover{
    background:url("img/menu.png") 0 -35px no-repeat;
	top: 0px;
}

.header-navigation_sub .work a:hover{
    background:url("img/menu.png") -141px -35px no-repeat;
	top: 0px;
}

.header-navigation_sub .company a:hover{
    background:url("img/menu.png") -280px -35px no-repeat;
	top: 0px;
}

.header-navigation_sub .mail a:hover{
    background:url("img/menu.png") -419px -35px no-repeat;
	top: 0px;
}
/*特選情報*/
#tokusen_left {
	float: left;
	margin: 0 24px 20px 0;
	*margin: 10px; 24px 0px 0; /* IE7 and below */
	border: solid 1px black;
	_margin-top: 5px; /* IE6 */
}

#tokusen_right {
	float: left;
	margin: 0 0 20px 0;
	*margin: 10px 0 0px 0; /* IE7 and below */
	border: solid 1px black;
	_margin-top: 5px; /* IE6 */
}

.btbase {
	background-color: #333333;
	width: 465px;
	height: 44px;
	text-align: center;
}
.bt_tokusen {
	margin-top: 8px;
	margin-bottom: 8px;
	*	margin-bottom: 0px;/* IE7 and below */
}

/*物件詳細*/

#detail_table {
	margin-top: 10px;
}
#nameselling {
	margin: 10px 0 10px 0;
}
#d_name {
	color: #ff00ff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
#d_selling {
	font-size: 18px;
	line-height: 21px;
}

#d_mainphoto {
	float: left;
	border: solid 1px black;
}
#d_floorplan {
	border: solid 1px black;
	margin-left: 8px;
}


#logo {
	top: 0px;
	height: 100%;
	width: 310px;
}
#topimg {
	position: absolute;
	z-index: 0;
	top: 0px;
	height: 286px;
	width: 1004px;	
}
#logoArea {
	position: absolute;
	top: 0px;
	width: 310px;
	margin: 16px 0 18px 35px;
	z-index: 1;
	color: #FFFFFF;
}

#topimg_sub {
	position: absolute;
	z-index: 0;
	top: 0px;
	height: 159px;
	width: 1004px;	
}

#subp_tel {
	position: relative;
	top: 70px;
	left: 689px;
	width: 310px;
	margin: 0;
	z-index: 2;
	color: #FFFFFF;
}

#tel {
	margin: 16px 0 6px 0;
}
#mail {
	margin: 8px 0 0 0;
}
#pinfo {
	width: 167px;
	height: 100%;
	margin: 10px 0 20px 0px;	
}
.pinfoitem {
	width: 167px;
	height: 100%;	
	margin: 3px 0 2px 0;
}

/*物件情報*/
.property_flame {
	width: 957px;
}

.property {
	text-align: center; 
	width: 181px; 
	height: 270px; 
	margin: 10px 0px 20px 8px;
	overflow: hidden;
}

.property_left {
	text-align: center; 
	width: 181px; 
	height: 270px; 
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}
.p_title {
	color: #ffffff;
	top: 0;
	height: 38px;
	width: 181px;
	margin: 0;
	padding: 2px 0 0px 0;
	background-image: url(img/rec01.png);
	overflow: hidden; 	/* あふれた文字を隠す	*/
	_height: 38px; /*IE6*/
}
.p_text {
	overflow: hidden;
	margin: 6px 14px 10px 14px;
}
.p_photo {
	display: block;
	margin-top: 15px;
}

/* 物件一覧テーブル */

.member-navigation {
	position: relative;
	z-index: 9;
    background-image: url("img/title03.png");
    background-repeat: no-repeat;
    width:957px;
    height: 35px;
}

.member-navigation .member a {
　 display: block;
    position: absolute;
    left: 0px;
    width: 957px;
    height: 35px;
}
.member-navigation .member a:hover {
    background:url("img/title03.png") 0 -35px no-repeat;
	top: 0px;
}
/* =========================   物件一覧テーブル */
#property_list {
	position: static;
	margin-top: -35px;
	margin-bottom: 20px;
}

table.table_property {
	width: 957px;
	border-collapse: separate;
  	border-spacing: 2px;
  	margin-top: 50px;
}

table.table_property th {
  background: #cee5fc;
}

table.table_property th,
table.table_property td {
  padding: 2px 6px;
}


table.table_property td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #ffffff;
  text-align: left;
  white-space: nowrap;
}


table.table_property td.td01 {
  background: #e3fafa;
}

table.table_property td.td02 {
  background: #ccccff;
}


table.table_property td.td03 {
  background: #9999ff;
}

#p_vacant {
	width: 50px;
}

#p_sellingp {
width: 280px;
}
#p_place {
width: 230px;
}

#p_name {
width: 260px;
}
#p_uses {
width: 132px;
}
/* ==========================   サブページ　物件詳細テーブル */
table.t_detail {
	width: 957px;
	border-collapse: separate;
  	border-spacing: 2px;
	margin: 10px 0 0 0;	
}

.ditem {
	width: 215px;
	background: #333333;
	color: #ffffff;
	padding: 12px 0 12px 12px;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
}
.data {
	width: 742px;
	background: #f1f8ff;
	padding: 12px 12px 12px 12px;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;	
}


#d_map {
	margin: 20px 0 20px 0;
}

#d_photos {
}

.d_ophoto {
	vertical-align: top;
	border: solid 1px black;
}

/* ==========================   会社概要 */
#cop_left {
	width: 100px;
	background-color: #cee5fc;
}

#cop_right {
	width: 854px;
	background-color: #cee5fc;
}

.title_bar {
	position: relative;
	margin: 10px 0 5px 0;
	z-index: 4;
}

.ol_cop {
	margin: 0;
}

#cop_purpose_left {
	width: 450px; 
	height: 211px; 
	float: left; 
	padding-right: 10px; 
	font-size: 13px;
}

#cop_purpose_right {
	width: 457px;
	height: 211px;
	float: left;
	font-size: 13px;
}

#map_left {
	border: solid 1px black;
	float: left;
	margin: 15px 10px 15px 0;
}
#map_right {
	float: left;
	width: 320px;
	margin: 15px 0 0 0;
}

#work_left {
	border: solid 1px black;
	float: left;
	margin: 0px 10px 15px 0;
}
#work_right {
	float: left;
	width: 500px;
	margin: 0px 0 0 0;
}

/* ======================   協力企業 */
table#cooperative {
	width: 957px;
	border-collapse: separate;
  	border-spacing: 0px;
	margin: 0;	
}

table#cooperative td {
	border-bottom: solid 1px black;
	padding: 8px 0px 8px 0px;
}
.company {
	width: 367px;
}
.introduction {
	width: 590px;
}





--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
</style>
<![endif]-->