body {
	margin: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	/*
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	*/
	font-size: 12px;
	background-color:#000000;
}

#layout {
	/* センター寄せの場合以下のスタイルを使用する*/
	margin: 0px auto 0px auto;
	text-align: center;
	
	/* text-align: left;
	margin: 0px;
	padding: 0px;*/
	width: 800px;

}



.copyright {
	color: #FFFF00;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
}

#lineupLayout table{
	width: 400px;

}

#lineupImage {
	padding: 10px 0 10px 0;

}

#entryTitle {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}
	
#entryText {
	width: 400px;
	color: #FFFFFF;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}


.normal {  
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	line-height: 140%;
	font-weight: normal;
}


.normal_white {  
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;	font-size:12px;
	line-height: 140%;
	font-weight: normal;
}

.normal_yellow {  
	color: #FFFF00;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	line-height: 140%;
	font-weight: normal;
}


.mini_white {  
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka;

	font-size:10px;
	line-height: 140%;
	font-weight: normal;
}



a:link {
	text-decoration: none;
	color: #F40483;
}

a:visited {
	text-decoration: none;
	color: #F40483;
}

a:hover {
	text-decoration: underline;
	color: #F40483;
}

a:active {
	text-decoration: underline;
	color: #F40483;
}