@charset "utf-8";
/*---------------------------------------------
 基本設定
---------------------------------------------*/

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

/* IE4用とモダンブラウザ用 */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: 'ＭＳ Ｐゴシック';
	color: #333333;
}

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

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

a:link {
	color: #01498e;
}
a:active {
	color: #c61a22;
}
a:hover {
	text-decoration: none;
}

