@charset "utf-8";
/* CSS Document */



* {
	margin:0;
	padding:0;
}
* {
	font-size: 13px;
}
body {
	background-color: #333333;/*overflow-y:scroll;*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #fff;
}
/*\^(3)\o'\?\E^*/

#container {
	width:100%;
	height:auto;
	background-color: #333333;
}
#top1 {
	width:100%;
	height:60px;
	background-image:url(./images/01.jpg);
	background-repeat:no-repeat;
}
#top2 {
	width:100%;
	height:40px;
	background-image:url(./images/02.jpg);
}
#main {
	width:100%;
	background-image:url(./images/03.jpg);
	background-repeat: repeat;
	background-color: #333333;
	display: block;
}
#main h2 {
	font-size: 120%;
	color: #fff;
	padding: 5px;
}
#main p {
	color: #fff;
	padding: 5px;
}
#bottom {
	width:100%;
	height:50px;
}
.team1 {
	width:300px;
	height:28px;
	margin-top:12px;
	text-align:center;
	color:#FFFF00;
}
.team2 {
	width:120px;
	height:28px;
	margin-top:12px;
	text-align:center;
	color:#FFFF00;
}
.right {
	float:right;
}
.left {
	float:left;
}
.speach1 {
	width:135px;
	height:100px;
	margin-top:10px;
	text-align:left;
	float: left;
	line-height: 1.8;
	color: #FFFFFF;
	margin-left: 10px;
	padding-bottom: 10px;
}
.speach2 {
	width:280px;
	height:130px;
	margin:10px;
	float: right;
}
.speach3 {
	width:120px;
	height:100px;
	margin-top:10px;
	text-align:left;
	float: left;
	line-height: 1.8;
	color: #FFFFFF;
	margin-left: 10px;
	padding-bottom: 10px;
}
.katagaki {
	font-size:9px;
	color:#ffff00;
	text-align:left;
}
.name {
	font-size:11px;
	color:#ffffff;
	text-align:left;
}

/*add 2013.10.18 sekiguchi*/


#player {
	width:98%;
	height:auto;
	margin: 5px auto;
	clear:both;
}

#top_title {
	width:92%;
	color:#FF3;
	font-size:1.2em;
	line-height:1.5em;
	margin: 5px auto;
	clear:both;
}
#top_title span {
	color:#FFF;
	font-size:0.8em;
	line-height:1.5em;
}
#top_txt {
		width:92%;
		font-weight:normal;
		margin:20px auto 0;
}
#top_btm {
	width:92%;
	margin:20px auto;
	clear:both;
}
#top_note {
		width:92%;
		font-size:0.9em;
		margin:20px auto 0;
}
