@charset "UTF-8";
/* CSS Document */

/*fix*/
html {
	height:100%;
	min-height:100px;
	}
body {
	height:100%;
	background: url(../bg.jpg) repeat top left fixed;
	margin: 0px;
	padding: 0px;
}
body.top{
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align:center;
	border:#FFFFFF 3px;
}
.left{
	float:left;
}
.right{
	float:right;
	margin:0;
	padding:0;
}
.clr{
	clear:both;
}
a:link { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
}

#contents{
	text-align:left;
	background:#FFF;
width:800px;
font-size:16px; 
line-height:inherit;
padding:2em;
margin:5;
}


h1{
	font-size:20px;
	color:#F00;
	
}

