html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul{
	padding-left: 30px;
}
body {
	line-height:1.1em;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


body{
	background-image: url(/img/bg.png);
	background-attachment: fixed;
	color: #333;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 0.9em;
}

h2{
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #04476f;
	border-left: 12px solid #04476f;
	padding-left: 5px;
}

h3{
	background-image: url(/img/smallball.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 3px;
	color: #cc6600;
	border-bottom: 1px solid #993300;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 a{
	text-decoration: none;
}

h4{
	margin-top: 10px;
}

a{
	color: darkgreen;
}

a:hover{
	color: #ff6600;
}

p{
	margin-top: 10px;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
/*
	background-image: url(/img/header-bg.png);
	background-repeat: no-repeat;
	background-position: 590px -50px;
*/
}

#header{
	padding-top: 20px;
	padding-left: 20px;
	height: 100px;
	background-image: url(/img/header-bg2.png);
	background-repeat: no-repeat;
}

#header h1{
	font-weight: normal;
	padding-left: 10px;
	color: #fff;
}

#header-nav {
	background-image: url(/img/nav-bg.png);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#header-nav-ul {
	position: relative;
	height: 20px;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	overflow: hidden;
	color: #fff;
}

#header-nav-ul li {
	float: left;
	list-style: none;
	border-bottom: 3px solid #fff;
}

#header-nav-ul li.back {
	border-bottom: 3px solid #ff3333;
	width: 9px;
	height: 20px;
	z-index: 8;
	position: absolute;
}

#header-nav-ul li a {
	font: bold 14px;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

#crumb-nav{
	background-image: url(/img/nav-bg.png);
	background-repeat: repeat-y;
	clear: both;
}

#crumb {
	font-size: 0.8em;
	padding-left: 20px;
}

#crumb li{
	float: left;
	padding: 3px;
}

#crumb a{
	text-decoration: none;
	color: #333;
}

#crumb a:hover{
	background-color: #333;
	color: #ffba69;
}

#content {
	float: left;
	padding: 20px;
	padding-top: 10px;
	width: 640px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#aside {
	float: right;
	padding-right: 20px;
	width: 200px;
	font-size: 0.8em;
}

#side-menu{
	position: relative;
	top: -30px;
	background-color: #ffcd69;
	width: 210px;
	padding: 10px;
	line-height: 1.2em;
	border-bottom: 3px solid #666;
	border-right: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#side-menu .sub-menu{
	padding-left: 10px;
}

#side-menu ul{
	padding-left: 10px;
}

#side-menu a{
	padding-left: 5px;
	padding-right: 5px;
	color: #333;
	text-decoration: none;
}

#side-menu a:hover{
	color: #ffcd69;
	background-color: #333;
}

#side-menu li a{
	display: block;
}

#side-menu li li a{
	display: inline;
}

.side-widget{
	margin-bottom: 10px;
}

.side-widget h4{
	background-color: sienna;
	color: #fff;
	padding: 2px;
}

.side-widget ul{
	padding-left: 10px;
	padding-top: 5px;
}

.side-widget a{
	display: block;
	padding: 2px;
	color: #600;
}

.side-widget a:hover{
	background-color: #600;
	color: wheat;
}

#aside-table{
	padding-bottom: 10px;
}

#aside-table table a{
	text-decoration: none;
}

#aside-table h4{
	background-color: #04476f;
	color: #fff;
	padding: 2px;
}

#aside-table table{
}

#aside-table th{
	font-weight: normal;
	border-bottom: 1px solid #633;
}

#aside-table td{
	line-height: 1.2em;
}

#aside-table .tbl-team{
	text-align: left;
	font-size: 0.9em;
}

#aside-table .tbl-rank{
	text-align: right;
	padding-right: 1px;
}

#aside-table .tbl-v{
	text-align: right;
	width: 16px;
}

.aside-weekfix{
	padding-bottom: 10px;
}

.aside-weekfix ul a{
	text-decoration: none;
}

.aside-weekfix h4{
	background-color: #04476f;
	color: #fff;
	padding: 2px;
}

.aside-weekfix ul{
	list-style: none;
	padding: 0;
}

.aside-weekfix .fix-date{
	float: left;
	width: 70px;
	font-size: 0.9em;
}

.aside-weekfix .fix-team-home{
	float: left;
	width: 30px;
	font-family: 'Courier New',sans-serif;
	text-align: center;
}

.aside-weekfix .fix-team-away{
	float: left;
	width: 30px;
	font-family: 'Courier New',sans-serif;
	text-align: center;
}

.aside-weekfix .fix-pt{
	float: left;
	width: 20px;
	text-align: center;
}

.aside-weekfix .fix-sep{
	float: left;
	width: 10px;
}

.aside-weekfix .fix-link{
	float: left;
}

.aside-weekfix .fix-winner {
	color: #f60;
}

#aside-teams{
	height: 120px;
	margin-bottom: 10px;
}

#aside-teams h4{
	background-color: #04476f;
	color: #fff;
	padding: 2px;
}

#aside-teams > div{
	clear: both;
}

#aside-teams > div > div{
	width: 35px;
	height: 26px;
	margin: 2px;
	float: left;
	position: relative;
}

#aside-teams img{
	width: 35px;
	height: 23px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	position: absolute;
}

.as-link{
	font-size: 0.8em;
	text-align: right;
	border-top: 1px solid #633;
}

#footer {
	margin-top: 10px;
	clear: both;
	padding: 10px;
	border-top: 1px solid #300;
	background-color: #eee;
	font-size: 0.8em;
}

#footer-link ul{
	padding: 0;
}

#footer-link li{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.page-nav {
	margin-top: -15px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.team-flag {
	width: 100px;
	float: left;
	padding: 5px;
	margin-left: 10px;
}

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

.tbl-cross th{
	font-weight: normal;
	border-bottom: 1px solid #300;
	border-right: 1px solid #c99;
}

.tbl-cross td{
	border-bottom: 1px solid #c99;
	border-right: 1px solid #c99;
	text-align: right;
}

.tbl-sort th{
	cursor: pointer;
	color: royalblue;
}

.tbl-sort th.headerSortDown{
	color: #fff;
	background-color: firebrick;
}

.tbl-sort th.headerSortUp{
	color: firebrick;
	background-color: #fff;
}

td.player-name{
	text-align: left;
	padding-right: 5px;
	width: 180px;
}

.player-link{
	text-decoration: none;
}

.player-name-kana{
	font-size: 0.8em;
}

.hover{
	background-color: navajowhite;
}

.news-banner{
	width: 600px;
	overflow: hidden;
	margin-top: 10px;
}

.news-banner iframe{
	position: relative;
	left: -165px;
}

#copyright{
	padding-top: 20px;
	clear: both;
}

.clear {
	clear: both;
}
