/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN';
	background-color: #ffffff;
	font-size: 14px;
	text-align: center;
	color: #4d4d4d;
}


div#page {
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	width: 800px;
	text-align: left;
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-400px;

}


div#title {
	background: url(img/title.jpg);
	width: 500px;
	height: 500px;
	float: left;
}


div#main {
	margin: 0px 14px 0px 14px;
	background: #ffffff;
	width: 272px;
	float: right;
}


div#ads {
	margin: 14px 14px 0px 14px;
	background: #ffffff;
	width: 272px;
	float: right;
}


div#address {
	background: #ffffff;
	text-align: center;
	clear: both;
}

