@charset "UTF-8";
body{
	text-align: center;
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	line-height: 1.3;
	color: #A6A6A6;
	background-position: center 60px;
	background-attachment: fixed;
	background-image: url(../image/page_shadow.png);
}
#page {
	background-color: #FFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 760px;
}
header h1#title {
	padding-top: 30px;
	padding-left: 50px;
}
#contentsarea {
	width: 720px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	color: #000;
}
footer {
	font-size: 83.3%;
	color: #A6A6A6;
	text-align: right;
	width: 720px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
footer ul.textlink {
	margin-bottom: 4px;
}
footer address {
	color: #CCC;
	padding-right: 10px;
	padding-bottom: 10px;
}
.textlink {
	text-align: right;
	padding-right: 20px;
}
.textlink li {
	display: inline;
	margin-left: 15px;
}
.textlink li a {
	color: #03F;
	text-decoration: none;
}
.textlink li a:hover {
	color: #0FF;
}
