@charset "utf-8";
/* CSS Document */

/* 共通：レイアウト */

.containers {
	width: 760px;  /* この幅により、760px のブラウザウィンドウに収まるコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #000000;

	overflow: hidden;
}
/*\*/
* html .containers {
    height: 1em;
    overflow: visible;
}
/**/



/* 共通：ヘッダーエリア */
#HeaderArea {
	width: 760px;
	overflow: hidden;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
/*\*/
* html .containers #HeaderArea {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：コンテンツエリア */
#ContentArea {
	width: 760px;
	overflow: hidden;
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 30px;
	float: left;
}
/*\*/
* html .containers #ContentArea {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：レイアウト */

#FooterContainer {
	width: 760px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding-top: 20px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}
/*\*/
* html #FooterContainer {
    height: 1em;
    overflow: visible;
}

/* トップ：Flashツエリア */
.containers #FlashArea {
	float: left;
	width: 760px;
	margin-top: 20px;
	overflow: hidden;
}

/* トップ：オススメ物件エリア */
#ContentArea #RecommendArea {
	width: 760px;
	margin-bottom: 20px;
	float: left;
}

/* トップ：左エリア */
#ContentArea #LeftContentArea {
	float: left;
	width: 560px;
	overflow: hidden;
}

/* トップ：右エリア */
#ContentArea #RightContentArea {
	float: right;
	width: 200px;
	overflow: hidden;
}
#FooterArea {
	background-color: #333333;
	height: 65px;
	background-image: url(/file/footer_bg.gif);
	background-repeat: repeat-x;
}

#header {
	display: none;
}
#footer {
	display: none;
}


/* 汎用：タグ */
html * {
/*	box-sizing:content-box;  CSS 3 [ MacIE 5] */
	-moz-box-sizing:content-box; /* Mozilla */
}
*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 13px;
	line-height: 1.2;
	color: #000;
}

/* IE/Win \*/
* html {
	font-size: small;
	line-height: 1.2;
}

/**/

body{
	margin: 0 auto; 
	text-align: center;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
	background-image: url(/file/mbtn_bg.gif);
	background-repeat: repeat-x;
}

body * {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	font-weight: normal;
}

em,i {
    font-style: normal;
}

a{
	color: #FFF;
	text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

a img{
	border: 0;
}


hr{
	display: none;
	clear: both;
}

.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
}




#section1 #page #pageInner #header {
	display: none;
}
#section1 #page #pageInner #footer {
	display: none;
}


#HeaderArea #siteLogo {
	height: 50px;
	width: 200px;
	float: left;
}

#HeaderArea #subTitle {
	font-size: 10px;
	float: right;
	width: 550px;
	text-align: right;
}
#globalNav {
	width: 760px;
	float: left;
	overflow: hidden;
}
#globalNav ul {
	float: left;
	list-style-type: none;
}
#globalNav #globalNavItem1,
#globalNav #globalNavItem6 {
	float: left;
	width: 126px;
	height: 40px;
}
#globalNav #globalNavItem2,
#globalNav #globalNavItem3,
#globalNav #globalNavItem4,
#globalNav #globalNavItem5 {
	float: left;
	width: 127px;
	height: 40px;
}

#FooterArea #FooterContainer ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	display: block;
	font-size: 10px;
}
#FooterArea #FooterContainer ul {
	float: left;
	width: 760px;
	display: block;
}
#FooterArea #FooterContainer img {
	float: right;
	margin-top: 15px;
}


#ContentArea #LeftContentArea div {
	width: 560px;
	overflow: hidden;
	margin-bottom: 30px;
}


#ContentArea #LeftContentArea #BannerArea a img {
	margin-right: 5px;
}
#ContentArea #LeftContentArea #ClientArea a img {
	margin-right: 20px;
}

#ContentArea #RightContentArea ul {
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}
#ContentArea #RightContentArea li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ContentArea #RightContentArea p {
	margin-bottom: 10px;
}
#ContentArea #LeftContentArea #InfoArea li {
	line-height: 1.6em;
}
#ContentArea #RecommendArea h3,
#ContentArea #LeftContentArea #InfoArea h3 {
	margin-bottom: 10px;
}
#RecommendArea #horizontal_carousel {
	height: 84px;
	width: 760px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}
#RecommendArea #horizontal_carousel .container {
	background-color: #333333;
	width: 738px;
	overflow: hidden;
	float: left;
	height: 84px;
	position: relative;
}
#RecommendArea #horizontal_carousel .container ul {
	position: relative;
	margin: 0px;
	top: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 84px;
	width: 10000px;
}
#RecommendArea #horizontal_carousel .container li {
	list-style-type: none;

	float: left;
	width: 178px;
	display: block;
	background-color: #000000;
	border: 1px solid #666666;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	overflow: hidden;
}
#RecommendArea #horizontal_carousel .previous_button {
	float: left;
	height: 84px;
	width: 11px;
	background-image: url(/file/but_prev.jpg);
	cursor: pointer;
	z-index: 100;
}
#RecommendArea #horizontal_carousel .previous_button_over {
  background: url(/file/but_prev_hover.jpg) no-repeat;}

#RecommendArea #horizontal_carousel .previous_button_disabled {
  background: url(/file/but_prev_dis.jpg) no-repeat;
  cursor: default;
}
#RecommendArea #horizontal_carousel .next_button {
	float: left;
	height: 84px;
	width: 11px;
	background-image: url(/file/but_next.jpg);
	cursor: pointer;
	z-index: 100;
}
#RecommendArea #horizontal_carousel .next_button_over {
  background: url(/file/but_next_hover.jpg) no-repeat;
}

#RecommendArea #horizontal_carousel .next_button_disabled {
  background: url(/file/but_next_dis.jpg) no-repeat;
  cursor: default;
}
#RecommendArea #horizontal_carousel .container img {
	float: left;
	border: 1px solid #666666;
	margin-right: 4px;
}
#RecommendArea #horizontal_carousel .container i {
	font-size: 83%;
	display: block;
	float: right;
	padding-bottom: 10px;
	width: 100px;
}
#RecommendArea #horizontal_carousel .container em {
	font-size: 75%;
	display: block;
	float: right;
	width: 100px;
	color: #FFFFFF;
}
#BannerArea{width:560px;}
#bannerLeft{width:280px;height:300px;float:left;top:50%;margin:auto}
#bannerRight{width:280px;height:300px;float:right;}