@charset "UTF-8";

/*--------------------------------------------------------*/

body {
	_zoom: 67%; /*WinIE6 only */
	font-family: "ＭＳ Ｐゴシック","MS P Gothic" ,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #333333;
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: center;
}
*:first-child+html body { zoom: 67%; } /*WinIE7 only */

a:link,
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #0099FF;
	text-decoration: none;
}

/* リセット */
p,ul,ol,li,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }
address {
	font-style: normal;
	font-weight: normal;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.clear { clear: both; height: 1px; }

.c-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.c-fix { display: inline-block; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.c-fix { display: block; }

img { vertical-align: bottom; }
img.t { vertical-align: top; }
img.xb { vertical-align: text-bottom; }

/* 位置調整 */
.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.m02 { margin-top: 2px; }
.m03 { margin-top: 3px; }
.m05 { margin-top: 5px; }
.m10 { margin-top: 10px; }
.m15 { margin-top: 15px; }
.m20 { margin-top: 20px; }
.m25 { margin-top: 25px; }
.m30 { margin-top: 30px; }
.m50 { margin-top: 50px; }

/* マウスオーバー */
.ro a:hover img,
.ro a:active img {
	filter: alpha(opacity=82);	/* IE */
	opacity:0.82;	/* Safari Opera */
	-moz-opacity:0.82;	/* Firefox Netscape */
}
.ro input:hover,
.ro input:active {
	filter: alpha(opacity=82);	/* IE */
	opacity:0.82;	/* Safari Opera */
	-moz-opacity:0.82;	/* Firefox Netscape */
}

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }


/*--------------------------------------------------------------
テキストスタイル
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tul { text-decoration: underline; }

/* Color */
.gray { color: #666666; }
.red { color: #FF0000; }
.blue { color: #0000FF; }

/* フォントサイズ */
.fs { font-size: 10px; }

/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/

#header {
	width:960px;
	text-align: left;
	margin: 0 auto;
	padding: 7px 0 0;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
}
#header .right { display: none; padding: 10px 0 0; } /* 印刷時非表示 */
#header .right li {
	float: left;
	margin: 0 0 0 10px;
}
#header .right li a {
	display: block;
	height: 36px;
	text-indent:-999em;
}
html:not([lang*=""]) #header .right li a { outline:none; }
#header .right li a:hover { background-position: 0 -36px; }
#header .right .siryo a {
	background: url(../img/hMenu01.gif) center top no-repeat;
	width: 170px;
}
#header .right .modelroom a {
	background: url(../img/hMenu02.gif) center top no-repeat;
	width: 160px;
}

#headerMenu {
	border-bottom: 1px #B4B4AA solid;
	background: url(../img/menuBack.gif) top repeat-x;
	margin: 15px 0 0;
}
#headerMenu .menu {
	width: 960px;
	margin: 0 auto;
}
#headerMenu li { float: left; }
#headerMenu a {
	background: url(../img/menu.jpg) no-repeat;
	width: 120px;
	height: 52px;
	display: block;
	text-indent:-999em;
}
html:not([lang*=""]) #headerMenu a { outline:none; }
#headerMenu .menu2 a { background-position: -120px 0; }
#headerMenu .menu3 a { background-position: -240px 0; }
#headerMenu .menu4 a { background-position: -360px 0; }
#headerMenu .menu5 a { background-position: -480px 0; }
#headerMenu .menu6 a { background-position: -600px 0; }
#headerMenu .menu7 a { background-position: -720px 0; }
#headerMenu .menu8 a { background-position: -840px 0; }
#headerMenu .menu1 a:hover { background-position: 0 -52px; }
#headerMenu .menu2 a:hover { background-position: -120px -52px; }
#headerMenu .menu3 a:hover { background-position: -240px -52px; }
#headerMenu .menu4 a:hover { background-position: -360px -52px; }
#headerMenu .menu5 a:hover { background-position: -480px -52px; }
#headerMenu .menu6 a:hover { background-position: -600px -52px; }
#headerMenu .menu7 a:hover { background-position: -720px -52px; }
#headerMenu .menu8 a:hover { background-position: -840px -52px; }
#headerMenu .menu1on a { background-position: 0 -52px; }
#headerMenu .menu2on a { background-position: -120px -52px; }
#headerMenu .menu3on a { background-position: -240px -52px; }
#headerMenu .menu4on a { background-position: -360px -52px; }
#headerMenu .menu5on a { background-position: -480px -52px; }
#headerMenu .menu6on a { background-position: -600px -52px; }
#headerMenu .menu7on a { background-position: -720px -52px; }
#headerMenu .menu8on a { background-position: -840px -52px; }

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/

#contents {
	background: #FAF0E1 url(../img/contentsBack.gif) center top repeat-y;
}

/*--------------------------------------------------------------
インデックス
--------------------------------------------------------------*/

#contents .topFlash {
	background: #E6E6DC;
	border: 1px #D2BEB4 solid;
	width: 958px;
	margin: 0 auto;
	padding: 4px 0;
}
#contents .index {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
}
#contents .index .info {
	background: #E6E6E6;
	border: 1px #CCC solid;
	width: 598px;
	float: left;
	text-align: left;
	padding: 4px 0;
}
#contents .index .info .box {
	background: #FFF;
	height: 250px;
	margin: 0 4px;
}
#contents .index .info .title {
	border-bottom: 1px #CCC solid;
	margin: 0 5px;
	padding: 10px 0 5px;
}
#rss li {
	border-bottom: 1px #AAA dotted;
	line-height: 1.2em;
	margin: 0 5px;
}
#rss li a {
	display: block;
	padding: 12px 0 7px;
}
#rss li a:hover { background: #F0FAFF; }
#rss .time {
	float: left;
	margin: 0 0 0 5px;
}
#rss a:link .time,#rss a:visited .time {
	color: #666;
	text-decoration: none;
}
#rss a:hover .time,#rss a:active .time {
	color: #666;
	text-decoration: none;
}
#rss .item {
	float: left;
	margin: 0 0 0 13px;
}
#rss .item a:link,#ss .item a:visited {

	color: #0066FF;
	text-decoration: none;
}
#rss .item a:hover,#rss .item a:active {
	color: #0099FF;
	text-decoration: underline;
}
#contents .index .info .link {
	text-align: right;
	margin: 10px 5px 0;
}
#contents .index .banner { float: right; }
#contents .index .banner li { margin: 10px 0 0; }
#contents .index .banner .noMargin { margin: 0; }

/*--------------------------------------------------------------
コンセプト
--------------------------------------------------------------*/

#concept {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#concept .title h3{
	float: left;
	margin: 0 0 0 35px;
	padding: 130px 0 0;
}

#concept .cts01 { margin: 20px 20px 0; }
#concept .cts01 .right {
	width: 585px;
	padding: 35px 0 0;
}
#concept .cts01 p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 35px 0 0 5px;
}

#concept .cts02 { margin: 15px 20px 0; }
#concept .cts02 .right {
	width: 585px;
	padding: 15px 0 0;
}
#concept .cts02 p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 20px 0 0 5px;
}

#concept #view { display: table; width: 920px; margin: 10px auto 0; }
#concept #view .right {
	width: 485px;
	padding: 80px 0 0;
}
#concept #view .right p { margin-left: 5px;}
#concept #view .right .txt {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 35px;
}

#concept #green { display: table; width: 920px; margin: 20px auto 0; }
#concept #green .left img{ margin: 0 0 0 20px; }
#concept #green .right {
	width: 505px;
	padding: 10px 0 0;
}
#concept #green .right p { margin-left: 5px; }
#concept #green .right h5 { margin: 15px 0 0 5px; }
#concept #green .right ul { margin: 10px 0 0 5px; }
#concept #green .right li {
	float: left;
	margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
周辺環境
--------------------------------------------------------------*/

#location {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#location .topContents .left {
	width: 605px;
}
#location .topContents .right { padding: 10px 5px 0 0; }
#location .topContents .copy {
	width: 300px;
	float: left;
	font-size: 14px;
	line-height: 1.8em;
	margin: 20px 0 0 15px;
}
#location .topContents .map {
	width: 260px;
	float: right;
	margin: 10px 0 0;
}
#location .topContents .image { float: left; }
#location .topContents .txt {
	width: 155px;
	float: right;
}
#location .cts { margin: 20px 5px 0 10px; }
#location .cts .left { width: 250px; }
#location .cts .left li {
	width: 123px;
	float: left;
	margin: 0 0 10px 0;
}
#location .cts .right {
	width: 660px;
	padding: 5px 0 0;
}
#location .cts .listLeft {
	width: 320px;
	float: left;
	line-height: 1.2em;
}
#location .cts .listRight {
	width: 320px;
	float: right;
	line-height: 1.2em;
}
#location .cts .listTitle {
	background: #CCC;
	margin: 10px 0 0;
}
#location .cts .listTitle div {
	background: #CCBE8C;
	width: 160px;
	padding: 4px 0;
}
#location .cts .listTitle p {
	font-weight: bold;
	color: #FFF;
	margin: 0 0 0 3px;
}
#location .cts .listLeft li,#location .cts .listRight li {
	border-bottom: 1px #CCCCB4 dotted;
	font-size: 10px;
	padding: 2px 0;
}
#location .cts .spot { float: left; }
#location .cts .distance { float: right; }

/*--------------------------------------------------------------
ギャラリー
--------------------------------------------------------------*/

#gallery {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#gallery .left {
	width: 350px;
	padding: 15px 0 0;
}
#gallery .left p { margin-left: 5px; }
#gallery .right { margin: 0 5px 0 0;}
#gallery .images {
	width: 550px;
}
#gallery ul { margin: 10px 0 0; }
#gallery li {
	width: 112px;
	float: left;
}
#gallery .item5 { width: 102px; }
#gallery li a {
	display: block;
	width: 102px;
	height: 75px;
	text-indent:-999em;
}
html:not([lang*=""]) #gallery li a { outline:none; }
#gallery li a:hover { background-position: 0 -75px; }
#gallery .item1 a { background: url(../img/gallery03link.jpg) center top no-repeat; }
#gallery .item2 a { background: url(../img/gallery04link.jpg) center top no-repeat; }
#gallery .item3 a { background: url(../img/gallery05link.jpg) center top no-repeat; }
#gallery .item4 a { background: url(../img/gallery06link.jpg) center top no-repeat; }
#gallery .item5 a { background: url(../img/gallery07link.jpg) center top no-repeat; }


/*--------------------------------------------------------------
間取り
--------------------------------------------------------------*/

#roomplan {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#roomplan .about {
	width: 350px;
	float: left;
}
#roomplan .room {
	border-bottom: 2px #F58C00 solid;
	margin: 30px 0 0;
	padding: 0 0 4px;
}
#roomplan .pageTopBtn {
	border-top: 2px #CCC solid;
	text-align: right;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

/*--------------------------------------------------------------
アクセス
--------------------------------------------------------------*/

#access {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#access .title {
	border-bottom: 2px #FFA033 solid;
	margin: 0 5px;
	padding: 0 0 5px;
}
#access .wideArea {
	float: left;
	margin: 10px 0 0;
}
#access .wideArea h4 { margin: 0 0 10px 5px;}
#access .wideArea .areaMap {
	background: url(../img/accessBack01.gif) center top no-repeat;
	width: 520px;
	height: 420px;
	text-align: center;
}
#access .wideArea .box { padding: 6px 0 0; }
#map {
	background: #CCC;
	width: 506px;
	height: 396px;
	margin: 0 auto;
}
#access .detailArea {
	float: right;
	margin: 52px 0 0;
}
#access .detailArea h4 { margin: 10px 5px 0;}
#access .detailArea .areaMap {
	background: url(../img/accessBack02.gif) center top no-repeat;
	width: 410px;
	height: 340px;
	text-align: center;
}
#access .detailArea .box { padding: 6px 0 0; }
#map2 {
	border: none;
	background: #FFF;
	width: 396px;
	height: 326px;
	margin: 0 auto;
	padding: 0;
}

/*--------------------------------------------------------------
設備仕様
--------------------------------------------------------------*/

#equipment {
	width: 930px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#equipment .toilet {
	background: url(../img/equipment_toiletBack.jpg) right top no-repeat;
	border: 1px #78D2FF solid;
	margin: 0 5px;
	padding: 15px 0 10px;
}
#equipment .toilet .box { margin: 0 15px; }
#equipment .toilet .contents1 {
	background: url(../img/equipment_toilet05.jpg) right bottom no-repeat;
	width: 270px;
	float: left;
}
#equipment .toilet .contents1 .image { margin: 0 0 0 15px; }
#equipment .toilet .contents1 p {
	width: 150px;
	font-size: 10px;
}
#equipment .toilet .contents2 {
	background: url(../img/equipment_toilet06.jpg) right bottom no-repeat;
	height: 260px;
	float: left;
	margin: 0 0 0 20px;
}
#equipment .toilet .contents2 div{ width: 215px; }
#equipment .toilet .contents2 .txt1 {
	width: 120px;
	height: 60px;
	font-size: 10px;
	margin: 5px 0 0;
}
#equipment .toilet .contents2 .txt2 {
	width: 100px;	font-size: 10px;
	margin: 5px 0 0;
}
#equipment .toilet .contents3 {
	float: left;
	margin: 0 0 0 20px;
}
#equipment .toilet .contents3 p {
	width: 220px;
	font-size: 10px;
	margin: 5px 0 0;
}

#equipment .title {
	background: url(../img/equipment02.jpg) left bottom no-repeat;
	margin: 20px 5px 0 0;
}
#equipment .title .left { margin: 55px 0 0; }
#equipment .kitchen {
	border-top: 1px #CCCCB4 dotted;
	border-left: 1px #CCCCB4 dotted;
	width: 920px;
	margin: 20px auto 0;
}
#equipment .kitchen td {
	width: 33%;
	border-right: 1px #CCCCB4 dotted;
	border-bottom: 1px #CCCCB4 dotted;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#equipment .kitchen .cts01 .left {	width: 130px; }
#equipment .kitchen .cts03 { margin: 5px 0 0; }
#equipment .kitchen .cts03 .left { width: 135px; }
#equipment .kitchen .cts03 .right { width: 135px; }
#equipment .kitchen .cts04 {
	background: url(../img/equipment13.jpg) center top no-repeat;
	height: 218px;
	margin: 10px 0 0;
}
#equipment .kitchen .cts04 p { width: 130px; }
#equipment .kitchen .cts06 {
	background: url(../img/equipment16.jpg) center top no-repeat;
	height: 176px;
	margin: 10px 0 0;
}
#equipment .kitchen .cts06 p { width: 130px; }
#equipment .pageTop {
	text-align: right;
	margin: 10px 5px 0;
}

#equipment .bathRoom {
	border-bottom: 1px #CCCCB4 dotted;
	margin: 10px 5px 0;
	padding: 0 0 10px;
}
#equipment .bathRoom .bath1 {
	float: left;
	margin: 0 0 0 10px;
}
#equipment .bathRoom .bath1 p { width: 180px; }
#equipment .bathRoom .bath2 {
	float: left;
	margin: 0 0 0 10px;
}
#equipment .bathRoom .bath2 p { width: 190px; }
#equipment .bathRoom .right { width: 275px;}
#equipment .bathRoom .right p { line-height: 1.2em; }

#equipment .security {
	border-top: 1px #CCCCB4 dotted;
	border-left: 1px #CCCCB4 dotted;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#equipment .security td {
	border-right: 1px #CCCCB4 dotted;
	border-bottom: 1px #CCCCB4 dotted;
	line-height: 1.4em;
	vertical-align: top;
	padding: 10px;
}
#equipment .security .wSecurity .left { width: 190px; }
#equipment .security .wSecurity h4,#equipment .security .wSecurity p {
	margin-left: 10px;
}
#equipment .security .wSecurity .right { width: 355px; margin-top: 20px; }
#equipment .security .internet .right { width: 150px; }

#equipment .security .ventilation .left { width: 125px; font-size: 10px; }
#equipment .security .ventilation p { font-size: 10px; line-height: 1.3em; margin-top: 5px; }
#equipment .security .ventilation .right { padding: 10px 0 0; }

#equipment .security .structure .right { width: 190px; }
#equipment .security .structure p { margin-right: 10px; }

#equipment .security .concrete {
	width: 500px;
	text-align: left;
	font-size: 10px;
	line-height: 1.3em;
	margin: 0 auto;
}
#equipment .security .concrete table {
	background: #CCCCB4;
	border-collapse: separate;
	border-spacing: 1px;
	width:500px;
	margin-top: 8px;
}
#equipment .security .concrete th{
	background: #F5DCCC;
	text-align: center;
	font-weight: normal;
	padding: 4px 0;
}
#equipment .security .concrete td{
	background: #FFF;
	border: none;
	text-align: center;
	vertical-align: top;
	line-height: 1.4em;
	padding: 4px 0;
}

#equipment .service { margin: 0 5px;}
#equipment .service li {
	float: left;
	font-size: 10px;
	line-height: 1.3em;
}
#equipment .service li.no { margin: 0; }
#equipment .service .right { width: 728px; }

#equipment .rescue {
	background: url(../img/equipment_rescueBack.gif) left repeat-y;
	margin: 15px 0 0;
}
#equipment .rescue ul {
	border-bottom: 1px #B4DCF0 solid;
	padding: 0 0 5px;
}
#equipment .rescue li {
	margin: 0 8px 0 0;
}
#equipment .rescue .txt { width: 176px; margin: 3px 0 0; }
#equipment .rescue .trouble div { width: 360px; }
#equipment .rescue .trouble .leftImg {
	float:left;
	margin: 0 8px 0 0;
}
#equipment .rescue .trouble .rightImg { float:left; }
#equipment .rescue .trouble .tc p { width: 280px; text-align: left; margin: 3px auto 0; }

#equipment .life {
	background: url(../img/equipment_lifeBack.gif) left repeat-y;
	margin: 10px 0 0;
}
#equipment .life ul {
	border-bottom: 1px #FFBE82 solid;
	padding: 0 0 5px;
}
#equipment .life li {
	margin: 0 7px 0 0;
}
#equipment .life .txt { width: 135px; margin: 3px 0 0; }

#equipment .daily {
	background: url(../img/equipment_dailyBack.gif) left repeat-y;
	margin: 10px 0 0;
}
#equipment .daily ul {
	border-bottom: 1px #B4E68C solid;
	padding: 0 0 5px;
}
#equipment .daily li {
	margin: 0 8px 0 0;
}
#equipment .daily .txt { width: 176px; margin: 3px 0 0; }

/*--------------------------------------------------------------
物件概要
--------------------------------------------------------------*/

#summary {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}
#summary .title {
	border-bottom: 2px #FFA033 solid;
	padding: 0 0 5px;
}
#summary .title h4{
	font-size: 14px;
	color: #F57800;
}
#summary  li {
	border-bottom: 1px #DCDCDC solid;
	padding: 8px 0 3px;
}
#summary  li .item {
	float: left;
	width: 150px;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/

#footer .modelroomInfo {
	background: url(../img/footerModelRoomBack.gif) center top no-repeat;
	display: none; /* 印刷時非表示 */
	width: 970px;
	height: 60px;
	margin: 0 auto;
}
#footer .modelroomInfo h3 {
	float: left;
	margin: 0 0 0 20px;
	padding: 14px 0 0;
}
#footer .modelroomInfo .left {
	padding: 25px 0 0;
	margin: 0 0 0 10px;
}
#footer .modelroomInfo .right {
	margin: 0 12px 0 0;
	padding: 7px 0 0;
}
#footer .modelroomInfo .right a {
	background: url(../img/footerModelRoomBtn.gif) center top no-repeat;
	display: block;
	width: 230px;
	height: 44px;
	text-indent:-999em;
}
html:not([lang*=""]) #footer .modelroomInfo .right a { outline:none; }
#footer .modelroomInfo .right a:hover { background-position: 0 -44px; }
#footer .contact {
	width: 968px;
	margin: 15px auto 0;
}
#footer .contact .right { display: none; } /* 印刷時非表示 */
#footer .contact .tel {
	text-align: left;
	float: none;
	margin: 0 0 0 4px;
}
#footer .contact li {
	float: left;
	margin: 0 0 0 2px;
}
#footer .contact li a {
	display: block;
	height: 42px;
	text-indent:-999em;
}
html:not([lang*=""]) #footer .contact li a { outline:none; }
#footer .contact li a:hover { background-position: 0 -42px; }
#footer .contact .siryo a {
	background: url(../img/footerSiryoBtn.jpg) center top no-repeat;
	width: 218px;
}
#footer .contact .modelroom a {
	background: url(../img/footerModelRoomBtn.jpg) center top no-repeat;
	width: 208px;
}
#footer .bottom {
	display: none; /* 印刷時非表示 */
	border-top: 1px #CCC solid;
	width: 960px;
	margin: 15px auto 0;
	padding: 10px 0 0;
}
#footer .bottom li {
	float: left;
	line-height: 1.2em;
	margin: 0 4px 0 0;
}
#footer .bottom li a{
	background: url(../img/arrow02.gif) left no-repeat;
	display: block;
	color: #666;
	text-decoration: none;
}
#footer .bottom li a:hover,#footer .bottom li a:active {
	color: #999;
	text-decoration: underline;
}
#footer .bottom li p{
	margin: 0 0 0 12px;
}
#footer .bottom .copyright { color:#78788C; letter-spacing: 0; }
#footerLinks {
	background: none;
	margin: 15px 0 0;
	padding: 10px 0;
}
#footerLinks .box {
	width: 960px;
	margin: 0 auto;
}
#footerLinks .box li {
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin: 0 0 0 25px;
}
#footerLinks .box .company {
	float: left;
	font-size: 10px;
	color: #666;
}
#footerLinks .box .company span {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#footerLinks .box .banner {
	float: left;
	margin: 0 0 0 15px;
}



