html * {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;	/*-- IE Centering --*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(../images/common/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat: no-repeat;
	background-attachment:fixed;
	scrollbar-base-color: #F7F7F3;

}

img {
	border: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

span.ethna-error {
	width: 100%;
	display: block;
	color:#FF0000;
	float: left;
}

a:hover {
	color: #FFFFFF;
}

.s9 {
	font-size: 9px;
}

.s10 {
	font-size: 10px;
}

.s14 {
	font-size: 14px;
}

.red {
	color:#FF0000;
}

.green {
	color:#00FF00;
}

table {
	font-size: 12px;
}