* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:auto;
	text-align: center;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #F4AF89;
	text-decoration: none;
}
#all {
	text-align: left;
	width: 800px;
	margin:0px auto 20px;
	background-image: url(imgsrc/top_bg-illust.png);
	background-repeat: no-repeat;
	background-position: 220px 160px;
	height: 770px;
	position: relative;
}
#header {
	height: 80px;
	width: 800px;
	background-image: url(imgsrc/header_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#header h1 {
	text-indent: -1000px;
}
#header h2 {
	text-indent: -1000px;
}
#header h3 {
	text-indent: -1000px;
}
#header p {
	text-indent: -1000px;
}
#header ul {
	list-style-type: none;
	width: 400px;
	position: absolute;
	top: 42px;
	right: 20px;
	text-align: right;
}
#header li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
}
#footer {
	clear: both;
	position:static;
	width: 800px;
	margin:25px auto 0px;
	background-color:#FFEEFF;
	text-align:center;
}
#footer address {
	font-size: 1em;
	color: #666666;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.text-indent {
	text-indent: -1000px;
}
