@charset "utf-8";
/* CSS Document */
body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.wrap {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 998px;
}
.body_wrap {
	border: 1px solid #F90;
	clear: both;
}
.head_menu {
	clear: both;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-left-color: #F90;
	border-bottom-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.head_menu a {
	color: #F90;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F93;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.head_menu a:hover {
	color: #FFF;
	background-color: #F90;
}

.content {
	clear: both;
	display: block;
	text-align: center;
}

