/*-- BUKKYOU2 CONTEST STYLES --*/

.PurpleBox{
	background:#E2DFEF;
	color:#8F1D44;
	font-size:80%;
	line-height:140%;
	font-weight:bold;
	padding:7px;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.GreenTxt{
	color:#007A48;
	font-size:80%;
	line-height:170%;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}

.SuisenBox1{
	background:#FBE8F1;
	padding:10px;
	margin:10px 0px 10px 0px;
	border: 1px solid #8680A6;
}

.SuisenBox2{
	background:#D7EBDE;
	padding:10px;
	margin:10px 0px 10px 0px;
	border: 1px solid #85B2BC;
}

.RedTxt{
	color:#8E1D44;
	font-size:80%;
	line-height:140%;
	font-weight:bold;
}

.RedTxtCenter{
	color:#8E1D44;
	font-size:80%;
	line-height:140%;
	text-align:center;
	margin-top:5px;
}

.RedTxtCenter2{
	color:#8E1D44;
	font-size:70%;
	line-height:120%;
	text-align:center;
}


.BlueTxt{
	color:#007EA1;
	font-size:80%;
	line-height:140%;
	font-weight:bold;
}

.BlueTxtCenter{
	color:#007EA1;
	font-size:80%;
	line-height:140%;
	text-align:center;
	margin-top:5px;
}

.BlueTxtCenter2{
	color:#007EA1;
	font-size:70%;
	line-height:120%;
	text-align:center;
}

.BukkyouListTable{
	width:520px;
	border-collapse:collapse;
	border-left: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	margin-right:15px;
}

.BukkyouListTable td{
	font-size:80%;
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.BukkyouListTable th{
	background:#e6e6e6;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.BukkyouListTableNum{
	size:100%;
	text-align:right;
	font-weight:bold;
	white-space:nowrap;
}