/* 基本
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: justify;
	text-justify: distribute;
	color: #222;
	background-color: #eec;
	background-image: url('./images/bodyback.jpg');
	background-repeat: no-repeat;
	}

a {
	color: #036;
	text-decoration: none;
	}

a:hover {
	color: #930;
	text-decoration: underline;
	}

img {
	border: none;
	}

* {
	margin: 0px;
	padding: 0px;
	}

#Wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 988px;
	}

#HeadS {
	width: 988px;
	height: 48px;
	overflow: hidden;
	}

#FootS {
	width: 988px;
	height: 48px;
	overflow: hidden;
	clear: both;
	}

#ContainerS {
	width: 988px;
	background-image: url('./images/containersback.png');
	background-repeat: repeat-y;
	}


#Container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background-color: #fff;
	}



/* ヘッダ
----------------------------------------------- */
h1 {
	width: 960px;
	height: 119px;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.0em;
	color: #666;
	font-weight: normal;
	position: relative;
	}

h1 a, h1 a:hover {
	color: #666;
	text-decoration: none;
	}

#HeadLogo {
	width: 67px;
	height: 109px;
	overflow: hidden;
	position: absolute;
	left: 24px;
	top: 0px;
	z-index: 5;
	}

#HeadName {
	width: 279px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: 103px;
	top: 57px;
	z-index: 5;
	}

#HeadOut {
	width: 105px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: 721px;
	top: 57px;
	z-index: 5;
	}

#HeadInq {
	width: 104px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: 832px;
	top: 57px;
	z-index: 5;
	}



/* メインメニュー
----------------------------------------------- */
#MainMenu {
	width: 960px;
	height: 29px;
	overflow: hidden;
	list-style-type: none;
	background-image: url("./images/mainmenuback.gif");
	background-repeat: repeat-x;
	}

#MainMenu li {
	display: inline;
	}

#MainMenu li a {
	float: left;
	width: 106px;
	height: 0px;
	margin: 0px 1px 0px 0px;
	padding-top: 29px;
	text-indent: -777px;
	overflow: hidden;
	background-image: url("./images/mainmenu.gif");
	}

#MainMenu li#MM_index a {
	width: 104px;
	background-position: 0px 0px;
	}
#MainMenu li#MM_form a {
	background-position: 0px -29px;
	}
#MainMenu li#MM_concept a {
	background-position: 0px -58px;
	}
#MainMenu li#MM_access a {
	background-position: 0px -87px;
	}
#MainMenu li#MM_location a {
	background-position: 0px -116px;
	}
#MainMenu li#MM_security a {
	background-position: 0px -145px;
	}
#MainMenu li#MM_structure a {
	background-position: 0px -174px;
	}
#MainMenu li#MM_equipment a {
	background-position: 0px -203px;
	}
#MainMenu li#MM_plan a {
	margin: 0px;
	background-position: 0px -232px;
	}

#MainMenu li#MM_index a:hover, #MainMenu li#MM_index a.active {
	background-position: -107px 0px;
	}
#MainMenu li#MM_form a:hover, #MainMenu li#MM_form a.active {
	background-position: -107px -29px;
	}
#MainMenu li#MM_concept a:hover, #MainMenu li#MM_concept a.active {
	background-position: -107px -58px;
	}
#MainMenu li#MM_access a:hover, #MainMenu li#MM_access a.active {
	background-position: -107px -87px;
	}
#MainMenu li#MM_location a:hover, #MainMenu li#MM_location a.active {
	background-position: -107px -116px;
	}
#MainMenu li#MM_security a:hover, #MainMenu li#MM_security a.active {
	background-position: -107px -145px;
	}
#MainMenu li#MM_structure a:hover, #MainMenu li#MM_structure a.active {
	background-position: -107px -174px;
	}
#MainMenu li#MM_equipment a:hover, #MainMenu li#MM_equipment a.active {
	background-position: -107px -203px;
	}
#MainMenu li#MM_plan a:hover, #MainMenu li#MM_plan a.active {
	background-position: -107px -232px;
	}



/* フッタ
----------------------------------------------- */
#FootArea {
	margin: 36px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 912px;
	border-top: solid 2px #039;
	list-style-type: none;
	clear: both;
	}

#Foot_L {
	font-size: 10px;
	float: left;
	width: 752px;
	overflow: hidden;
	}

#Foot_R {
	font-size: 10px;
	float: right;
	width: 160px;
	overflow: hidden;
	text-align: right;
	}

#Copyright {
	font-size: 10px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	}

#Copyright a, #Copyright a:hover {
	color: #222;
	text-decoration: none;
	}

#Staff {
	margin: 0px auto 0px auto;
	padding: 36px 0px 0px 0px;
	width: 912px;
	height: 136px;
	clear: both;
	overflow: hidden;
	position: relative;
	}

#StaffKyodaiLink {
	width: 342px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 266px;
	top: 49px;
	z-index: 5;
	}



/* ボディ共通
----------------------------------------------- */
#BodyContents {
	margin: 36px auto 0px auto;
	width: 912px;
	overflow: hidden;
	clear: both;
	}

.Clear {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}

.MT2 {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT6 {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT12 {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT24 {
	margin: 0px;
	padding: 24px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT36 {
	margin: 0px;
	padding: 36px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT38 {
	margin: 0px;
	padding: 38px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT48 {
	margin: 0px;
	padding: 48px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

.MT60 {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	}

strong.FontRed {
	color: #820;
	}

.MainTitle {
	width: 912px;
	height: 88px;
	overflow: hidden;
	clear: both;
	}

.MainTitle1L {
	width: 912px;
	height: 40px;
	overflow: hidden;
	clear: both;
	}

.SubTitle {
	padding: 4px 8px 4px 8px;
	background-color: #666;
	font-size: 14px;
	line-height: 1.3em;
	color: #039;
	color: #fff;
	}

.BodyCol2 {
	width: 912px;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	}

.BodyCol2 li.L {
	float: left;
	margin: 0px 36px 0px 0px;
	padding: 0px;
	width: 438px;
	overflow: hidden;
	}

.BodyCol2 li.R {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 438px;
	overflow: hidden;
	}

.W438 {
	width: 438px;
	}

.Cap {
	font-size: 9px;
	line-height: 1.2em;
	}




/* ホーム
----------------------------------------------- */
object#indeximg {
	width: 960px;
	height: 578px;
	overflow: hidden;
	clear: both;
	}

#HomeObjectAlt {
	color: #fff;
	font-size: 0px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	line-height: 1px;
	overflow: hidden;
	}

#HomeGuide {
	width: 960px;
	height: 80px;
	overflow: hidden;
	clear: both;
	}



/* コンセプト
----------------------------------------------- */
.ConMap {
	width: 912px;
	height: 744px;
	overflow: hidden;
	clear: both;
	background-image: url('./images/conmap.jpg');
	background-repeat: no-repeat;
	}

.ConImg01 {
	width: 912px;
	height: 339px;
	overflow: hidden;
	clear: both;
	}



/* アクセス
----------------------------------------------- */
.AccRosenmap {
	width: 912px;
	height: 518px;
	overflow: hidden;
	clear: both;
	}



/* 環境
----------------------------------------------- */
.LocMap {
	width: 912px;
	height: 599px;
	overflow: hidden;
	clear: both;
	}

.LocPhoto, .LocCap {
	width: 912px;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	}

.LocPhoto li.L {
	float: left;
	width: 130px;
	height: 130px;
	overflow: hidden;
	}

.LocPhoto li.R {
	float: right;
	width: 132px;
	height: 130px;
	overflow: hidden;
	}

.LocCap li.L {
	float: left;
	width: 130px;
	overflow: hidden;
	font-size: 9px;
	line-height: 1.0em;
	}

.LocCap li.R {
	float: right;
	width: 132px;
	overflow: hidden;
	font-size: 9px;
	line-height: 1.0em;
	}



/* フォルム
----------------------------------------------- */
.ForImg01 {
	width: 438px;
	height: 654px;
	overflow: hidden;
	}

.ForImg02 {
	width: 912px;
	height: 579px;
	overflow: hidden;
	}



/* セキュリティ
----------------------------------------------- */
.SecImg01 {
	margin: 0px auto;
	width: 225px;
	height: 149px;
	overflow: hidden;
	}

.SecImg02 {
	margin: 0px auto;
	width: 354px;
	height: 130px;
	overflow: hidden;
	}

.SecImg03 {
	margin: 0px auto;
	width: 438px;
	height: 388px;
	overflow: hidden;
	}

.SecImg04 {
	margin: 0px auto;
	width: 111px;
	height: 151px;
	overflow: hidden;
	}

.SecImg05 {
	margin: 0px auto;
	width: 113px;
	height: 114px;
	overflow: hidden;
	}

.SecImg06 {
	margin: 0px auto;
	width: 312px;
	height: 120px;
	overflow: hidden;
	}

.SecImg07 {
	margin: 0px auto;
	width: 110px;
	height: 86px;
	overflow: hidden;
	}

.SecCol {
	border: solid 1px #999;
	padding: 12px
	}

.SecImg08 {
	width: 378px;
	height: 39px;
	overflow: hidden;
	}




/* 構造
----------------------------------------------- */
.StrImg01 {
	margin: 0px auto;
	width: 175px;
	height: 137px;
	overflow: hidden;
	}

.StrImg02 {
	margin: 0px auto;
	width: 192px;
	height: 168px;
	overflow: hidden;
	}

.StrImg03 {
	margin: 0px auto;
	width: 134px;
	height: 138px;
	overflow: hidden;
	}

.StrImg04 {
	margin: 0px auto;
	width: 185px;
	height: 146px;
	overflow: hidden;
	}

.StrImg05 {
	margin: 0px auto;
	width: 165px;
	height: 143px;
	overflow: hidden;
	}

.StrImg06 {
	margin: 0px auto;
	width: 184px;
	height: 112px;
	overflow: hidden;
	}

.StrImg07 {
	margin: 0px auto;
	width: 132px;
	height: 136px;
	overflow: hidden;
	}

.StrImg08 {
	margin: 0px auto;
	width: 308px;
	height: 215px;
	overflow: hidden;
	}



/* 設備・仕様
----------------------------------------------- */
.Col2 {
	list-style-type: none;
	}

.Col2 li {
	float: left;
	margin: 0px 36px 0px 0px;
	width: 414px;
	}

.Col2 li.R {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 414px;
	}

.Col2 li h2, h2.Equ {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	}

.Cap {
	font-size: 10px;
	line-height: 1.3em;
	}



/* 間取りプラン
----------------------------------------------- */
#PlanListGuide {
	margin-bottom: 36px;
	width: 912px;
	height: 18px;
	clear: both;
	overflow: hidden;
	}

.PlanCol21 {
	list-style-type: none;
	width: 912px;
	clear: both;
	overflow: hidden;
	}

.PlanCol21 li.L {
	margin: 0px;
	padding: 0px 48px 0px 96px;
	float: left;
	width: 528px;
	overflow: hidden;
	}

.PlanCol21 li.R {
	margin: 0px 96px 0px 0px;
	padding: 0px;
	float: right;
	width: 144px;
	overflow: hidden;
	}

#ListRitsumen {
	width: 180px;
	height: 470px;
	clear: both;
	overflow: hidden;
	}

.PlanColIn2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 528px;
	height: 182px;
	clear: both;
	overflow: hidden;
	}

.PlanColIn2 li.L {
	margin: 0px;
	padding: 0px;
	margin-right: 36px;
	float: left;
	width: 246px;
	height: 182px;
	overflow: hidden;
	}

.PlanColIn2 li.R {
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	float: right;
	width: 246px;
	height: 182px;
	overflow: hidden;
	}

#Ritsumen4 {
	margin: 0px auto;
	width: 732px;
	height: 427px;
	overflow: hidden;
	}

.PlanLink {
	position: absolute;
	width: 120px;
	height: 23px;
	left: 80px;
	top: 202px;
	z-index: 5;
	}

.PlanCol2 {
	list-style-type: none;
	width: 912px;
	clear: both;
	overflow: hidden;
	}

.PlanCol2 li.L {
	margin-right: 36px;
	float: left;
	width: 280px;
	overflow: hidden;
	}

.PlanCol2 li.R {
	float: right;
	width: 596px;
	overflow: hidden;
	}

.PlanH218 {
	width: 280px;
	height: 218px;
	overflow: hidden;
	}

.PlanH230 {
	width: 280px;
	height: 230px;
	overflow: hidden;
	}

.PlanRitsumen {
	margin: 0px auto;
	width: 118px;
	height: 309px;
	overflow: hidden;
	}

.TypeSubLink {
	list-style-type: none;
	width: 596px;
	height: 27px;
	clear: both;
	overflow: hidden;
	}

.TypeSubLink li.L {
	margin-right: 4px;
	float: left;
	width: 96px;
	height: 27px;
	overflow: hidden;
	}

.TypeSubLink li.R {
	margin-right: 0px;
	float: right;
	width: 96px;
	height: 27px;
	overflow: hidden;
	}



/* 物件概要
----------------------------------------------- */
table.OutLine {
	margin: 0px;
	padding: 0px;
	width: 912px;
	}

table.OutLine td.bgc_col {
	margin: 0px;
	padding: 2px 4px 2px 8px;
	background-color: #cdf;
	border: solid 1px #ccc;
	width: 25%;
	text-align: left;
	}

table.OutLine td.bgc_white {
	margin: 0px;
	padding: 2px 4px 2px 8px;
	background-color: #fff;
	border: solid 1px #ccc;
	width: 75%;
	text-align: left;
	}

table.OutLine td.bgc_2cl {
	margin: 0px;
	padding: 0px;
	height: 8px;
	}

table.OutLine td.bgc_sub {
	margin: 0px;
	padding: 2px 4px 2px 8px;
	background-color: #aaa;
	border: solid 1px #aaa;
	width: 100%;
	text-align: left;
	color: #fff;
	font-weight: bold;
	}
