@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#stage {
	width: 100%;
	min-width: 1000px;
	position: relative;
}
.contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.main_title {
	background-color: #06C;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
