body {
	background: #fff url(images/bg.jpg) repeat 0 0;
	color: #000;
	font-family:  "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6, "Lucida Grande", Geneva, Lucida, Helvetica, Arial, Verdana, Osaka, sans-serif;
	font-size: 83%;
	text-align: left;
	}

#coming {
    	background: #fff url('images/swirl.png') no-repeat center;
    	position: absolute;
    	left: 45%;
    	margin-left: -16em;
    	padding: 5em;
    	top: 50%;
    	margin-top: -11em;
    	width: 34em;
    	height: 15em;
    	}

#coming a, #coming a:link, #error a, #error a:link {
	text-decoration: none;
	color:  #777;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
 	background: #fff;
	}

#error {
    	background: #fff;
    	position: absolute;
    	left: 50%;
    	margin-left: -19em;
    	top: 50%;
    	margin-top: -8em;
    	width: 38em;
    	height: 16em;
    	}
    			
a:visited {
	color:  #f46e6e;
	}
	
a:hover {
	text-decoration: underline;
	color:  #a30000;
	}
	
ul {
    	margin-top: 3em;
    	margin-left: 3em;
	}

ul, li {
	list-style: none;
	line-height: 2em;
	}

p {
	line-height: 1.8em;
	margin: 0 0 0.8em 1em;
	}

h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

hr {
    background: #fff url(images/fancyhr.gif) no-repeat center;
	height: 30px;
	border: none 0; 
	}
