@charset "UTF-8";
/* CSS Document */
body {
}
p {
font-family:"Courier New", Courier, monospace;
font-size:14px;
font-style:normal;
}
h2 {
font-family:"Courier New", Courier, monospace;
font-size: 18px;
font-style:normal;
letter-spacing: 0.8ex;
}
h1 {
font-family:"Courier New", Courier, monospace;
font-size: 18px;
font-style:normal;
letter-spacing: 0.8ex;
text-align : center;

}
A:visited { 
text-decoration : none;
color : #999999;
font-weight : normal;
font-variant : normal;
font-size : 18px;
text-decoration : underline;
} 
A:link { 
text-decoration : none;
color : #666666;
font-weight : normal;
font-variant : normal;
font-size : 18px;
text-decoration : underline;
} 
A:active { 
color : #666666;
font-weight : normal;
font-variant : normal;
font-size : 18px;
} 
A:hover { 
color : #CCCCCC;
font-weight : normal;
font-variant : normal;
font-size : 18px;
text-decoration : none;
}
.box{
border : 1px solid #333333;
}
#index_header { 
position : absolute;
text-align : center;
top: 0px;
left: 0px;
width: 100%;
} 
#index_footer { 
position : absolute;
text-align : center;
bottom: 40px;
left: 0px;
width: 100%;
} 
#container_enter {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 717px;
	height: 520px;
	text-align: left;
}

