@charset "utf-8";
/* *******************************

	東急コミュニティー
	賃貸オフィスのパートナー
	
	draw.css
	
	* reset
	* general
	* layout
	* header
	* container
	* footer
	* parking

	
******************************** */


/* reset
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
	outline: none;
	}


/* general
---------------------------------------------------------- */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 0.75em;
	color: #000;
	text-align: center;
	background-color: #e9edf2;
	}
p{
	line-height: 1.5em;
	}
.clr{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
	}
td,th{
	font-size: 1.0em !important;
	font-size: 0.75em;
	}
	
mt5{ margin-top: 5px }
mt10{ margin-top: 10px }

pt5{ padding-top: 5px }
pt10{ padding-top: 10px }


/* layout
---------------------------------------------------------- */

#wrapper{
	width: 650px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	background-color: #FFF;
	}
#container{
	width: 600px;
	margin: 18px 25px 10px 25px;
	}
#container-p{
	width: 600px;
	margin: 0 25px 10px;
	padding-top: 20px;
	}

/* header
---------------------------------------------------------- */

#header{
	width: 632px !important;
	width: 650px;
	border-bottom: solid 5px #3b709a;
	padding: 13px 0 0 18px;
	position: relative;
	}

#header h1{
	width: 241px;
	height: 45px;
	background: url(/img/draw/logo.gif) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 13px;
	}
#header a{
	display: block;
	width: 96px;
	height: 27px;
	background: url(/img/draw/btn-print.gif) left top no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 32px;
	left: 540px
	}
	#header a:hover{
		background-position: left bottom;
		}
		

/* container
---------------------------------------------------------- */

#container .draw-title{
	width: auto;
	background: url(/img/draw/bg-caption.gif) left bottom repeat-x;
	margin-bottom: 15px;
	padding: 0 0 11px 3px;
	}
#container .update{
	margin: 0 5px 0 0;
	margin-top: -1.4em;
	text-align: right;
	color: #338999;
	font-weight: bold;
	}
#container h2{
	color: #338999;
	font-size: 1.4em;
	font-weight: bold;
	background: none;
	}
#container h3{
	color: #338999;
	font-weight: bold;
	border-bottom: solid 1px #338999;
	margin: 5px 0 10px 0;
	padding: 0 0 4px 2px;
	}

#container .article-info{
	width: 600px;
	margin-top: 12px;
	}
/*
#container .article-info2{
	width: 600px;
	}*/
#container .article-info-tx{
	width: 206px;
	float: left;
	margin-right: 7px;
	font-size: 0.9em;
	}

/*
#container .article-info-tx2{
	width: 380px;
	float: left;
	margin-right: 7px;
	font-size: 0.9em;
	}
*/
#container .article-info-tx dt{
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: bold;
	}
#container .article-info-tx dd{
	margin-bottom: 3px;
	}
#container .article-info-tx dd.parking-size span{
	display:block;
	text-indent: 4.7em;
	}
	
	
#container .article-info-draw{
	width: 387px;
	float: right;
	}	
#container .drawing{
	text-align: center;
	}
#container .drawing p{
	font-size: 0.9em;
	margin-top: 5px;
	text-align: left;
	}
#container .drawing h3{
	padding-top: 10px;
	text-align: left;
	}
	
#container .article-info-ph{
	width: 158px;
	margin-top: 5px;
	float: left;
	margin-right: 7px;
	}
#container .article-info-map{
	width: 222px;
	/*height: 214px;*/
	margin-top: 5px;
	overflow: hidden;
	float: left;
	}
#container .article-info-map iframe{
	width: 222px;
	height: 214px;
	overflow: hidden;
	border: none;
	}
	
#container .article-info2{
	width: 600px;
	margin-top: 5px;
	}
	
p.print-contents{
	text-align: center;
	}

p.tx-inquiry{
	width: 600px;
	height: 45px;
	margin-top: 30px;
	background: url(/img/draw/tx-inquiry.gif) left top no-repeat;
	text-indent: -9999px;
	}

.page{
	page-break-before: always;
	}
	

/* footer
---------------------------------------------------------- */
	
#footer{
	width: 650px;
	/*border-top: solid 2px #3b709a;*/
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	}
#footer a{
	display: block;
	margin: 0 auto;
	width: 84px;
	height: 25px;
	background: url(/img/draw/btn-close.gif) left top no-repeat;
	text-indent: -9999px;
	}
	#footer a:hover{
		background-position: left bottom;
		}
		
/* parking
---------------------------------------------------------- */

table.article-info-p{
	width: 598px;
	border: solid 1px #5ab4cc;
	border-width: 1px 0 0 1px;
	}

table.article-info-p th{
	background: url(/img/draw/bg-search-cell.gif) left top repeat;
	border-bottom: solid 1px #5ab4cc;
	border-left: solid 1px #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
	font-size: 1.0em !important;
	font-size: 0.75em;
	vertical-align: top;
	}
table.article-info-p th.first{ border-left: none; }
table.article-info-p td{
	border: solid 1px #5ab4cc;
	border-width: 0 1px 1px 0;
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
	}
		
/* print
---------------------------------------------------------- */

@media print{
	
	body{
		background-color: #FFFFFF;
		}
	p{
		font-size: 0.9em;
		}
	#wrapper{
		padding-bottom: 0;
		}
	#container{
		margin-bottom: 0;
		}
	#header a{
		display: none;
		}
}
		

