/* Common
---------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
}

html {
   height:auto;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	color:#555555;
	height:100%;
	background:url(../img/top/bg.jpg) repeat-x;
}

img {
	border: none;
	vertical-align:text-bottom;
}



/*
----------------------------------------------------*/

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	padding-top:10px;
	padding-left: 15px;
	font-weight: 600;
	color: #888;
	text-align: left;
	width:800px;
}

.copyright a:link,a:visited,a:active{
	text-decoration:none;
	color:#888;
}

.copyright a:hover{
	text-decoration:underline;
	color:#888;
}