/* Mac IE5以外に適用 \*/

@import "./index.css" ;

/* end */


/* Mac IE5のみ適用 \*//*/

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	color: #ff0000;
}

table {
	width: 100%;
}

/* end */

/* 全ブラウザ共通 */
#main-img {
	margin: 0px;
	padding: 0px;
	height: 415px;
	width: 100%;
	background-image: url(../img/flash_back.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
