@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Common */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 78%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000 url(images/bg_page.jpg) repeat-x;
	color: #333;
	text-align: center;
	}
h1,h2,h3,h4,h5,h6,
div, p, pre, ul, ol, dl, dt, dd,li,
address, form, blockquote {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 100%;
	}
img {
	margin: 0;
	padding: 0;
	border: none;
	}
ul, ol {
	list-style-type: none;
	list-style-position: outside;
	}
a {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}


/* Begin Common Layout */
#page {
	width: 950px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	}

#header {
	background: url(images/bg_header2011.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 140px;
	width: 950px;
	}
#header h1 {
	width: 263px;
	float: left;
	margin: 0;
	padding: 17px 0 0 132px;
	}
#header h1 a {
	display: block;
	width: 263px;
	height: 78px;
	text-indent: -9999px;
	background: url(images/logo_bellmare.gif) no-repeat;
	}
#header ul#cmnNavi {
	margin: 0 0 0 150px;
	padding: 0;
	}
#header ul#cmnNavi li {
	float: left;
	}
#header ul#cmnNavi li a {
	display: block;
	text-indent: -9999px;
	height: 45px;
	}
#header ul#cmnNavi li.naviTopics a {
	width: 113px;
	background: url(images/navi_topics.gif) no-repeat;
	}
#header ul#cmnNavi li.naviTopics a:hover {
	background: url(images/navi_topics_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviTopics a.active {
	background: url(images/navi_topics_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviResult a {
	width: 114px;
	background: url(images/navi_result.gif) no-repeat;
	}
#header ul#cmnNavi li.naviResult a:hover {
	background: url(images/navi_result_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviResult a.active {
	background: url(images/navi_result_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviPlayer a {
	width: 113px;
	background: url(images/navi_player.gif) no-repeat;
	}
#header ul#cmnNavi li.naviPlayer a:hover {
	background: url(images/navi_player_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviPlayer a.active {
	background: url(images/navi_player_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviAbout a {
	width: 113px;
	background: url(images/navi_about.gif) no-repeat;
	}
#header ul#cmnNavi li.naviAbout a:hover {
	background: url(images/navi_about_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviAbout a.active {
	background: url(images/navi_about_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviStadium a {
	width: 113px;
	background: url(images/navi_stadium.gif) no-repeat;
	}
#header ul#cmnNavi li.naviStadium a:hover {
	background: url(images/navi_stadium_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviStadium a.active {
	background: url(images/navi_stadium_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviTicket a {
	width: 114px;
	background: url(images/navi_ticket.gif) no-repeat;
	}
#header ul#cmnNavi li.naviTicket a:hover {
	background: url(images/navi_ticket_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviTicket a.active {
	background: url(images/navi_ticket_a.gif) no-repeat;
	}
#header ul#cmnNavi li.naviBellmare12 a {
	width: 115px;
	background: url(images/navi_bellmare12.gif) no-repeat;
	}
#header ul#cmnNavi li.naviBellmare12 a:hover {
	background: url(images/navi_bellmare12_o.gif) no-repeat;
	}
#header ul#cmnNavi li.naviBellmare12 a.active {
	background: url(images/navi_bellmare12_a.gif) no-repeat;
	}

#headerimg {
	margin: 0;
	width: 950px;
	}
#headerimg:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#headerimg {
	display: inline-block;
	zoom: 100%;
	}
#headerimg .description {
	text-indent: -9999px;
	height: 0;
	}
#headerimg ul {
	float: right;
	margin-top: 5px;
	padding-right: 10px;
	border-right: 1px solid #74c92e;
	}
#headerimg li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #74c92e;
	}
#headerimg li a {
	color: #fff;
	}

#main {
	width: 940px;
	padding: 5px;
	background:#fff url(images/bg_main.gif) no-repeat;
	}
#main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#main {
	display: inline-block;
	zoom: 100%;
	}
#main p.andmore a,
#main dd.andmore a {
	padding-left: 14px;
	background: url(images/icon_arrow_green.gif) no-repeat 0 50%;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 655px;
	}
.widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 655px;
	}

#sidebar {
	width: 280px;
	float: right;
	}
#sidebar form {
	margin: 0;
	padding: 5px 5px 0;
	background: #d8d8d8 url(images/bg_head_sidebox.gif) no-repeat;
	}
#sidebar span.red {
	color: #c30;
	font-weight: bold;
	}
#sidebar span.blue {
	color: #039;
	font-weight: bold;
	}
#sidebar div.boxSide {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: #d8d8d8 url(images/bg_sidebox.gif) no-repeat 0 bottom;
	}
#sidebar div.boxSide h3 {
	padding: 9px 9px 3px;
	background: #d8d8d8 url(images/bg_title_sidebox.gif) no-repeat;
	}
#sidebar div.textwidget,
#sidebar div.boxSide ul {
	margin: 0 5px;
	padding: 1px;
	border: 1px solid #999;
	background: #fff;
	}
#sidebar div.textwidget ul {
	margin: 0;
	padding: 0;
	border: none;
	}
#sidebar div.boxSide li.cat-item {
	padding: 3px 3px 3px 23px;
	border-bottom: 1px solid #eee;
	background: url(images/icon_folder.gif) no-repeat 4px 5px;
	}
#sidebar div.teamschedule h4 {
	margin-bottom: 5px;
	padding: 2px 8px;
	border-bottom: 1px solid #666;
	background: #e4e4e4;
	}
#sidebar div.teamschedule p {
	margin: 0 5px 5px;
	}
#sidebar div.teamschedule p.andmore {
	margin: 0 5px;
	padding: 2px;
	border-top: 1px solid #999;
	text-align: right;
	}
#sidebar div.result h4 {
	margin-bottom: 5px;
	padding: 2px 8px;
	border-bottom: 1px solid #666;
	background: #e4e4e4;
	text-align: center;
	}
#sidebar div.result dl {
	width: 240px;
	margin: 0 10px;
	padding-bottom: 5px;
	text-align: center;
	}
#sidebar div.result dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#sidebar div.result dl {
	display: inline-block;
	zoom: 100%;
	}
#sidebar div.result dt {
	font-weight: bold;
	width: 60px;
	text-align: center;
	}
#sidebar div.result dt.left {
	float: left;
	}
#sidebar div.result dt.right {
	float: right;
	}
#sidebar div.result dd.score {
	font-size: 250%;
	font-weight: bold;
	color: #06c;
	padding: 10px 0 5px;
	}
#sidebar div.result p.andmore {
	margin: 0 5px;
	padding: 2px;
	border-top: 1px solid #999;
	text-align: right;
	}
#sidebar div.j2result h4 {
	margin-bottom: 5px;
	padding: 2px 8px;
	border-bottom: 1px solid #666;
	background: #e4e4e4;
	text-align: center;
	}
#sidebar div.j2result p.andmore {
	margin: 0 5px;
	padding: 2px;
	text-align: right;
	}
#sidebar div.j2result table {
	width: 260px;
	margin: 0 3px 5px;
	}
#sidebar div.j2result table th {
	font-size: 90%;
	padding: 2px;
	text-align: center;
	}
#sidebar div.j2result table tr.bellmare td {
	background: #60af29;
	font-weight: bold;
	color: #fff;
	}
#sidebar div.j2result table td {
	font-size: 90%;
	padding: 2px;
	text-align: center;
	background: #666;
	color: #fff;
	}
#sidebar div.j2result table td.no {
	font-weight: bold;
	}
#sidebar div.j2result table td.team {
	text-align: left;
	}
#sidebar div.j2result table td.team {
	text-align: left;
	}
#sidebar div.j2result table td.point {
	color: #fc0;
	}
#sidebar div.ticket h4 {
	margin-bottom: 5px;
	padding: 2px 8px;
	border-bottom: 1px solid #666;
	background: #e4e4e4;
	}
#sidebar div.ticket p {
	margin: 0 5px 5px;
	}
#sidebar div.ticket p.andmore {
	margin: 0 5px;
	padding: 2px;
	border-top: 1px solid #999;
	text-align: right;
	}
#sidebar div.nextgame h4 {
	margin-bottom: 5px;
	padding: 2px 8px;
	border-bottom: 1px solid #666;
	text-align: center;
	background: #e4e4e4;
	}
#sidebar div.nextgame dl {
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(images/bg_vs.gif) no-repeat 5px 20px;
	}
#sidebar div.nextgame dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#sidebar div.nextgame dl {
	display: inline-block;
	zoom: 100%;
	}
#sidebar div.nextgame dt {
	float: left;
	font-weight: bold;
	width: 60px;
	text-align: center;
	}
#sidebar div.nextgame dd {
	margin-bottom: 3px;
	padding-left: 60px;
	}
#sidebar div.nextgame dd.date {
	color: #c60;
	font-weight: bold;
	}
#sidebar div.nextgame p.andmore {
	margin: 0 5px;
	padding: 2px;
	border-top: 1px solid #999;
	text-align: right;
	}
#sidebar div.goods {
	margin: 0 3px;
	}
#sidebar div.goods dl {
	width: 260px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
#sidebar div.goods dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#sidebar div.goods dl {
	display: inline-block;
	zoom: 100%;
	}
#sidebar div.goods dt {
	float: left;
	}
#sidebar div.goods dt img {
	border: 1px solid #06c;
	}
#sidebar div.goods dd {
	padding-left: 70px;
	}
#sidebar div.goods dd.price {
	color: #c60;
	}
#sidebar div.goods p.andmore {
	margin: 0 5px;
	padding: 2px;
	text-align: right;
	}

#sponsor {
	position: relative;
	width: 840px;
	padding: 5px 10px 5px 100px;
	border-top: 1px solid #ccc;
	background:#fff url(images/img_sponser_kingbell.gif) no-repeat 15px 20px;
	}
#sponsor div.textwidget {
	padding-bottom: 5px;
	width: 840px;
	}
#sponsor div.textwidget:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#sponsor div.textwidget {
	display: inline-block;
	zoom: 100%;
	}
#sponsor li {
	float: left;
	width: 168px;
	}
#sponsor dl {
	float: left;
	width: 140px;
	}
#sponsor dd {
	font-size: 85%;
	padding-left: 10px;
	background: url(images/dot_black.gif) no-repeat 4px 50%;
	}
#sponsor p.andmore {
	position: absolute;
	right: 5px;
	top: 5px;
	}
#sponsor p.andmore a {
	padding-left: 14px;
	background: url(images/icon_arrow_green.gif) no-repeat 0 50%;
	}

#footer {
	margin: 0;
	padding: 10px;
	color: #666;
	}
#footer a {
	color: #fff;
	}
#footer ul {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 1px solid #000;
	}
#footer li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
	}
#footer p {
	margin: 0;
	padding: 0 0 20px;
	}
#footer p.onsight {
	text-align: right;
	}
#footer p.copyright {
	float: left;
	}


/* トップページ */
#topMain {
	width: 505px;
	float: right;
	}
#topMain #boxTopSwf {
	margin-bottom: 5px;
	padding: 4px 7px 10px;
	background: url(images/bg_swf.gif) no-repeat;
	}
#topMain #boxTopTopics {
	margin: 0 5px 10px;
	}
#topMain #boxTopTopics h3 {
	margin-bottom: 5px;
	}
#topMain #boxTopTopics p {
	margin: -25px 5px 10px 0;
	text-align: right;
	font-size: 95%;
	}
#topMain #boxTopTopics dl {
	width: 480px;
	margin-bottom: 5px;
	padding: 0 0 5px 15px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_arrow_green.gif) no-repeat 0 4px;
	}
#topMain #boxTopTopics dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
#topMain #boxTopTopics dl {
	display: inline-block;
	zoom: 100%;
	}
#topMain #boxTopTopics dt {
	width: 370px;
	float: left;
	}
#topMain #boxTopTopics dd {
	float: right;
	font-size: 95%;
	color: #666;
	}

#topSide {
	width: 145px;
	float: left;
	}
#topSide ul {
	margin-bottom: 5px;
	padding: 5px;
	background: #467c18;
	}
#topSide li a {
	display: block;
	text-indent: -9999px;
	width: 135px;
	height: 35px;
	}
#topSide li.naviShop a {
	background: url(images/navi_shop.gif) no-repeat;
	}
#topSide li.naviShop a:hover {
	background: url(images/navi_shop_o.gif) no-repeat;
	}
#topSide li.naviFAQ a {
	background: url(images/navi_faq.gif) no-repeat;
	}
#topSide li.naviFAQ a:hover {
	background: url(images/navi_faq_o.gif) no-repeat;
	}
#topSide li.naviMobile a {
	background: url(images/navi_mobile.gif) no-repeat;
	}
#topSide li.naviMobile a:hover {
	background: url(images/navi_mobile_o.gif) no-repeat;
	}
#topSide li.naviMedia a {
	background: url(images/navi_media.gif) no-repeat;
	}
#topSide li.naviMedia a:hover {
	background: url(images/navi_media_o.gif) no-repeat;
	}
#topSide li.naviSponsor a {
	background: url(images/navi_sponsor.gif) no-repeat;
	}
#topSide li.naviSponsor a:hover {
	background: url(images/navi_sponsor_o.gif) no-repeat;
	}
#topSide #boxQR {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: #daebcc url(images/bg_topside.gif) no-repeat 0 bottom;
	}
#topSide #boxQR h3 {
	padding: 5px 5px 0;
	background: url(images/bg_head_topside.gif) no-repeat;
	}
#topSide #boxQR p {
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
	}
#topSide #boxBN {
	margin-bottom: 5px;
	background: #daebcc url(images/bg_topside.gif) no-repeat 0 bottom;
	}
#topSide #boxBN div {
	padding: 5px;
	background: url(images/bg_head_topside.gif) no-repeat;
	}
#topSide #boxBN div p {
	text-align: center;
	margin-bottom: 5px;
	}



/* Begin Post */

div.post {
	margin: 0 5px 40px;
	background: url(images/bg_post.gif) no-repeat;
	text-align: left;
/*	text-align: justify; */
	}
.post h2 {
	margin-bottom: 15px;
	padding: 7px;
	color: #fff;
	font-size: 110%;
	background: url(images/bg_post_title.gif) no-repeat 0 bottom;
	}
.post h3 {
	margin-bottom: 10px;
	padding: 1px 5px;
	font-size: 110%;
	border-left: 5px solid #7bd92f;
	}
.post h4 {
	margin: 0 10px 5px;
	padding-left: 15px;
	background: url(images/icon_arrow_green.gif) no-repeat 0 50%;
	}
.post ul,
.post p {
	margin: 0 10px 15px;
	}
.post ul li {
	margin-bottom: 3px;
	padding-left: 12px;
	background: url(images/dot_black.gif) no-repeat 4px 7px;
	}
.post table {
	width: 620px;
	margin: 0 10px 15px;
	}
.post table th {
	vertical-align: top;
	padding: 3px;
	background: #999;
	color: #fff;
	}
.post table td {
	vertical-align: top;
	padding: 3px;
	background: #EAF8DE;
	}
.post table tr.zebra01 td {
	background: #EAF8DE;
	}
.post table tr.zebra02 td {
	background: #CEF0B4;
	}
.post dl.post {
	width: 605px;
	margin: 0 10px 5px;
	padding: 0 0 5px 15px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_arrow_green.gif) no-repeat 0 4px;
	}
.post dl.post:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post dl.post {
	display: inline-block;
	zoom: 100%;
	}
.post dl.post dt {
	width: 370px;
	float: left;
	}
.post dl.post dd {
	float: right;
	font-size: 95%;
	color: #666;
	}


/* 練習予定 */
.post div.scheduleTable {
	}
.post div.scheduleTable td dl {
	width: 400px;
	}
.post div.scheduleTable td dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post div.scheduleTable td dl {
	display: inline-block;
	zoom: 100%;
	}
.post div.scheduleTable td dt {
	float: left;
	width: 7em;
	}
.post div.scheduleTable td dd {
	padding-left: 7em;
	}


/* 試合日程・結果 */
.post div.gameSchedule {
	}
.post div.gameSchedule p {
	text-align: right;
	}
.post div.gameSchedule table {
	width: 620px;
	margin: 0 10px 15px;
	}


/* 試合詳細 */
.post div.gameDetail {
	}
.post div.gameDetail table {
	width: 620px;
	margin: 0 10px 15px;
	}
.post div.gameDetail table.gameInfo th {
	width: 94px;
	text-align: center;
	}
.post div.gameDetail table.gameInfo td dl {
	width: 254px;
	font-weight: bold;
	}
.post div.gameDetail table.gameInfo td dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post div.gameDetail table.gameInfo td dl {
	display: inline-block;
	zoom: 100%;
	}
.post div.gameDetail table.gameInfo td dt {
	padding: 20px;
	font-size: 250%;
	color: #60AF29;
	}
.post div.gameDetail table.gameInfo td dd img {
	margin-bottom: 5px;
	}
.post div.gameDetail table.gameInfo td.home {
	width: 254px;
	text-align: right;
	}
.post div.gameDetail table.gameInfo td.home dt {
	float: left;
	}
.post div.gameDetail table.gameInfo td.home dd {
	padding-left: 110px;
	}
.post div.gameDetail table.gameInfo td.away {
	width: 254px;
	}
.post div.gameDetail table.gameInfo td.away dt {
	float: right;
	}
.post div.gameDetail table.gameInfo td.away dd {
	padding: 0 110px 0 0;
	}
.post div.gameDetail table.gameShot th {
	width: 82px;
	text-align: center;
	}
.post div.gameDetail table.gameShot td {
	text-align: center;
	}
.post div.gameDetail table.gameShot td.line {
	height: 1px;
	background: #60AF29;
	}
.post div.gameDetail table.gameCount th {
	width: 102px;
	padding: 0;
	background: #EAF8DE;
	}
.post div.gameDetail table.gameCount td.home,
.post div.gameDetail table.gameCount td.away {
	width: 250px;
	}
.post div.gameDetail table.gameCount th table {
	width: 102px;
	margin: 0;
	}
.post div.gameDetail table.gameCount th table td {
	background: #999;
	text-align: center;
	}
.post div.gameDetail table.gameScore td,
.post div.gameDetail table.gamePlayerChange td {
	width: 50%;
	}
.post div.gameDetail table.gameCount td dl,
.post div.gameDetail table.gameScore td dl,
.post div.gameDetail table.gamePlayerChange td dl {
	margin-bottom: 3px;
	width: auto;
	}
.post div.gameDetail table.gameCount td dt,
.post div.gameDetail table.gameScore td dt,
.post div.gameDetail table.gamePlayerChange td dt {
	float: left;
	font-weight: bold;
	width: 3em;
	}
.post div.gameDetail table.gameCount td dd,
.post div.gameDetail table.gameScore td dd,
.post div.gameDetail table.gamePlayerChange td dd {
	padding-left: 3em;
	}


/* 順位表 */
.post div.ranking {
	}
.post div.ranking table {
	width: 620px;
	margin: 0 10px 15px;
	}
.post div.ranking table th,
.post div.ranking table td {
	text-align: center;
	}
.post div.ranking table tr.bellmare th,
.post div.ranking table tr.bellmare td {
	background: #60AF29;
	color: #fff;
	}


/* 選手・スタッフ */
.post div.player {
	}


/* 選手プロフィール */
.post div.playerInfo {
	margin: 0 10px;
	}
.post div.playerInfo div.playerName {
	width: 620px;
	margin-bottom: 10px;
	background: #66b822;
	color: #fff;
	}
.post div.playerInfo div.playerName:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post div.playerInfo div.playerName {
	display: inline-block;
	zoom: 100%;
	}
.post div.playerInfo div.playerName p.number {
	width: 130px;
	height: 124px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 60px 0 0;
	border-right: 2px solid #fff;
	}
.post div.playerInfo div.playerName p.number span {
	font-size: 250%;
	font-weight: bold;
	}
.post div.playerInfo div.playerName h3 {
	width: 300px;
	float: left;
	padding: 60px 0 0 30px;
	border: none;
	font-size: 150%;
	}
.post div.playerInfo div.playerName p.photo {
	float: right;
	width: 144px;
	margin: 0;
	padding: 0;
	}
.post div.playerInfo table {
	width: 490px;
	margin-left: 132px;
	}
.post div.playerInfo table th {
	width: 170px;
	color: #333;
	}
.post div.playerInfo table th,
.post div.playerInfo table td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #66b822;
	background: #fff;
	}


/* クラブについて */
.post div.about {
	}
.post div.about table.kessan caption {
	text-align: left;
	padding: 5px 15px;
	background: url(images/icon_arrow_green.gif) no-repeat 0 50%;
	font-weight: bold;
	}
.post div.about table.kessan th {
	width: 124px;
	}
.post div.about table.kessan td {
	text-align: right;
	}
.post div.about table.gaiyou th {
	width: 170px;
	}
.post div.about table.gaiyou td ul {
	margin: 0;
	}
.post div.about table.history th {
	width: 100px;
	}


/* 競技場・練習場 */
.post div.stadium {
	}
.post div.stadium dl {
	margin: 0 10px 15px;
	}
.post div.stadium dt {
	font-weight: bold;
	margin-bottom: 5px;
	}
.post div.stadium table th {
	width: 120px;
	}


/* チケット */
.post div.ticket {
	}
.post div.ticket table.ticket-chart td {
	text-align: center;
	}


/* ベルマーレ12 */
.post div.bellmare12 table.recommend th {
	width: 32%;
	}
.post div.bellmare12 table.recommend td {
	text-align: center;
	font-weight: bold;
	}
.post div.bellmare12 table.recommend td.member {
	color: #f00;
	}
.post div.bellmare12 table.recommend td.memberBlue {
	color: #03c;
	}
.post div.bellmare12 table.recommend td.memberGold {
	color: #c90;
	}
.post div.bellmare12 table.grade {
	width: 635px;
	margin: 0 0 15px 10px;
	font-size: 90%;
	}
.post div.bellmare12 table.grade th {
	font-size: 90%;
	}
.post div.bellmare12 table.grade td {
	text-align: center;
	width: 65px;
	}
.post div.bellmare12 table.price {
	width: auto;
	}
.post div.bellmare12 table.price td {
	text-align: center;
	width: 75px;
	}


/* お問い合わせ */
.post div.entry {
	}
.post div.entry fieldset {
	margin: 0 10px;
	}
.post div.entry form#contactform  {
	margin: 0;
	padding: 0;
	}
.post div.entry form#contactform dl {
	width: 620px;
	}
.post div.entry form#contactform dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post div.entry form#contactform dl {
	display: inline-block;
	zoom: 100%;
	}
.post div.entry form#contactform dt {
	float: left;
	width: 100px;
	padding-top: 2px;
	font-weight: bold;
	}
.post div.entry form#contactform dd {
	padding-left: 110px;
	margin-bottom: 3px;
	}
.post div.entry form#contactform dd input,
.post div.entry form#contactform dd textarea {
	width: 400px;
	}
.post div.entry form#contactform p {
	text-align: center;
	}
.post div.entry form#contactform p.notice {
	font-weight: bold;
	text-align: left;
	}
.post div.entry input#contactsubmit {
	width: 100px;
	}



.post dl.question {
	margin-bottom: 15px;
	}
.post dl.question dt {
	padding: 0 0 5px 20px;
	background: url(images/icon_q.gif) no-repeat;
	}
.post dl.question dd {
	margin-left: 20px;
	padding: 5px;
	background: #ebfddb;
	}
.post table.mobile {
	border-top: 2px solid #7bd92f;
	margin-bottom: 15px;
	width: 490px;
	}
.post table.mobile th {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px dotted #ddd;
	}
.post table.mobile td {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px dotted #ddd;
	}

.post table.freepaper {
	}
.post table.freepaper th {
	width: 150px;
	}
.post table.tvProgram {
	}
.post table.tvProgram th {
	}
.post table.tvProgram td {
	}
.post table.media {
	}
.post table.media th {
	width: 145px;
	background: #EAF8DE;
	}
.post table.media td {
	width: 250px;
	}
.post ul.list1column,
.post ul.list2column {
	padding-bottom: 15px;
	}
.post ul.list2column:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post ul.list2column {
	display: inline-block;
	zoom: 100%;
	}
.post ul.list2column li {
	width: 290px;
	float: left;
	margin: 0;
	padding-bottom: 3px;
	}


/* スポンサー */
.post div.sponsor {
	}
.post div.sponsor dl {
	width: 160px;
	float: left;
	text-align: center;
	}
.post div.sponsor dt {
	margin-bottom: 3px;
	}
.post div.sponsor dd {
	margin: 0 5px;
	}
.post div.sponsor ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	}
.post div.sponsor ul {
	display: inline-block;
	zoom: 100%;
	}
.post div.sponsor ul li {
	width: 295px;
	float: left;
	}
.post div.sponsor ol {
	margin: 0 10px 10px;
	}
.post div.sponsor ol li {
	margin: 0 0 3px 1.5em;
	text-indent: -1.2em;
	}
.post div.sponsor table {
	margin: 0 10px 15px;
	}
.post div.sponsor th {
	vertical-align: top;
	padding: 3px;
	color: #fff;
	background: #0B4072;
	}
.post div.sponsor td {
	vertical-align: top;
	padding: 3px;
	background: #e6e6e6;
	}











.narrowcolumn .postmetadata {
	text-align: right;
	display: none;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}






.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}




code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: 0.7em;
	}




#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */







.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */





.postmetadata ul, .postmetadata li {
	display: inline;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	width: 170px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 0 10px;
	padding: 0;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	margin-bottom: 15px;
	}

.navigation {
	text-align: center;
	margin: 5px 15px 10px 10px ;
/*	display: none; */
	}
.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 0 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

