@charset "utf-8";

/* IE4以降用 */
@import "common.css";
@import "footer.css";
@import "header.css";

/* IE4用とモダンブラウザ用 */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	text-align: center;
	font-family: 'ＭＳ Ｐゴシック';
	color: #333333;
}

img {
	border: none;
	color: #ffffff;
	background: transparent;
}

a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

