@charset "utf-8";


/*
########################################################
  tournament style
########################################################
*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	line-height:1.5;
}

body{
	padding:0;
	color:#000000;
	text-align:center;
    font-size: 13px; /* modern browser */
    *font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul,
ul li,
ol,
ol li{
	list-style-type:none;
}

img{
	border:0;
	vertical-align:top;
}

input{
	line-height:1;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clear{
	clear:both;
	height:0;
	font-size:0;
}

a:link,a:visited{
	color:#A44F48;
	text-decoration:underline;
}
a:hover,a:active{
	color:#A44F48;
	text-decoration:none;
}

/* victory news */

div#newestVictory{
	width:743px;
	height:218px;
	margin:0;
	border:1px solid #CCCCCC;
	text-align:left;
	background:#FFFFFF url(../img/tournament/bg_tournament_new01.gif) no-repeat 0 0;
}

div#newestVictory div.newestImg{
	float:left;
	display:inline;
	margin:0 0 0 46px;
}

div#newestVictory div.newestInfo{
	width:370px;
	height:auto;
	margin:44px 0 0 0;
	padding:0;
	float:right;
	display:inline;
	color:#FFFFFF;
	background:url(../img/tournament/bg_tournament_new02.gif) repeat-y 0 0;
	position:relative;
}

div#newestVictory div.newAsset01{
	width:370px;
	height:auto;
	padding:0 0 23px 0;
	background-color:#901111;
}

div#newestVictory div.newAsset01 p{
	background-color:#650C0C;
	padding:0 5px 1px 0;
	font-size:80%;
	*font-size:75%;
	text-align:right;
}

div#newestVictory div.newAsset02{
	width:370px;
	height:auto;
	padding:0 0 18px 0;
	background:url(../img/tournament/bg_tournament_new03.gif) no-repeat left bottom;
}

div#newestVictory div.newAsset02 dl{
	padding:0 0 15px 20px;
}

div#newestVictory div.newAsset02 dl dt{
	line-height:1;
}

div#newestVictory div.newAsset02 dl dt img.icon{
	vertical-align:middle;
	padding-bottom:2px;
}

div#newestVictory div.newAsset02 dl dd{
	font-weight:bold;
	font-size:110%;
	line-height:1;
	margin:3px 0 0 0;
}

div#newestVictory div.newestInfo p.newAssetBtn{
	text-align:right;
	margin:0 17px 0 0;
}

/* tournament news */

div#newestNews{
	width:743px;
	height:188px;
	margin:0;
	padding:20px 0 10px 0;
	border:1px solid #CCCCCC;
	text-align:left;
	background:#FFFFFF url(../img/tournament/bg_tournament_new01.gif) no-repeat 0 0;
}

div#newestNews div.newestImg{
	width:200px;
	height:150px;
	float:left;
	display:inline;
	margin:0 0 0 22px;
}

div#newestNews div.newestAsset{
	width:505px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
	display:inline;
}

div#newestNews div.newestAsset dl dt{
	font-size:120%;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background: url(../../common/img/bg_grid04.gif) repeat-x left bottom;
}

div#newestNews div.newestAsset dl dd{
	margin:0 10px 0 0;
	line-height:1.6 !important;
}

div#newestNews div.newestAsset p{
	font-size:80%;
	*font-size:75%;
	text-align:right;
	margin:10px 10px 0 0;
}


