
/* initialize --------------------------------------------------------- */

.onPrint { display: none; }
ul,ol,li,dl,table,h1,h2,h3,h4,h5,h6{padding:0;}body,form{margin:0;padding:0}ul,ol,li{list-style-type:none;}
p,th,td,dt,li	{ font-size:14px; letter-spacing: 1px; }
p { line-height: 24px; }


/* fonts --------------------------------------------------------- */

* {
	color: #ccc;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN',meiryo, sans-serif;
}

a { color: #bdff00; }

a:hover { color: yellow; }

.caution { color: red; }

.super-caution { font-size:14px; font-weight:bold; color: red; }


/* base layout --------------------------------------------------------- */

body {
	text-align: center;
	background-color: black;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	background-color: black;
	background-image: url(../images/title_logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 200px;
	margin: 0 auto;
}

#header,
#global-nav,
#body,
#footer {
	text-align: left;
	width: 700px;
	margin: 0 auto;
}

#header {
	text-indent: -9999px;
	font-size: 1px;
	text-decoration: none;
	height: 80px;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

.contents {
	border: 1px solid #fff;
	padding: 0;
	margin-top: 20px;
	clear: both;
}

.contents h2 {
	margin-top: 20px;
}


/* global nav --------------------------------------------------------- */

#global-nav {
	margin: 0;
}

#global-nav li,
#global-nav li a {
	display: block;
	float:left;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#global-nav li {
	border: 1px solid #bdff00;
	margin: 0 5px 0 0;
}
#global-nav li a {
	padding: 5px 5px;
}


/* footerl nav --------------------------------------------------------- */

#footer {
	border-top: 1px solid white;
	margin-top: 50px;
}

#footer ul {
	margin-top: 20px;
}

#footer li {
	display: inline;
	font-size: 10px;
	padding-right: 10px;
}

#footer .copyright {
	font-size: 10px;
	padding-bottom: 50px;
}



/* design --------------------------------------------------------- */

h2 {
	color: white;
	border-bottom: 1px solid white;
}

h3 {
	color: white;
	clear: both;
	padding: 5px 0;
}

.section {
	padding: 0 20px 20px 20px;
}

.section-content {
	padding: 0 20px;
}

strong {
	color: #f90;
}




/* align --------------------------------------------------------- */

.imgFL {
	float: left;
	margin: 0 20px 20px 0;
}

.imgFR {
	float: right;
	margin: 0 0 20px 20px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}



/* table --------------------------------------------------------- */

th, td {
	text-align: left;
	border: 1px solid black;
	padding: 3px;
}

th { background-color: #666; }
td { background-color: #333; }

.button_space {
	text-align: center;
}










/* contact --------------------------------------------------------- */


body.contact input,
body.contact textarea {
	color: black;
	font-size: 14px;
}

body.contact table {
	border-collapse: collapse;
	border: 1px solid #999;
}

body.contact th {
	border: 1px solid #999;
	background-color: #333;
	width: 130px;
}

body.contact th.alert {
	background-color: #600;
}

body.contact td {
	border: 1px solid #999;
	background-color: transparent;
	width: 550px;
}

body.contact .mailform_name {
	width: 150px;
}

body.contact .mailform_email {
	width: 250px;
}

body.contact .mailform_url {
	width: 250px;
}

body.contact .mailform_subject {
	width: 450px;
}

body.contact .mailform_body {
	width: 450px;
}










.rss_control { display: none; }










.result-table {
	width: 600px;
	border: 1px solid #999;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.result-table th,
.result-table td {
	width: 150px;
	border: 1px solid #999;
}

.result-table .col1 {
	width: 300px;
}

.result-table .col12 {
	width: 50px;
}

.result-table .tooltips {
	color: #fff;
}

.result-table .team-name {
	width: 450px;
}

.result-table .sub-colmun {
	font-size: 80%;
	background-color: transparent;
}

.result-table .player-id {
	color: #cc0;
	font-size: 70%;
}

.result-table .comment-column {
	width: 600px;
	background-color: transparent;
}








.link-button {
	color: black;
	background-color: #f90;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	padding: 5px 10px;
}

.link-button:hover {
	color: black;
	background-color: #fc0;
	border-left: 3px solid #999;
	border-top: 3px solid #999;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 5px 10px;
}

.box-no-border {
	
	text-align: center;
	padding: 30px;
	
}










