html,body {
	height: 100%;
	background:url(../images/bg.jpg) top center repeat-y;
	background-color: #000000;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: 'メイリオ', Meiryo, Verdana, 'MS Pゴシック', 'MS PGothic';
}

/* HEADER
******************************************************************************************** */
#basic{
	text-align:center;
	width:852px;
	margin: 0px auto;
	position:relative;
	height: 100%;
}
#menu{
	padding: 21px 60px 0px 0px;
}
#rent{
	padding: 0px 0px 0px 0px;
}
#phone{
	padding: 0px 60px 37px 0px;
}
#top {
	width:852px;
	height:230px;
	text-align:right;
	margin: 0px 0px 0px 0px;
	background:url(../images/top/bg.jpg) top center no-repeat;
	background-color:#000000;
}
#contents{
	text-align:center;
	width:792px;
	padding: 0px 30px 0px 30px;
}
#title{
	font-family: Impact;
	font-size: 40px;
	text-align:left;
	width:712px;
	color:#302f33;
	padding: 20px 30px 30px 50px;
}
#title3{
	font-family: Impact;
	font-size: 20px;
	text-align:left;
	width:712px;
	color:#ffffff;
	padding: 20px 30px 30px 50px;
}
a:link {
	color: #E7E07B;
	text-decoration:underline;
}
a:visited {
	color: #E7E07B;
	text-decoration:underline;
}
a:hover {
	color: #979139;
	text-decoration:underline;
}
a:active {
	color: #979139;
	text-decoration:underline;
}