﻿@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-size:12px;
        color:#444444;
}

img {
	border:none;
}

a {
        color:#444444;
	text-decoration:none;
}

a:hover {
	color:#F0027E;
	text-decoration:underline;
}

#container {
	margin:20px auto;
	width:803px;
}

#header {
	width:803px;
	text-align:left;
}

#header h1 {
	width:196px;
	height:44px;
	background:url(../images/head1.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#header p {
	padding:10px 0 0 0;
	width:595px;
	height:44px;
	background:url(../images/head2.gif) no-repeat;
	float:right;
}

#header .clear {
	clear:both;
}

#r18 {
	width:803px;
	text-align:left;
	clear:both;
}

#r18 .r18-img {
	margin:10px 0 0 0;
	width:65px;
	float:left;
}

#r18 .caution {
	margin:13px 0 0 0px;
	width:593px;
	float:left;
}

#r18 .right {
	margin:5px 0 0 0;
	width:145px;
	float:left;
}

#r18 .right:after {
	content:" ";
	clear:both;
}

#r18 a.enter {
	margin:10px 0 0 0;
	height:60px;
	width:145px;
	background:url('../images/enter.gif') no-repeat;
	text-decoration:none;
	float:left;
}

#r18 a.enter:hover,a.enter:active {
	background-position:0 -60px;
	text-decoration:none;
}

#r18 a.enter:after {
	content:" ";
	clear:both;
}

#leave {
	margin:20px 0;
	text-align:right;
}

#prarea {
	margin:20px;
}

address {
	margin:20px 0;
	font-style:normal;
}

#navi {
	width:750px;
	text-align:left;
}

#links {
	margin:50px auto 0;
	width:750px;
}

#links ul {
	list-style:none;
}

#links li {
	padding-right:10px;
	float:left;
}

#links:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

