/* header */
#header {
	height: 140px;
}

#header {
	margin: 0px auto;
	width: 980px;
}

#header #logo {
	margin-top: 20px;
	margin-right: 10px;
	width: 256px;
	float: left;
}

#header #logo p.logoImage {
	line-height: 1.0;
	margin-bottom: 5px;
}

#header #logo h1.comname {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0;
	color: #000000;
	text-align: center;
	margin-left: 0px;
}

#header #subNav {
	width: 714px;
	float: left;
}

#header #subNav p {
	margin-top: 30px;
	text-align: right;
}

#header #subNav ul {
	margin-top: 20px;
	text-align: right;
}

#header #subNav ul li {
	display: inline;
	margin-left: 10px;
	color: #19417d;
}

#header #subNav li a {
	color: #19417d;
	text-decoration: none;
}

#header #subNav li a:hover {
	color: #cc0000;
	text-decoration: none;
}

#header #subNav li.on {
	color: #cc0000;
}

/* navigation */
#navigation {
	height: 55px;
	border-top: 1px solid #a1a1a1;
}

#navigation ul {
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin: 0px 26px;
}

/* contact */
#contact {
	padding: 20px 0px;
	background: #81897a;
}

#contact .box {
	margin: 0px auto;
	width: 980px;
}

#contact .brochure {
	width: 488px;
	height: 120px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	float: left;
}

#contact .modelhome {
	width: 489px;
	height: 120px;
	border-right: 1px solid #ffffff;
	float: left;
}

#contact .brochure p,
#contact .modelhome p {
	font-size: 34px;
	line-height: 1.0;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
}

/* footer */
#footer {
	background: #616c59;
}

#footer .box {
	margin: 0px auto;
	padding: 50px 0px;
	width: 980px;
}

#footer .navTop {
	margin-left: 60px;
	margin-bottom: 20px;
}

#footer .navTop ul li {
	margin-right: 20px;
	display: inline;
}

#footer .navTop ul li.End {
	margin-right: 0px;
}

#footer .navTop ul li {
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 5px;
}

#footer .navMid {
	margin-left: 60px;
	margin-bottom: 20px;
}

#footer .navMid ul {
	margin-right: 30px;
	float: left;
}

#footer .navMid ul.down {
	margin-top: 30px;
}

#footer .navMid ul li {
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 10px;
}

#footer .navMid ul li.ttl {
	font-size: 14px;
	line-height: 1.0;
	padding-bottom: 5px;
}

#footer .line {
	margin-bottom: 20px;
	margin-left: 40px;
	width: 900px;
	border-bottom: 1px dotted #ffffff;
}

#footer .navBtm {
	margin-top: 50px;
	margin-right: 30px;
	margin-left: 30px;
}

#footer .navBtm p {
	margin-bottom: 20px;
	text-align: center;
}

/**/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

p#pageTop {
	font-size: 12px;
	line-height: 1.3;
}

.lg {
	font-size: 20px;
	line-height: 1.2;
} 
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 15px 10px 20px 10px;
  border-radius: 10px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
 	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}