html * {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;	/*-- IE Centering --*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 11px;
	background: url(../img/common/background.gif) top left repeat;
}

img {
	border: none;
}

a {
	color: #FF66FF;
	text-decoration: none;
}

a:hover {
	color: #FF66FF;
	text-decoration: underline;
}

p {
	font-size: 12px;
}

.s9 {
	font-size: 9px;
}

.s10 {
	font-size: 10px;
}

.s14 {
	font-size: 14px;
}

.red {
	color:#FF0000;
}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
} 

table {
	font-size: 12px;
}