/* CSS Document */

/* メニューバー */
body {
	background-color: #333333;
 background-image: url(/images/bg.gif);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:center;
}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.m-bar {
	border: 0;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 30px;
	overflow: hidden;
}

.m-bar img {
	visibility: hidden;
}

.m-bar a,
.m-bar a:link,
.m-bar a:visited {
	background-position: 0px 0px;
	float:left;
}
.m-bar a:focus,
.m-bar a:hover,
.m-bar a:active {
	background-position: 0px 30px;
	float:left;
}

.m-bar .m-kir a {
	background-image: url(/images/bottom/kiroku_b.gif);
}
.m-bar .m-sch a {
	background-image: url(/images/bottom/schedule_b.gif);
}
.m-bar .m-pla a {
	background-image: url(/images/bottom/player_b.gif);
}
.m-bar .m-bbs a {
	background-image: url(/images/bottom/bbs_b.gif);
}
.m-bar .m-pro a {
	background-image: url(/images/bottom/profile_b.gif);
}
.m-bar .m-arc a {
	background-image: url(/images/bottom/archive_b.gif);
}

/* 結果部分 */

.r-part{
	width: 230px;
	margin-bottom:5px;
	float:left;
}
.r-space{
	width: 10px;
	float:left;
}
.r-bg {
	width: 200px;
/* 	height: 76px;*/
	border:1px solid #000000;
	background-color:#EEEEEE;
	text-align: center;
	padding:5px;
	line-height:110%;
	float:left;
}

/* .r-word {
	width: 190px;
	height: 80px; 
	margin-top:2px;
	margin-bottom:1px;
	text-align: center;
	line-height:110%;*/

.photoname {
	font-size: 12px;
	color:#FFFF00;
	background-color:#000000;
	text-align: center;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.team {
	font-size: 12px;
}
.game {
	font-size: 10px;
	color:#CC0000;
}
.day {
	font-size: 10px;
}
.result {
	font-size: 12px;
}

.result02 {
	font-size: 12px;
}

/* お知らせ */
.info {
	width: 450px;
/* 	height: 76px;*/
	margin-top:20px;
	background-color:#FFFF99;
	border:1px solid #D1D201;
}

.info-title {
	margin:0px;
}

.info-word {
	font-size:12px;
	margin-bottom:0;
	text-align: left;
	padding:5px;
}