@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) top center no-repeat #E8F2FB;
}

#container {
	width: 714px;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

/* Site //////////////////////////////////////////////////////////////// */

#top {
	width: 714px;
	height: 437px;
	text-indent: -9999px;
}

#renu {
	display: inline;
	float: left;
	width: 357px;
	height: 251px;
}

#renu a {
	display: block;
	width: 357px;
	height: 251px;
	background: url(../images/renu1.jpg);
	text-indent: -9999px;
}

#renu a:hover {
	background-position: 0 -251px;
}

#studio {
	float: left;
	width: 357px;
	height: 251px;
}

#studio a {
	display: block;
	width: 357px;
	height: 251px;
	background: url(../images/studio1.jpg);
	text-indent: -9999px;
}

#studio a:hover {
	background-position: 0 -251px;
}

#info_renu {
	display: inline;
	float: left;
	width: 357px;
	height: 70px;
}

#info_renu a {
	display: block;
	width: 357px;
	height: 70px;
	background: url(../images/info_renu.jpg);
	text-indent: -9999px;
}

#info_studio {
	float: left;
	width: 357px;
	height: 70px;
}

#info_studio a {
	display: block;
	width: 357px;
	height: 70px;
	background: url(../images/info_studio.jpg);
	text-indent: -9999px;
}

#address {
	width: 714px;
	height: 100px;
	background: url(../images/address.jpg);
	text-indent: -9999px;
	margin-bottom: 50px;
	clear: both;
}