body {
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*リンク*/
A:link {
	color:#000000;
	text-decoration:none;
	}
A:visited {
	color:#000000;
	text-decoration:none;
	}
A:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
A:active {
	color:#000000;
	text-decoration:none;
	}

#footer {
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	height: 55px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container h1 {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 190px;
	text-indent: -9999px;
	display: block;
}
#global {
	margin: 0px;
	padding: 0px;
	height: 56px;
	list-style-type: none;
}
#global li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
}
#info {
	clear: both;
	height: 205px;
}
#container p {
	display: block;
	margin: 0px;
	padding: 0px;
}
.line {
	background-image: url(img/line_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 58px;
}
#foot-inner {
	background-image: url(img/foot.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.pagetop {
	font-size: 10px;
	text-align: right;
	padding: 10px;
}
#foot-inner a {
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 72px;
	margin-left: 10px;
	padding-top: 16px;
	float: left;
}
.copyright {
	font-size: 10px;
	line-height: 120%;
	color: #FFF;
	float: left;
	margin-left: 10px;
	padding-top: 16px;
}
