@charset "utf-8";

/**/
body,
dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	width: 480px;
	
	/* フォントサイズ統一：ハック */
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 130%;
	text-decoration: none;
	word-wrap: break-word;
	word--break: break-all;
}

a {
	color: #ffffff;
	font-size: 100%;
}

dl {
	width: 480px;
}
dl dt {
	display: block;
	padding:0;
	color: #FF9900;
	width: 70px;
}
dl dd {
	display: block;
	margin-left: -10px;
	padding: 0 0 10px 10px;
	background: none;
	width: 480px;
	height: auto;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.notice {
	color: #ff0000;
	font-weight: bold;
}

/**/
