﻿@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0 auto;
	background:#b2e3ff url(../images/common/sky.gif) top repeat-x;
	height:100%;
}

p {
	margin:0;
	font-size:12px;
}

h1 {
	margin:0;
	font-size:20px;
	font-weight:normal;
}

h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
}


a {
	color:#008cd2;
}

a:hover {
	color:#006699;
}

	
.wrapper {
	background:url(../images/common/cloud.png) top repeat-x;
	width:100%;
	height:100%;
}

.backgroundStage {
	width:1000px;
	background-color:#FFF;
	margin:0 auto;
	text-align:left;
	
	box-shadow:#004a95 0px 0px 25px;
	-webkit-box-shadow:#004a95 0px 0px 25px;
	-moz-box-shadow:#004a95 0px 0px 25px;
}


/* 各ページのメインエリア・バナーエリアの高さサイズを決める */
.contentTop {
	width:100%;
	height:750px;
}

.contentGameInfo {
	width:100%;
	height:1600px;
}

.contentTeam {
	width:100%;
	height:4800px;
}

.contentGrade1 {
	width:100%;
	height:3000px;
}

.contentTemplate {/* テンプレート用サンプル */
	width:100%;
	height:600px;
}

.contentTemplatePT {/* PrinceTakamado用 */
	width:100%;
	height:3800px;
}

.contentTemplateCD {/* football_enter用 */
	width:100%;
	height:2200px;
}


/* ヘッダ */

.header {
	background:url(../images/common/header_bg.jpg) no-repeat center;
	width:1000px;
	height:119px;
	text-align:left;
	position:relative;
}

.logo {
	position:absolute;
	top:40px;
	left:40px;
}

.headerFoot {
	background:url(../images/common/header_footparts.gif) repeat-x left;
	height:5px;
	width:100%;
}

/* ナビゲーション */

.nav {
	background:url(../images/common/nav_bg.gif) repeat-x left;
	width:1000px;
	height:44px;
	overflow:hidden;
}

.navUl {
	text-align:center;
	margin:0 auto;
	padding:0px;
}

.navUl li {
	list-style:none;
	display:inline-block;
	font-weight:bold;
}


.btnCurrent a {
	display:block;
	background:url(../images/common/btn_current_up.jpg) no-repeat;
	width:126px;
	height:44px;
	line-height:44px;
	font-size:13px;
	text-align:center;
	color:#666;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
	text-decoration:none;
}

.btnCurrent a:hover {
	background:url(../images/common/btn_current_over.jpg) no-repeat;
}

.btnActive a {
	display:block;
	background:url(../images/common/btn_up.jpg) no-repeat;
	width:126px;
	height:44px;
	line-height:44px;
	font-size:13px;
	text-align:center;
	color:#666;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
	text-decoration:none;
}

.btnActive a:hover {
	background:url(../images/common/btn_over.jpg) no-repeat;
}

/* イメージトピック */

.imageTopic {
	width:930px;
	height:260px;
	border:#000 solid 1px;
	margin:10px 0 0 0;
}

/* メインスペース */

.mainSpace {
	float:left;
	width:740px;
	height:100%;
	text-align:left;
	background-color:#FFF;
}

.mainSpace_kasou {
	float:left;
	width:740px;
	height:100%;
	text-align:left;
	background: url(../images/common/bg_tribal.png) no-repeat;
	background-position:-60px -60px;
}

/* 大見出し */

.oomidashi {
	width:740px;
	height:50px;
	text-align:left;
	border-bottom:#999 solid 1px;
	margin-left:20px;
	margin-top:15px;
	color:#555;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
}

.h1Square01 {
	display:block;
	width:5px;
	height:50px;
	background-color:#0041b7;
	float:left;
	margin-right:10px;
}

.h1Square02 {
	display:block;
	width:5px;
	height:50px;
	background-color:#C3F;
	float:left;
	margin-right:10px;
}

/* 小見出し */

.komidashi {
	width:740px;
	height:16px;
	text-align:left;
	margin-left:45px;
	margin-top:34px;
	color:#555;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
}


.h2Square01 {
	display:block;
	width:5px;
	height:16px;
	background-color:#0088d0;
	float:left;
	margin-right:10px;
}

.h2Square02 {
	display:block;
	width:5px;
	height:16px;
	background-color:#906;
	float:left;
	margin-right:10px;
}


/* トピック */

.topicSpace {
	width:628px;
	height:260px;
	background-color:#FFF;
	margin:18px 26px 0 55px;
	
}

.topicSpacePT {
	width:660px;
	height:140px;
	background-color:#FFF;
	margin:18px 26px 0 55px;
	
}

.topicSpaceCD {
	width:628px;
	height:1850px;
	background-color:#FFF;
	margin:18px 26px 0 55px;
	
}

.topicTitle {
	width:628px;
	height:39px;
	background:url(../images/home/topics_header.jpg);
	margin-top:0;
}

.topicFooter {
	width:628px;
	height:5px;
	background:url(../images/home/topics_footer.jpg);
	
	box-shadow:#CCC 0px 1px 3px;
	-webkit-box-shadow:#CCC 0px 1px 3px;
	-moz-box-shadow:#CCC 0px 1px 3px;
}

/* ニュース */

.newsSpace {
	width:628px;
	height:300px;
	background-color:#FFF;
	margin:18px 26px 0 55px;
	
}

.newsTitle {
	width:628px;
	height:39px;
	background:url(../images/home/news_header.jpg);
	margin-top:0;
}

.newsFooter {
	width:628px;
	height:5px;
	background:url(../images/home/news_footer.jpg);
	
	box-shadow:#CCC 0px 1px 3px;
	-webkit-box-shadow:#CCC 0px 1px 3px;
	-moz-box-shadow:#CCC 0px 1px 3px;
}

/* リスト */
.article01 {
	width:626px;
	height:210px;
	border-left:#DDD solid 1px;
	border-right:#DDD solid 1px;
	background:url(../images/home/title_shadow.gif) #EEE top repeat-x;
	margin:0;
	padding:0;
	overflow:auto;
}

.article02 {
	width:626px;
	height:260px;
	border-left:#DDD solid 1px;
	border-right:#DDD solid 1px;
	background:url(../images/home/title_shadow.gif) #EEE top repeat-x;
	margin:0;
	padding:0;
	overflow:auto;
}

.listPosition {
	padding:7px 10px;
}

.article01 li {
	padding:0;
	margin:2px 16px;
	color:#333;
	font-size:12px;
	text-shadow:#FFF 0px 1px 0px;
	line-height:18px;
	list-style:url(../images/home/list_image01.gif);
}

.article02 li {
	padding:0;
	margin:4px 10px;
	color:#333;
	font-size:12px;
	text-shadow:#FFF 0px 1px 0px;
	line-height:18px;
	list-style: url(../images/home/list_image02.gif);
}


/* 試合結果テーブル */
.gameResultTable {
	width:660px;
	margin:auto;
	text-align:center;
	margin-top:23px;
	border-collapse:collapse;
}

.gameResultTable th {
	background:#CCC;
	color:#333;
	height:23px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
}

.gameResultTable td {
	background:#FFF;
	color:#666;
	height:50px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
}

/* 試合結果詳細テーブル */
.gameResultssTable {
	width:660px;
	margin:auto;
	text-align:center;
	margin-top:5px;
	border-collapse:collapse;
}

.gameResultssTable th {
	background:#0066CC;
	color:#FFF;
	height:25px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
}

.gameResultssTable td {
	background:#FFF;
	color:#666;
	height:22px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
	padding-top:4px;
}

/* 試合結果詳細選手テーブル */
.gameResultsssTable {
	width:660px;
	margin:auto;
	text-align:center;
	margin-top:5px;
	border-collapse:collapse;
}

.gameResultsssTable th {
	background:#0066CC;
	color:#FFF;
	height:25px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
}

.gameResultsssTable td {
	background:#FFF;
	color:#666;
	height:22px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
	padding-top:4px;
}

/* チーム紹介 */

.photo {
	width:112px;
	height:150px;
	display:block;
	border:#333 solid 1px;
	margin-right:10px;
	float:left;
}

.staffIntroduction {
	width:640px;
	margin:0 auto;
	margin-top:10px;
}

.staffName {
	display:block;
	width:100%;
	height:18px;
	background:url(../images/team/nameline_bg.gif) no-repeat right;
	color:#FFF;
	font-size:14px;
	line-height:18px;
}

.staffText {
	width:100%;
	font-size:12px;
	color:#333;
	padding: 5px 5px 10px 5px;
}

.textWrapper {
	width:100%;
	height:150px;
	display:block;
	overflow:visible;
}

.grade {
	width:640px;
	border-bottom:#CCC solid 1px;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:20px;
	margin-bottom:5px;	
}

/* 選手紹介テーブル */
.teamMemberTable {
	width:645px;
	margin:auto;
	text-align:center;
	margin-top:5px;
	border-collapse:collapse;
}

.teamMemberTable th {
	background:#CCC;
	color:#333;
	height:23px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
}

.teamMemberTable td {
	background:#FFF;
	color:#666;
	height:25px;
	font-size:12px;
	font-weight:normal;
	border:#BBB solid 1px;
	padding-top:4px;
}

.captain {
	margin:0 auto;
	vertical-align:middle;
}

/* サイドスペース */
.sideSpace {
	display:block;
	float:left;
	margin-left:-1px;
	width:260px;
	height:100%;
	background: url(../images/common/banner_bg.gif) repeat left;
	border-left:#ded7c3 solid 1px;
	text-align:center;
	font-size:14px;
	line-height:18px;
}

.banner {
	margin:18px 0 0 0;
}

.menuBtns {
	width:247px;
	text-align:center;
	margin:auto;
}

.menuHead {
	width:247px;
	height:39px;
	background:url(../images/common/menu_head.png) no-repeat left;
	margin-top:17px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:39px;
	padding-left:10px;
	color:#666;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
}

.menuHead2 {
	width:247px;
	height:39px;
	background:url(../images/common/menu_head.png) no-repeat left;
	margin-top:17px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	padding-left:10px;
	color:#666;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
}

.menuBody {
	width:245px;
	height:860px;
	background:#eee;
	border-left:#ddd solid 1px;
	border-right:#ddd solid 1px;
	overflow:hidden;
}

.menuFoot {
	width:247px;
	height:5px;
	background:url(../images/common/header_footparts.gif) repeat-x left;
	box-shadow:#999 0px 2px 2px;
}

.menuBtn {
	text-align:center;
	margin:auto;
	padding:0;
}

.menuBtn li {
	margin-left:10px;
	text-align:left;
	width:200px;
	height:35px;
	background:url(../images/home/list_image01.gif) left no-repeat;
	list-style:none;
	border-bottom:#999 dotted 1px;
	line-height:35px;
	padding-left:25px;
	font-size:12px;
}

.menuBtn li a {
	text-decoration:none;
}

/* フッタ */
.footer {
	clear:both;
	width:1000px;
	height:51px;
	background:url(../images/common/footer_bg.gif) repeat-x left;
	text-align:center;
}

.footer p {
	line-height:51px;
	margin:0;
	font-size:12px;
	color:#666;
	text-shadow:#FFF 0px 1px 0px;
	-webkit-text-shadow:#FFF 0px 1px 0px;
	-moz-text-shadow:#FFF 0px 1px 0px;
}