* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	color: #666666;
	font-size: 0.9em;
	background-image: url(/images/pc/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	padding-top: 67px;
}
#footer {
	background-image: url(/images/pc/footer_back.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 53px;
	margin-bottom: 10px;
}
#footer p {
	font-size: 0.7em;
	color: #999999;
	text-align: right;
	padding-top: 7px;
	float: right;
	padding-right: 10px;
}
#footer ul {
	font-size: 0.7em;
	color: #999999;
	padding-top: 7px;
	float: left;
	list-style-type: square;
	padding-left: 20px;
}
#container h2 {
	background-image: url(/images/pc/title_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 786px;
	padding-left: 14px;
	height: 33px;
	margin-top: 33px;
}
.form_error {
	color: #EE0000;
	font-weight: bold;
}

