@charset "utf-8";

/*--------------------------

	Sonic City, CSS
	エラーページスタイル

--------------------------*/

body {
	background-color: #666666;
	background-image: url(../image/bg_error.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	color: #FFFFFF;
	font-size: 12px;
}



/*--------------------------

	H1,H2

--------------------------*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	font-weight: normal;
}



