@charset "UTF-8";

/*--------------------------------------------------
top.css
gbvy[Wp
--------------------------------------------------*/

/*top-left----------------------------------------*/

#main div.top-left{
	width:635px;
	padding:0px 0 0px 0;
	margin:10px 0px 0px 0px;
	display:inline;
	float:left;
	overflow:auto;
	height:1%;
}

#main div.top-left div{
	width:305px;
	border:1px solid #bdb6ae;
	margin-right:10px;
	float:left;
	display:inline;
}

#main div.top-left div h3{
	font-weight:normal;
	font-size:90%;
	margin:0 0 0px 20px;
	padding:0 0 0 15px;
	background:url(../image/icon-h3.gif) 0 4px no-repeat;
	line-height:1.5em;
}
#main div.top-left div h3.top-topick{
	margin-top:3px;
}

#main div.top-left div#owner{
	background:url(../image/btn-owner-bottom.jpg) 0 30px no-repeat;
	}
#main div.top-left div#customer{
	background:url(../image/btn-customer-bottom.jpg) 0 30px no-repeat;
	}
#main div.top-left div#guest{
	background:url(../image/btn-guest-bottom.jpg) 0 30px no-repeat;
	}
#main div.top-left div#live{
	background:url(../image/btn-live-bottom.jpg) 0 30px no-repeat;
	}
/*top-right---------------------------------------*/
#main div.top-right{
	width:295px;
	height:155px;
	margin:10px 0 0 0;
	float:left;
	padding:0;
}

#main div.top-right b{
	display:block;
	background-color:#6e5a4b;
	color:#f0ede8;
	font-weight:normal;
}

#main div.top-right table{
	width:295px;
	font-size:90%;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;//インフォメーションの高さを調整
	margin-left: 0;
	}
	
#main div.top-right table td{
	padding-bottom:0px;
	padding-top:0px;
	line-height:1.8em;
	}

/*link-space---------------------------------------*/
#main div.link-space{
	width:910px;
	margin:5px 0 0 10px;
	padding-top:3px;
	float:left;
	background-color:#ffffff;
}
#main div.link-space img{
	margin:0px 0 0 10px;
}

