/* CSS Document */

ul {
	margin:0 20px 0 40px;
	padding:0;
}

li {
	line-height:1.5em;
	list-style-position: outside;
	list-style-image: url(img/icon_orange.gif);
	list-style-type: none;
	margin:0 0 10px 0;
}

li a:hover {
	color:#FF9900;
	text-decoration:underline;
}

.block {
	line-height:1.5em;
	border:#FF3300 solid 1px;
	display:block;
	padding:5px;
	margin:0;
}

.new {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#FF3300;
	font-weight:bold;
}


.campaign table{
	margin:0 0 10px 0;
	padding:0;
}

.tournament td {
	margin:0;
	padding:5px;
	background-color:#FFCCCC;
}

.tournament-block img {
	float:left;
}

.tournament-text {
	float:left;
	margin:5px;
	padding:0;
	line-height:1.3em;
	font-size:smaller;
}

.name {
	font-size:medium;
}

.border {
	border: #CC66FF solid 1px;}
	
.new-topic {
	list-style:none;
	list-style-image:url(img/new.gif) ;
	list-style-position:outside;
/*	background-image: url(img/new.gif);
	background-repeat: no-repeat;
	background-position: left center;	*/
}