@charset "utf-8";

/* 基本セット
---------------------------------------------------- */
*{
	margin : 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	border:0px;
}

body {
	background-color: #E4EBDC;
	background-image: url(../menu/back.jpg);
	background-repeat: repeat-x;
}

ul {
	list-style:none;
}

.left {text-align: left;}
.right {text-align: right;}

.space_5 {height:5px;}
.space_10 {height:10px;}
.space_20 {height:20px;}
.space_30 {height:30px;}
.space_40 {height:40px;}
.space_50 {height:50px;}
.space_60 {height:60px;}

.padding_10 {padding:10px;}

/* ベース
---------------------------------------------------- */

.wrapper{
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	width:900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	z-index:10;
	margin-top: -150px;
	text-align: center;
	
}


/* header
---------------------------------------------------- */
#header {
	width:900px;
	overflow: hidden;
	z-index:20;
}

#header:after{
	height:1px;
	overflow: visible;
}

#header h1 {
	width:490px;
	font-size: 10px;
	color: #666666;
	float: left;
	padding-left: 0px;
	padding-top: 5px;
	letter-spacing: 0.2em;
}

#header h2{
	float: left;
	margin-top: -25px;
}
#header h3{
	float: left;
	padding-left: 7px;
}
#header li {
	float: right;
	list-style:none;
}

.b_outline a {
	display:block;
	width:101px;
	height:26px;
	background:url(../menu/submenu_02.gif) left top no-repeat;
	text-indent:-9999px;
	padding-bottom: 5px;
}

.b_outline a:hover {
	background:url(../menu/over/submenu_02.gif) left top no-repeat;
}

.b_map a {
	display:block;
	width:103px;
	height:26px;
	background:url(../menu/submenu_01.gif) left top no-repeat;
	text-indent:-9999px;
	padding-bottom: 5px;
}

.b_map a:hover {
	background:url(../menu/over/submenu_01.gif) left top no-repeat;
}

.b_request a {
	display:block;
	width:102px;
	height:26px;
	background:url(../menu/submenu_03.gif) left top no-repeat;
	text-indent:-9999px;
	padding-bottom: 5px;
}

.b_request a:hover {
	background:url(../menu/over/submenu_03.gif) left top no-repeat;
}

.b_raijyo a {
	display:block;
	width:100px;
	height:26px;
	background:url(../menu/submenu_04.gif) left top no-repeat;
	text-indent:-9999px;
	padding-bottom: 5px;
}

.b_raijyo a:hover {
	background:url(../menu/over/submenu_04.gif) left top no-repeat;
}

/* グローバルナビゲーション
---------------------------------------------------- */

#downmenu01 {
	width: 101px;
	position: relative;
	z-index: 100;
	top: -5px;
	left: 295px;
	visibility: hidden;
}
#downmenu02 {
	width: 101px;
	position: relative;
	z-index: 100;
	top: -59px;
	left: 598px;
	visibility: hidden;
}

#downmenu01_top {
	width: 101px;
	position: relative;
	z-index: 100;
	top: -5px;
	left: 395px;
	visibility: hidden;
}
#downmenu02_top {
	width: 101px;
	position: relative;
	z-index: 100;
	top: -59px;
	left: 698px;
	visibility: hidden;
}
/* グローバルナビゲーション
---------------------------------------------------- */
#navi {
	background-image: url(../menu/menu_back.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#navi:after{
	height:1px;
	overflow: visible;
}

#navi ul {
	width:900px;
	height:67;
	margin: 0 auto;
	padding:0px;

}

#navi li {
	float: left;	
}

/* サブナビゲーション
---------------------------------------------------- */
#subnavi ul {
	width:950px;
	height:52px;
	list-style: none;
}

#subnavi li {
	float: left;	
}

.subnavi01 a{
	display:block;
	width:475px;
	height:52px;
	text-indent:-9999px;
	background-image: url(../quality/submenu_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subnavi01 a:hover {
	background:url(../quality/over/submenu_01.jpg) left top no-repeat;
	}

.subnavi02 a{	
	display:block;
	width:475px;
	height:52px;
	background:url(../quality/submenu_02.jpg) left top no-repeat;
	text-indent:-9999px;
}
.subnavi02 a:hover {
	background:url(../quality/over/submenu_02.jpg) left top no-repeat;
	}

.subnavi03 a{	
	display:block;
	width:475px;
	height:52px;
	background:url(../equipment/submenu_01.jpg) left top no-repeat;
	text-indent:-9999px;
}
.subnavi03 a:hover {
	background:url(../equipment/over/submenu_01.jpg) left top no-repeat;
	}
	
.subnavi04 a{	
	display:block;
	width:475px;
	height:52px;
	background:url(../equipment/submenu_02.jpg) left top no-repeat;
	text-indent:-9999px;
}
.subnavi04 a:hover {
	background:url(../equipment/over/submenu_02.jpg) left top no-repeat;
}


/* footer
---------------------------------------------------- */

#footer {
	overflow: hidden;
	background-color: #E4EBDC;
}

#footer:after{
	height:1px;
	overflow: visible;
}

#footer ul{
	clear:both;
}


#footer li {
	float: left;
	list-style:none;
	background-color: #D1DFC4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4EBDC;
	border-right-color: #E4EBDC;
	border-bottom-color: #E4EBDC;
	border-left-color: #E4EBDC;

}
#footer li a{
	width: 298px;
	display: block;
	font-size: 10px;
	line-height: 200%;
	text-align: center;
	color: #3B5D00;
	text-decoration: none;

}

#footer li a:hover{
	background-color: #BDD1AB;
	color: #3B5D00;
	text-decoration: underline;
}

#info {
	color:#FFFFFF;
	width: 558px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}


#tel {
	width: 330px;
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.banner {
	width: 330px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#copy {
	clear:both;
	width: 980px;
	background-color: #3B5D00;
	text-align: center;
}

#renaissance {
	width: 330px;
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;



/* パンくず
---------------------------------------------------- */
#pan {
	height: 46px;
	width: 945px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 0px;

}

.concept{background: url(../concept/title.jpg) no-repeat;}
.quality{background: url(../quality/title.jpg) no-repeat;}
.landscape{background: url(../landscape/title.gif) no-repeat;}
.room{background: url(../room/img/title.jpg) no-repeat;}
.equipment{background: url(../equipment/title.jpg) no-repeat;}
.location{background: url(../location/title.jpg) no-repeat;}

#pan a{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;

}

#pan a:hover{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;

}

/* ページトップ
---------------------------------------------------- */
#page_top{
	width:910px;
	background-color: #FFFFFF;
	text-align: right;
	padding: 20px;
}

#page_top a{
	text-align: right;
}

#page_top a:hover{
	text-align: right;
}

/* フッターメニュー
---------------------------------------------------- */
#foot_menu {
	font-size: 12px;
	color: #E4EBDC;
	background-color: #ffffff;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#foot_menu li{
	display:inline;
}

#foot_menu a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#foot_menu a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#b_guide {
	float: right;
	width: 320px;
	padding-left: 0px;
	margin: 0px;

}

/* テキスト
---------------------------------------------------- */
.t10_130 {font-size: 10px; line-height: 130%;}
.t12_130 {font-size: 12px; line-height: 130%; color: #333333;}
.t12_150 {font-size: 12px; line-height: 150%; color: #333333;}

/* 物件概要
---------------------------------------------------- */
.outline_table td{
	padding: 5px;

}

.outline_table .txt01{
	padding-left: 10px;
	margin-left: 10px;
	left: 10px;
	position: relative;

}


.event2 {
	padding-top: 20px;
}

.outline_txt01 {
	float:left;
	width:200px;
	padding: 10px;
}

.outline_txt02 {
	float:left;
	width:620px;
	padding: 10px;
}