* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

a:link   { color: #0088ff; text-decoration:underline; }
a:visited{ color: #0088ff; text-decoration:underline; }
a:hover  { color: #ff0088; text-decoration:underline; }

body {
	background-color: #ffffff;
	color: #444444;
	font-size:12px;
	line-height:14px;
}

div#all{
	width:100%;
	height:780px;
	margin-right:auto;
	margin-left:auto;
	background-position:center top;
	background-image: url("../bg/index_bg.jpg");
}

div#main{
	position:relative;
	font-family:'ゴシックフォント',sans-serif;
	position:relative;
	width:700px;
	height:780px;
	margin-right:auto;
	margin-left:auto;
}

div#enter{
	position:absolute;
	top:545px;
	left:185px;
	width:126px;
	height:76px;
}

div#exit{
	position:absolute;
	top:545px;
	right:179px;
	width:126px;
	height:76px;
}

div#footer{
	position:absolute;
	top:750px;
	right:0px;
	text-align:center;
	width:100%;
}
