@charset "Shift_JIS";
/**TOJ**/



/*C*/
#main {
	position: relative;
	background: #1E1E1E url(../img_top/bg_top.jpg) no-repeat;
	padding: 10px;
	width: 850px;
	height: 635px;
/*	border: 1px solid #FFFFFF;*/
	}
#main li a {
	text-decoration: none;
	color: #FFF;
	}
#main li a:hover {
	text-decoration: underline;
	color: #FFCC00;
	}
#overviews {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 368px;
	height: 140px;
	background: url(../img_top/bg_overviews.jpg) no-repeat;
	}
#stages {
	position: absolute;
	left: 10px;
	top: 162px;
	width: 368px;
	height: 190px;
	background: url(../img_top/bg_stages.jpg) no-repeat;
	}
#teams {
	position: absolute;
	left: 10px;
	top: 354px;
	width: 368px;
	height: 120px;
	background: url(../img_top/bg_teams.jpg) no-repeat;
	}
#topics {
	position: absolute;
	left: 10px;
	top: 488px;
	width: 348px;
	height: 160px;
	color: #000;
	background-color: #FFFF66;
	border-left: 10px solid #FC0;
	}
#topics h4 {
	padding: 5px;
	background-color: #FC0;
	}
#topics dl {
	padding: 0 0 0 10px;
	margin: 0;
	}

#topics dl dt,
#topics dl dd {
	padding: 2px;
	float: left;
	color: #000;
	background-color: #FFFF66;
	border-bottom: 1px solid #FC0;
	}
#topics dl dt{
	width: 150px;
	}
#topics dl dd{
	width: 168px;
	}

#flash {
	position: absolute;
	left: 558px;
	top: 5px;
	width: 180px;
	height: 260px;
	background: url(../img_top/bg_flash.jpg) no-repeat;
	}
#results {
	position: absolute;
	left: 558px;
	top: 275px;
	width: 180px;
	height: 390px;
	background: url(../img_top/bg_results.jpg) no-repeat;
	}

#overviews h2,
#stages h2,
#teams h2 {
	margin: 10px 10px 5px 10px;
	font-size: 90%;
	}
#flash h2,
#results h2 {
	margin: 5px 0 30px;
	font-size: 100%;
	color: #FC0;
	}
#flash h5,
#results h5 {
	margin: 5px 10px;
	font-size: 90%;
	}
#overviews img,
#stages img,
#teams img {
	margin: 5px;
	float: right;
	}
#flash img,
#results img {
	margin: 5px;
	}
#overviews p,
#stages p,
#teams p  {
	margin: 10px;
	color: #999;
	font-size: 75%;
	}
#flash p,
#results p  {
	margin: 10px;
	color: #333;
	font-size: 75%;
	}
#overviews ul,
#stages ul,
#teams ul,
#flash ul,
#results ul {
	margin: 0 10px;
	padding: 0 20px;
	}
#results ul.res-kojin {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	margin: 5px 10px;
	padding: 5px 20px;
	}

#overviews ul li,
#stages ul li,
#teams ul li,
#flash ul li,
#results ul li {
	margin: 3px 0;
	padding: 1px;
	}
#overviews ul li {
	list-style-image: url(../img_top/arrow_blue.gif);
	}
#stages ul li,
#teams ul li {
	list-style-image: url(../img_top/arrow_yellow.gif);
	}
#flash ul li,
#results ul li {
	list-style-image: url(../img_top/arrow_orange.gif);
	}

#overviews strong,
#stages strong,
#teams strong {
	color: #666;
	}
#flash strong ,
#results strong {
	color: #333;
	}

#endmsg {
	position: absolute;
	left: 250px;
	top: 45px;
	width: 380px;
	height: 35px;
	padding: 5px 10px;
	text-align: left;
	font-size: 140%;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 2px ridge #FF0000;
	}

