body {
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
td {
	font-size: 12px;
}


/* リンク */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

/* 段落 */
p {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* 画像 */
img {
	margin: 0;
	padding: 0;
	border: none;
}

/* ヘッダ */
table#header {
	width: 780px;
}

/* メインコンテンツ背景 */
#contentsBody {
	display: block;
	background-color: #666666;
}


/* メインコンテンツ */
#mainContents {
	width: 780px;
	height: 480px;
	background-color: #FFFFFF;
}


/* フッタ */
#footer {
	width: 780px;
	margin-top: 5px;
	margin-bottom: 10px;
}

span.iconColor {
	color: #FFCC66;
	font-size: 0.8em;
}

#flashComment {
	margin-bottom: 10px;
}
