/*global*/
*{
	margin:0;
	padding:0;
	color:#464646;
}
html,body{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {border:0;}
ul{margin:0px;padding:0px;}
li{
	list-style: none;
}

/*ページ構成要素*/
* html div#container{
    height:100%;
}
#container {
	border-right: 1px solid #664B20;
	border-left: 1px solid #664B20;
	position:relative;
	text-align:left;
	width: 758px;
	margin: 0px auto;
	height:100%;
	 min-height: 100%;
}
body > #container {
	height: auto;
}
#header {
	background: url(../images/img_header_bg.gif) repeat-x;
	height: 100px;
	padding-right: 13px;
}
#header ul li {
	list-style:none;
	float:left;
	width:109px;
	height:42px;
}
#header ul li img{
	border:0;
}
#header ul li.top {
	background: url(../images/navi_top_on.gif) no-repeat #990000;
}
#header ul li.outline {
	background: url(../images/navi_outline_on.gif) no-repeat #990000;
}
#header ul li.plans {
	background: url(../images/navi_plans_on.gif) no-repeat #990000;
}
#header ul li.access {
	background: url(../images/navi_access_on.gif) no-repeat #990000;
}
#header ul li.rent {
	background: url(../images/navi_rent_on.gif) no-repeat #990000;
}
#header ul li a{
	display:block;
	width:109px;
	height:42px;
}
#header ul li a:hover {
	background-color:transparent;
}
#header ul li a:hover img{
	visibility:hidden;
}

	
#main {
	padding-top:11px;
	padding-bottom:25px;
}
#footer {
	position:absolute;
	width: 758px;
	height: 25px;
	border-top: 1px solid #664B20;
	bottom:0px;
}
#footer p{
	margin-top: 7px;
	margin-left: 23px;
	font-size: 10px;
}
/*ヘッダ内要素*/
#header .hcontact{
	float:right;
	margin-top: 9px;
}
#header ul{
	clear:both;
	padding-top: 3px;
 }
/*メイン内要素*/
#main .contact{
	height: 125px;
	background: url(../images/img_contact_bg.gif) repeat-x;
	padding-left: 16px;
}
#main .contact .exhibition{
	float: left;
	margin-top: 26px;
	}
#main .contact p{
	float: left;
	width: 380px;
	padding-left: 63px;
	font-size: 12px;
	margin-top: 30px;
	font-weight: bold;
	line-height: 125%;
	padding-top: 3px;
}

#main .contactimg{
	margin-top: 9px;
	margin-left: 14px;
 }
/*各種パーツ*/
.flt_l{float:left;}
.flt_r{float:right;}
.clr{clear:both;}
.mT3{margin-top:3px;}
.mT10{margin-top:10px;}
.mT30{margin-top:30px;}
.mL10{margin-left:10px;}
.mB0{margin-bottom:0px;}

h1{}
h2{
	font-size:100%;
	font-weight:bold;
	color:#AE0202;
}