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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}
body {
	background-color:#fff;
	color:#666;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

h1 {
	margin: 0 0 40px 0;
}

div div div{
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
}
div#wrapper {
	width: 300px;
}

div#enter {
	width: 140px;
	float: left;
}
div#rmk {
	width: 140px;
	float: right;
}
a {
	display: block;
	width: 140px;
	height: 35px;
}
div#enter a {
	background: url(btn_enter.gif) left top;
}
div#rmk a {
	background: url(btn_rmk.gif) left top;
}
div#enter a:hover,
div#rmk a:hover {
	background-position: left -35px;
}


address {
	margin: 20px 0;
}