@charset "utf-8";

/* ------------------------------------------------------- *
   トップページ用CSS
 * ------------------------------------------------------- */

/*div#topImage{
	position:relative;
	top:0;
	width:800px;
	height:160px;
	margin:0;
}*/
div#top-copy{
margin:0 auto;}

div#topImage img{
display:block;}

div.contents{
	position:absolute;
	z-index:5;
	width:758px;/* 余白なしで800px */
	min-height:245px;
	margin:120px 0 0 0;
	padding:0 21px 36px 21px;
	/*	background-color:transparent;*/
}

div.contents p{
text-align:center;
margin:0;
}

div#topBuilding{
	position:absolute;
	z-index:3;
	bottom:0;
	_bottom:29px;
	width:800px;
	height:239px;
	margin:0 8px;
	padding:0;
	/*overflow:hidden;*/
	background-color:transparent;
	background-image:url(../images/bg_building.png);
	background-repeat:no-repeat;
	background-position:center -29px;
}

div#topBuilding p{
/*	color:#aa9b49;
*/	color:#c4c4c4;
	font-size:12px;
	text-align:center;
	margin:194px auto 0 auto;
}

* html div#topBuilding{
 behavior: expression(IEPNGFIX.fix(this));
}

* html div#topBuilding p{
	margin-top:226px; }

/* safari only \*/
html:\66irst-child div#topBuilding p,
body:first-of-type div#topBuilding p {
font-size:11px;
/*	letter-spacing:-1px;*/
}