

/* DEFAULT
-----------------------------------------------------------------*/
html,body,form,div {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	clear: both;
}
body {
	margin: 0;
	padding: 0;
	background-color: #E0E8ED;
	text-align: center;
	vertical-align: top;
	font-family: Osaka,"ＭＳ Ｐ ゴシック";
}
div, th, td {
  font-size: 12px;
}
th,td {
text-align: left;
}
ul,dl {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: 0;
}


/* SET
-----------------------------------------------------------------*/
#header {
  padding: 10px;
  background-color: #eeeeee;
}

/*#footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid gray;
}*/

/* NAVI
-----------------------------------------------------------------*/
#navi {
	padding: 5px;
	background: url("../images/navi_bg.jpg") repeat-x left top;
}
#navi p {
	margin: 10px;
}
#navi p a {
	margin: 0 15px 0 0;
	color: #535353;
	text-decoration: none;
}
#navi p a:hover {
	text-decoration: underline;
}

/* leftNavi
-----------------------------------------------------------------*/
#leftNavi {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 130px;
	text-align: center;
}
#leftNavi img {
	margin: 0 0 5px 10px;
}
#leftNavi div#weather a {
	color: #2a6890;
}
#leftNavi div#weather p {
	margin: 0;
	line-height: 1.4em;
	font-weight: bold;
}
#leftNavi div#weather p img {
	margin: 0;
	/*float: left;*/
}
#leftNavi ul {
	margin: 0 0 10px 14px;
	text-align: left;
}
#leftNavi li {
	padding: 0 0 0 14px;
	line-height: 1.6em;
	background: url("../images/arrow.gif") no-repeat left center;
}
#leftNavi li a {
	color: #2a6890;
}
#leftNavi li a:hover {
	text-decoration: none;
}

/* CONTENT
-----------------------------------------------------------------*/
#content {
	width: 810px;
	display: inline-block;
}
* html #content {
	width: 830px;
}
#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}  
#content h2 {
	margin: 10px 0;
	color: #2a6890;
	font-size: 17px;
	/*border-bottom: 1px #ccc solid;*/
}

/* FOOT
-----------------------------------------------------------------*/
#foot {
	clear: both;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 20px;
	/*color: #2a6890;*/
	color: #fff;
	background-image: url(../images/bk_foot.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: baseline;
	height: 97px;
	width: 850px;

}
#foot a:link {
	/*color: #2A6890;*/
	color: #fff;
	text-decoration: underline;

}
#foot a:visited {
	/*color: #2A6890;*/
	color: #fff;
	text-decoration: underline;
}
#foot a:hover {
	color: #2A6890;
	text-decoration: none;
}

.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#estate .form {
                margin: 0px;
}

