body {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: left top;


}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	height: 15px;
	width: 800px;
	text-align:center;
	background: url(img/h1_bg.jpg) no-repeat center top;
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	background:url(img/wrapper_bg.jpg) repeat-y;
	overflow:hidden;
}


#main {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
}



#footer_link {
	font-size: 12px;
	width: 800px;
	height:120px;
	line-height: 20px;
	clear: both;
	text-align:center;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	color: #969696;
	background: #555555 url(img/footer_link_bg.jpg) no-repeat left top;
}
#footer_link a{
	color:#FF0099;
}



.copy {
	background: url(img/copy.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 800px;
}
.copy p{
	padding:50px 0 0 0;
	margin:0;
	text-align:right;
	font-size: 12px;
	color: #404040;
}




#tit {
	padding: 15px 0 15px 0;
	width: 800px;
	margin: 0px 0px 10px 0px;
	clear:both;
	text-align:center;
}
