body {
	background-color: #acdaf4;
	font-size: 12px;
	text-align: center;
}

#main {
	width: 600px;
	margin: 0px 0px;
	padding: 5px;
	margin-left:auto; /* IE以外用の中央寄せ */
	margin-right:auto;/* IE以外用の中央寄せ */
	font-size: 16px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}

h1 {
	padding:25px 0;
	margin:0px;
	font-size: 30px;
	line-height: 30px;
}

ul {
	margin:0 190px;
	text-align: left;
}

a:hover { 
   color: #FFB5FF;
   position:relative; top:1px; left:1px;
}

a { font-weight: bold}

p.url_zone {
	font-weight: bold;
	margin: 0 190px;
	text-align: left;
	font-size: 14px;
}

p.freem_link {
	font-weight: bold;
	font-size: 14px;
}

p.copyright {
	font-size: 12px;
}