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

body {
	background-color: #505050;
	margin: 0px;
	padding: 0px;
}
.jump {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	color: #FFFFFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 40px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
.orange {
	color: #FF9900;
}
