﻿html,body {
	height: 100%;
	margin: 0;
	color: #000000;
	background-image:url(img/background.gif)
	}
	
.top_text {
	line-height: 2;
	color: #000000;
	font-size:12px;
	}
	
.copy {
	line-height: 3;
	color: #666666;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
a:link { 
	color: #000000;
	text-decoration:underline; 
	}
	
a:visited { 
	color: #666666;
	text-decoration:underline;
	}
	
a:hover { 
	color: #FF0000;
	text-decoration:none;
	}

a:active {
	color: 990000;
	text-decoration:underline;
	}

