body {
	background: #aaccee;
}

#sns {
	position: fixed;
	width: 32px;
	top: 8px;
	left: 50%;
	margin-left: 468px;
}

#sns div {
	height: 32px;
	margin-bottom: 8px;
}

#wrapper {
    margin: 0 auto;
    width: 920px;
}

#header {
	margin-bottom: 10px;
    width: 920px;
    height: 60px;
    background: url(../image/chokin_header.png) 0 0 no-repeat;
}

#header h1 {
	float: left;
	width: 340px;
	height: 60px;
}

#header h1 a {
	display: block;
	height: 60px;
	margin-left: -9999px;
}

#ui-header {
	float: right;
	margin: 26px 20px 0 0;
}

#nav {
}

#content {
    margin: 10px 0;
    overflow: auto;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

#main { 
    float: left;
    padding: 10px 2px 10px 10px;
    width: 728px;
    display: inline;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

#ad_footer {
}

#sidebar { 
    display: inline;
    padding: 10px;
    width: 160px;
    float: right;
    background: #fff;
}

#sidebar .sidebar {
	margin:5px 0;
}

#footer { 
    width: 900px;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

#footer li {
	float: left;
	display: inline;
	margin-right: 12px;
	text-align: left;
}

#footer li h1 {
	margin-bottom: 4px;
	color: #000;
	font-size: 16px;
}
#footer li h2 {
	margin-left: 0;
	margin-top: 6px;
	color: #000;
	font-size: 14px;
}

.clear {
    clear: both;
    background: none;
}



h2 {
	margin-left: 20px;
	color: #888;
	font-size: 40px;
}

h2 .year {
	font-size: 25px;
}

h3 {
	margin-left: 20px;
	color: #888;
	font-size: 30px;
}

h4 {
	margin: 0 0 0 30px;
	padding: 0;
	text-align:left;
	color: #888;
	font-size: 13px;
}

#errors {
	margin: 10px 20px 20px 20px;
	padding: 10px;
    border-radius: 10px;
    background: #fdd;
    color: #f00;
}

#nav {
	font-size: 15px;
}

#nav #upper {
    padding: 5px;
	margin: 5px 0;
    border-radius: 5px;
    background: #88aaee;
}

#nav #lower {
    padding: 5px;
	margin: 5px 0;
    border-radius: 5px;
    background: #88aaee;
}

#nav .menu {
	float:right;
}

#nav .yearmenu {
	float:left;
}

#nav .submenu {
}

#nav .sep {
	margin:0 0.2em;
}

#nav .act {
	font-weight:bold;
}

.graph {
	margin-bottom: 20px;
	text-align: center;
}

#league-c h2 {
	color: #52cf6c;
}

#league-p h2 {
	color: #5497ea;
}

#league-int h2 {
	color: #888;
}

.legend {
	margin: 5px 0;
}

.legend table {
	margin: 0 auto;
}

.standing {
	margin-bottom: 20px;
}

.standing table {
	margin: 10px;
	font-size: 14px;
}

.standing thead {
	background: #f1f1f1;
}

.standing th {
	padding: 4px 2px;
	text-align: left;
	border:1px;
}

.standing td {
	padding: 4px 2px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.standing .st-r { width: 35px; }
.standing .st-team { width: 100px; }
.standing .st-g { width: 45px; }
.standing .st-w { width: 40px; }
.standing .st-l { width: 40px; }
.standing .st-d { width: 40px; }
.standing .st-diff { width: 45px; }
.standing .st-c { width: 40px; }
.standing .st-pct { width: 50px; }
.standing .st-lten { width: 55px; }
.standing .st-stk { width: 50px; }
.standing .st-home { width: 60px; }
.standing .st-road { width: 60px; }
.standing .st-left { width: 40px; }

.record {
	margin-bottom: 20px;
}

.record table {
	margin: 10px;
	font-size: 13px;
}

.record thead {
	background: #f1f1e1;
}

.record th {
	padding: 4px 2px;
	text-align: left;
	border:1px;
}

.record td {
	padding: 4px 4px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.record .rec-team {
	width: 92px;
	background: #f1f1e1;
}
.record .rec-vs { width: 92px; }

.games {
	margin-bottom: 20px;
}

.games table {
	margin: 10px;
	font-size: 14px;
}

.games thead {
	background: #f1f1f1;
}

.games th {
	padding: 4px 2px;
	text-align: left;
	border:1px;
}

.games td {
	padding: 4px 2px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.games .game-date { width: 110px; }
.games .game-w6 { color:#00f; }
.games .game-w7 { color:#f00; }
.games .game-wl {
	width: 35px;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
}
.games .game-team { width: 100px; }
.games .game-run { width: 20px; }
.games .game-win { font-weight: bold; }
.games .game-lose { }
.games .game-sep { width: 10px; }
.games .game-type { width: 200px; }

.vs-link {
	margin: 10px 10px;
}

.vs-link div {
	margin: 5px 0;
}

.vs-link span {
	margin: 3px;
}

.legendColorBox {
	padding: 0 4px 0 8px;
}

.rank {
	width:720px;
	height:150px;
}

.chokin {
	width:720px;
	height:400px;
}

#main .twitter {
	margin:20px 10px;
}

#sidebar .ical {
	margin: 5px 0;
}

#sidebar .ical div.title {
	margin: 5px;
	color: #888;
	font-size: 20px;
}

#sidebar a.button {
	margin: 5px 0;
	width: 160px;
	text-align:left;
}
