@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
}
.left {
	float: right;
	margin-left: 15px;
}
.right {
	float: left;
	margin: 0;
}
.footer {
	text-align: center;
	clear: both;
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

