@charset "utf-8";

A:link     { text-decoration:underline ; color:#CC3333}
A:visited  { text-decoration:underline; color:#CC3333}
A:active   { text-decoration:none }
A:hover    { text-decoration:underline ; color:#FF0000}

a:hover img {opacity:0.5; filter: alpha(opacity=60);}
#link {
	font-size: .8em;
	letter-spacing: 0.2em;
}



body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 200px;
}
#btn_enter {
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: .8em;
	color: #666666;
	width: 500px;
}
#footer {
	font-size: 10px;
	line-height: 1.3em;
	color: #990000;
	letter-spacing: 0.2em;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 30px;
	padding-top: 30px;
}
#logo {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#right_txt {
	float: right;
	margin-top: 43px;
}
