body {
	font-family: "MS PGothic", "MS UI Gothic",sans-serif;
	margin: 0; padding: 0;
	color: #000;
	font-size: 100%;
	background-color: #E3DAC6;
}

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

div,p,span,a,input,select,textarea,address,form,ul,ol,li,dl,table,dt,dd,tr,th,td {
	line-height: 135%;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
	vertical-align: middle;
}

* {	margin: 0; padding: 0; }

img{ border: none; }

a {	
	vertical-align: 0;
	overflow: hidden;
}

a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #0000FF; text-decoration: none; }

h1,h2,h3,h4,h5,h6,div,p,pre,ul,ol,dl,dt,dd,address,form,blockquote{
	margin: 0; padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	display: block;
}

.m10B{ margin: 0 0 10px 0; }
.m20B{ margin: 0 0 20px 0; }
.m30B{ margin: 0 0 30px 0; }
.ll{ font-size: 100%; }
.b{ font-weight: bold; }

/* ---------- main ---------- */
body div#emg{
	margin-bottom: 0;
}
#emg table{
margin-bottom: 10px;
}
#wrap{
	background: #E3DAC6 url(../img/bg.jpg) center top no-repeat;
}
#wrapInner{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#logo{
	width: 950px;
	overflow: hidden;
}

#logo img{
	float: right;
}


#header{
	width: 950px;
	height: 230px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#header .boxL{
	width: 500px;
	float: left;
}

#header .boxL h1{
	width: 500px;
	height: 135px;
	display: block;
	margin: 0 0 25px 0;
}

#header .boxL p{
	width: 500px;
	height: 70px;
	display: block;
}

#header .boxR{
	width: 450xp;
	float: right;
}

#header .boxR p{
	width: 450px;
	height: 230px;
	display: block;
}

#qanda{
	width: 910px;
	padding: 0 20px;
	margin: 0 0 10px 0;
	font-size: small;
}

#qanda .line{
	margin: 10px 0;
}

#qanda td{
	vertical-align: top;
}


#qanda img.answer{
	float: left;
	margin: 0 5px 5px 0;
}

#contents{
	width: 950px;
}

#contents img.midashi{
	margin:0;
}

#contents table.mansionTable td.box{
	background: #FFF;
	border: solid 2px #C2AF83;
	padding: 10px 0;
}

#contents table.mansion-etcTable{
	background: #FFFFCC;
	border: solid 1px #FF9900;
}

#contents table.mansion-etcTable td.midashi{
	padding: 10px 0 10px 20px;
	font-size: 100%;
}

#contents table.mansion-etcTable td.list{
	padding: 10px 20px 10px 0;
	font-size: 100%;
}

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

#footer {
	width: 950px;
	text-align:center;
	margin: 35px 0 0 0;
}


#footer p.line{
	padding: 0 0 15px 0;
	border-bottom: solid 1px #CCC;
}

#footer p.nav{
	padding: 15px 0 0 0;
}

/* ----------  clearfix ---------- */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clear {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clear {
  height: 1%;
}

.clear {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	overflow:hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	/*overflow:hidden;*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
