@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-family: Century Gothic, Arial;
}

body {
	background-color:#fff;
	height:100%;
}

footer {
	width:100%;
	background-color:#eae8e8;
	color:#000;
	font-size:12px;
}

#foot_guide {
	width:1000px;
	margin:0 auto;
}

h1 {
	padding:20px 0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
}

.left {
	width:580px;
	float:left
}

.right {
	width:300px;
	float:right;
}

dt {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

dd {
	margin-left:15px;
	margin-top:5px;
}

hr {
	border: none;
	border-top: solid 1px #fff;
	margin-top:10px;
}

p {
	clear:both;
	padding:20px 0;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}