@charset "utf-8";
@import "reset.css";

body{
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
}#container {
	width: 800px;
	margin: auto;
}
#container h1 {
	width: 451px;
	height: 96px;
	background-repeat: no-repeat;
	background-image: url(img/title.gif);
	margin: auto;
	margin-top: 10px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#container #guide_body {
	text-indent: -9999px;
	height: 1069px;
	width: 800px;
	background-image: url(img/guide_body.gif);
}
#container address {
	float: right;
}
#container address a {
	color: #0000CC;
	font-size: 11px;
}
#container h2 {
	background-image: url(img/h2.gif);
	width: 721px;
	height: 130px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
}
hr
{
	border-top: 1px solid #FF8C00;
	border-bottom: none;
	border-left:none;
	border-right:none;
	background-color: #FF8C00;
	padding:0;
	color: #FF8C00;
}

