/*--n--*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background:url(img/main_bg.gif)  repeat-x #e50000;
	color:#222222;
	font-family:"qMmpS Pro W3", "MS P Gothic", "Osaka", sans-serif;
	line-height:1em;
	font-size:12px;
	text-align:left;
	text-align:justify;
	}


	
#main_body
{
	margin:auto;
	margin-top:50px;
	width: 370px;
	}


h1  a{
	margin-top:10px;
	margin-left:35px;
	width:300px;
	height:108px;
	display:block;
	background-image:url(img/top_logo.jpg);
	text-indent:-9999px;
	overflow:hidden;
	}
	
h1 a:hover {
	background-position:0 -108px;
}

