@charset "shift_jis";
/*基本設定*/
body * {
	margin-top: 0px;
	margin-bottom: 0px;
}
* {font-family: "ＭＳ Ｐゴシック", Osaka;}
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
	font-size:0.75em;
	line-height:1.5em;
	text-align: center;
}
a {
	color:#0000CC; background:transparent; text-decoration:none;
}
a:link {
	color:#0000CC; background:transparent; text-decoration:none;
}
a:visited {
	color:#0000CC;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
.clear {
	clear: both;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
