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

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align: center;
}
#frame {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}
.content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	color: #000;
	padding-top: 20px;
}
a {
	font-weight: bold;
	text-decoration: none;
}

