﻿@charset "UTF-8";

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.96em;
	line-height: 1.3;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
}

/*ヘッダー*/
div#header {
	background: url(images/header_bg.png) repeat-x top;
	border-bottom: 1px solid #FFF;
	border-top: 5px solid #F6A800;
	height: 253px;
}

/*タイトル*/
div#title {
	background: url(images/title.jpg) no-repeat 0 0;
	height: 253px;
	margin: 0 auto;
	position: relative;
	width: 880px;
}

/*透過png画像をie6で使えるようにする*/
#title img {
	behavior: expression(IEPNGFIX.fix(this));
}

#title img.logo {
	position: absolute;
	top: 10px;
	left: 11px;
}

/*#title h1 {
	position: absolute;
	top: 82px;
	left: 10px;
}*/

#title h1{
}

#title img.hifa {
	position: absolute;
	top: 208px;
	left: 584px;
}

/*ラッパー*/
div#wrapper {
	background: url(images/wrapper_bg.png) repeat-x top;
	border-top: 1px solid #6f6f6f;
}

/*コンテナ*/
div#container {
	background: url(images/container_bg.png) no-repeat;
	margin: 0 auto;
	padding-top: 20px;
	width: 880px;
}

/*コンテンツ*/
div.contents {
	margin: auto;
	width: 840px;
}

.contents h2 {
	margin:10px 0 10px 0;
	padding: 4px 0 2px 5px;
	border-bottom: 1px dashed #000;
	border-left: 10px solid #000;
	font-size: 1.26em;
	line-height:1.26em;
	width:760px;
}

.contents p {
	padding: 0 15px 0 20px;
}

div.sponcer {
	margin: 15px auto 0;
	text-align:center;
	width: 468px;
}

/*チーム紹介*/
.team p {
	border-bottom: 1px solid #6F6F6F;
	padding-bottom: 10px;
	margin-bottom: 10px;
	zoom: 1;
}

.team p span {
	color: #0A7CCC;
	font-weight: bold;
}

.team p img {
	float: right;
	margin-left: 10px;
}

/*バナー*/
div.banner {
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
}

.banner img {
	margin-bottom: 20px;
}

/*フッター*/
div#footer {
	margin: 0 auto;
	width: 800px;
}

#footer .copyright {
	font-size: 0.8em;
	text-align: center;
}

/*ライブ*/
.live{
}

.live_inner{
	margin:10px 0 0 190px;
	text-align: center;
	overflow:hidden;
}

.live_inner02{
	margin:10px 0 0 0px;
	text-align: center;
		overflow:hidden;
}

.waku {
	margin:8px  5px;
	padding: 10px 5px;
	border: 5px solid #333;
	width: 380px;
	float: left;
}

.waku p.card {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.score th {
	font-size: 2em;
}

.score td {
	text-align: center;
}

div.button {
	float: left;
	margin-left: 20px;
	width: 207px;
}

.play_bt{
	margin:20px auto 0 auto;
	text-align:center;
	width:207px;
}

.button img {
	margin-top: 20px;
}

div.note {
	clear: left;
	padding-top: 10px;
}

.note span {
	color: #0A7CCC;
}

/*clearfix*/
.team p:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.alt{
	display:none;
}

.tx_r{
	color:#C00;
}
