@charset "utf-8";
/* CSS Document */

#news{
	background:url(../images/news/icon_news.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:78px;
}


#event{
	background:url(../images/news/icon_event.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:78px;
}

.eventerea table th{
	vertical-align:top;
	padding-top:5px;
}

.eventerea table td{
	padding:5px 30px 30px 30px;
	vertical-align:top;
	line-height:1.4;
}

/*ロングランコンペ入賞者用CSS*/
table.memResult {
	width: 670px;
	height: auto;
	clear: both;
	text-align: center;
	border-bottom: #333 1px solid;
	border-left: #333 1px solid;
	margin-bottom: 15px;
	margin-left:10px;
	font-size: 1.0em;
	border-collapse:collapse;
}

table.memResult caption {
	text-align: right;
	/* [disabled]padding-bottom: 5px; */
	line-height: 140%;
}

table.memResult th {
	width: auto;
	height: auto;
	background-color: #956B8E;
	color:#ffffff;
	border: #333 1px solid;
	padding-top: 5px;
	padding-bottom:5px;
}

table.memResult th.no {
	width: 100px;
}

table.memResult th.rank {
	width: 50px;
}

table.memResult th.name {
	width: 170px;
}

table.memResult th.gift {
	width: 170px;
}

table.memResult td {
	width: auto;
	height: auto;
	border: #000 1px solid;
	padding-top: 5px;
	padding-bottom:5px;
}

table.memResult th.none {
	border-right: none;
}

/*ロングランコンペ入賞者用CSS*/
