*{margin: 0; padding: 0;}

body{
	background: gray;
	font-family: "ヒラギノ角ゴ Pro W8","MS PGothic",sans-serif;
	color: white;
}

img{
	border: none;
}

a{
	color: #666;
	text-decoration: underline;
}

a:hover{
	color: #999;
}

#wrapper{
	position: relative;
	
}

#copy{
	margin: 10px 0 0 20px;
	font-size: 80%;
	color: white;
	font-family: monospace;
}

.more a {
	font-size: 60%;
	color: #f0f0f0;
	text-decoration: underline;
}

.more a:hover{
	color: #fff;
}



#mainbnr a {
	width:120px;
	height:120px;
	background:url(/images_main/bnr.png) no-repeat top center;
	display:block;
	text-indent: 10000px;
	position: fixed;
	top:-30px;
	right: -30px;
	background-position:0px 0px;
	z-index: 1;
	
	visibility: hidden;
	
	}
#mainbnr a:hover {
	background-position:0px 0px;
	top:0;
	right: 0;
	}