body {
	font-family:"MS UI Gothic","MS PGothic","Osaka";
	text-align: center;
	line-height: 150%;
	font-size: 14px;
	color: black;
	margin:0px 0px 10px 0px;
}

a:link {
	color: #2839B5;
	text-decoration: underline;
}
a:visited {
	color: #2839B5E;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#out {
	text-align: left;
	padding: 1px;
	width:730px;
	margin:0 auto 0 auto;
	background:green;
}

#head {
	text-align: left;
	margin:0 auto 0 auto;
	background:mintcream;
	border-color:#CCCCCC;
	border-width:0 1px 1px 1px;
	border-style:solid;
	background-image:url(./image/head_back.gif);
	background-repeat: no-repeat;
	}
	
#head h1 {
	padding:30px;
	margin:0px;
	font-size:36px;
	color:firebrick;
	text-shadow: 2px 2px 1px gray;
	font-family: Osaka,Times, Verdana,Arial,Helvetica,sans-serif;
}

#main {
	text-align: left;
	padding: 15px 10px;
	margin:1px auto 1px auto;
	background:#FFFFFF;
	border-color:#CCCCCC;
	border-width:0 1px 1px 1px;
	border-style:solid;
	<!-- height:900px; -->
}

#foot {
	text-align: center;
	font-size:10px;
	padding: 10px;
	height:23px;
	background:#FAFAFA;
	margin:0 auto 0 auto;
	border-color:#CCCCCC;
	border-width:0 1px 1px 1px;
	border-style:solid;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	background-image:url(./image/head_back.gif);
	background-repeat: no-repeat;
}

#left {
	width:160px;
	float:left;
	margin:0;
	padding:0;
}


#left ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#left li {
        border-color:darkorange;
	border-width:1px;
	border-style:solid;
	margin: 0px 0px 2px 0px;
}
#left li a {
	padding:5px 0px 5px 10px;
	display: block;
	background-image:url(./image/side_back01.gif);
	margin: 1px;
//	border-left: #0518A4 2px solid;
	border-left: red 2px solid;
	color: tomato;
	text-decoration: none
}
#left li a:hover {
	background-image:url(./image/side_back02.gif);
	border-left: red 2px solid;
	color: crimson;
}

#right {
	width:525px;
	float:right;
	padding:0;
}

#right h2 {
	color: firebrick;
	font-size:14px;
	padding:5px 10px;
	border-color:gray;
	border-width:1px;
	border-style:solid;
	margin: 0px 0px 5px 0;
	background-image:url(./image/title_back.gif);
	background-repeat: no-repeat;
}

.tex {
	line-height:170%;
	padding:6px 3px 15px 20px;
}
<!-- Copyright (C) Net Mania. All Rights Reserved. http://www.netmania.jp/ -->


/*
  ここから下はテキトー
  てか，cssとかよく知らん　┐('〜`；)┌
  15th 以降の人でやる気がある人がもっといいの作って
*/

/* グループ */
table.group img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
table.group {
	border-collapse:collapse;
	border:1px solid #cccccc;
	font-size:12px;
	width:50%;
	margin-bottom:15px;
}
table.group th,table.group td {
	padding:2px;
	border-right: 1px dotted #cccccc;
}
table.group th.lab-name {
	width:52% !important;
	text-align:center;
}
table.group th {
	background:#f3ac0f url(./menu1.png) bottom left repeat-x;
	color:#333333; width:6%;
	text-align:center;
	border-bottom:1px solid #cccccc;
	height:24px;
}
table.group td {
	text-align:center;
	border-bottom:1px dotted #cccccc;
}
table.group td.lab-name {
	text-align:left;
}


/* グループリーグ順位表 */
table.group_league img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}
table.group_league {
	border-collapse:collapse;
	border:1px solid #555555;
	font-size:12px;
	width:100%;
	margin-bottom:15px;
}
table.group_league th,table.group_league td {
	padding:2px;
	border-right: 1px dotted #cccccc;
}
table.group_league th.solid, table.group_league td.solid {
	padding:2px;
	border-right: 2px solid #555555;
}

table.group_league th.lab-name {
	width:52% !important;
	text-align:center;
	border-right: 2px solid #555555;
}
table.group_league th {
	background:#f3ac0f url(./menu1.png) bottom left repeat-x;
	color:#333333; width:6%;
	text-align:center;
	border-bottom:1px solid #cccccc;
	height:24px;
}
table.group_league td {
	text-align:center;
	border-bottom:1px dotted #cccccc;
}
table.group_league td.lab-name {
	text-align:left;
	border-right: 2px solid #555555;
}
table.group_league tr.finalist {
	background:#FFEBCD;
}
/*
table.group_league img {
	border:1px solid #cccccc;
	margin:2px 4px 2px 8px;
	vertical-align:middle;
}
*/
table.group_league tr.winner {
	background:#F8F6F3;
	font-weight:bold;
}

.red {
	color: red;
	font-weight: bold;
}

.blue {
    color: blue;
    font-weight: bold;
}