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

/*ブラウザスタイルの初期化*/

*{
	margin:0;
	padding:0;
	color:#4d4d4d;
	line-height:1.0;
	}

/*フォントの統一化*/
* html body {font-size:75%;}
body * {font-size:100%;}

html{
    height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	font-size:10px;
	line-height:1.8;
}
html>body{
height:auto;
}
img {
	border:none;
	vertical-align:top;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}
/*展示場印刷用ページ*/
#container {
	width:605px;
	margin:0px auto;
}
#headder {
	margin-bottom:7px;
}
#headder h1 {
	height:24px;
	width:304px;
	float:left;
}

#headder .RightArea {
	float:right;
}
#title h2 {
	padding:10px 10px;
	border-top:1px solid #e3e3e3;
	border-bottom:3px solid #4b8fcc;
	font-weight:normal;
	font-size:14px;
}
.stitle {
	border-left:3px solid #c7e647;
	padding:5px 10px;
	font-size:14px;
}
#point {
	margin:10px 0px 20px 0px;
}
#size {
	border-collapse:collapse;
    border-spacing:0;
	width:220px;
	margin:5px 0px 10px 0px;
}
#size th {
	font-size:9px;
	padding:3px;
	text-align:left;
	line-height:1.4;
	font-weight:normal;
	background:#d4eeff;
	border-bottom:2px solid #FFFFFF;
}
#size td {
	font-size:9px;
	padding:3px;
	text-align:left;
	line-height:1.4;
}
#point .leftPosi {
	float:left;
}
#point .rightPosi {
	width:370px;
	float:right;
}
#point p {
	margin:5px 0px;
	line-height:1.4;
}
#point .pL5 {
	padding-left:5px;
	line-height:1.4;
}
#access {
	margin-bottom:10px;
}
#access .leftPosi {
	float:left;
}
#access .rightPosi {
	width:370px;
	float:right;
}
#access .map {
	border:#CCCCCC 1px solid;
	margin-bottom:7px;
}
#access .list {
	margin-top:5px;
	width:370px;
}
#access .list th {
	line-height:1.4;
	font-weight:normal;
	text-align:left;
	padding:3px;
	border-bottom:#666666 1px dotted;
}
#access .list td {
	line-height:1.4;
	font-weight:normal;
	text-align:left;
	padding:3px;
	border-bottom:#666666 1px dotted;
}
#ectAccess {
	margin:5px 0px;
}
#ectAccess .leftPosi {
	float:left;
}
#ectAccess .mapcode {
	border:1px solid #666666;
	padding:2px;
}
#ectAccess .rightPosi {
	float:right;
	width:156px;
}
#ectAccess .center {
	text-align:center;
}
#footer address {
	font-size:10px;
	font-style:normal;
}
