/*
name: Dr.Blog Style Library
designer: Dr.Blog
designer_url: http://drblog.jp/
developer: Dr.Blog
developer_url: http://drblog.jp/
*/

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
}

a
{
	text-decoration:none;
	color:#00007B;
	background-color: transparent;
}

a:hover
{
	color: #430059;
	background-color: transparent;
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:900px;
	margin:0 auto;
	text-align:left;
	color:inherit;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
{
	padding: 0 0 84px 0;
}

body.layout-two-column-right div#banner,
body.layout-two-column-left #banner,
body.layout-one-column #banner
{

}

div#banner h1
{
	text-align:left;
	font-size:32px;
	font-weight:normal;
	letter-spacing:0.1em;
	position: relative;
	top: 40px;
	left: 24px;
        margin-bottom: 10px;
}

div#banner h1 a
{
	color:#inherit;
	background-color:inherit;
}

div#banner h1 a:hover
{
	color:inherit;
	background-color:transparent;
}

div#banner h2
{
	color:#8f8f8f;
	background-color:inherit;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 50px;
	left: 24px;
}

/* ---------- main ---------- */

body.layout-one-column div#main
{
	width:700px;
	float:left;
}

body.layout-two-column-right div#main
{
	width: 508px;
	float:left;
}

body.layout-two-column-left div#main
{
	width: 608px;
	float:right;
}

body.layout-one-column div.content
{
	padding: 0 20px;
}

body.layout-two-column-left div.content
{
	padding-left: 0px;
        padding-right: 20px;
}

body.layout-two-column-right div.content
{
	padding-left:20px;
}

div.text
{
	color: inherit;
	width:100%;
	padding:30px 0 0  0;
}

div.text h3.text-header
{
	font-size:100%;
	font-weight:bold;
	color:#00007B;
	background: #FFFF00 url(ball_yellow.gif) no-repeat 0px 0px;
	padding: 2px 5px 6px 20px;
}

div.text h3.text-header a
{ color:#968d7a; background-color:inherit; }

div.text-content
{
	color: inherit;
	background-color: #FFFFFF;
	margin:10px 15px 0 15px;
}

div.text blockquote
{
	color:#7fcdbb;
	border:1px dashed #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

div.text-body
{
	background-color: #FFFFFF;
	padding-top: 15px;
	width:100%;
}

div.content p
{
	color:#000000;
	font-size:80%;
	line-height:140%;
	margin: 0 0 10px 0;
	background-color:inherit;

}

div.text ul
{
	margin:10px 0 15px 20px;
	padding-left:20px;
}

div.text ul li
{
	color:#000000;
	font-size:90%;
}

div.content h4
{
	background-color:#00DBD0;
	color:#FFFFFF;
	font-weight:normal;
	font-size:90%;
	padding:2px 7px;
	margin-bottom:10px;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:190px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:190px;
	float:left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 2px 0 0;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 0 0 2px;
}

div.left-content h3,
div.right-content h3
{
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	margin-bottom: 5px;
	padding: 7px 0;
	text-align: center;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
}

body.layout-two-column-left div.left-content h3,
body.layout-two-column-left div.right-content h3
{
	background: transparent url(left_content_bg.gif) no-repeat 0 0;
}

body.layout-two-column-right div.left-content h3,
body.layout-two-column-right div.right-content h3
{
	background: transparent url(right_content_bg.gif) no-repeat 100% 0;
}

div#left-menu li,
div#right-menu li
{
	list-style: none;
	font-size:70%;
	color:#5d5c5c;
	background-color:inherit;
	padding-bottom: 5px;
}

div.image
{
        padding:10px;
}

div.site-link
{
	margin-bottom: 45px;
	padding:5px;
}

div.site-link li
{
	margin: 0 20px;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

div#footer {
	clear:both;
	text-align:center;
	padding-bottom:14px;
}

div#footer ul
{ list-style:none; }

div#footer ul li {
	display:inline;
	font-size:80%;
	margin-right:15px;
	color::#8f8f8f;
	background-color:inherit;
}

div#footer ul li a
{
	color:#8f8f8f;
	background-color:inherit;
}

div#footer ul li a:hover
{
	color: #7fcdbb;
	background-color: #e7f6f2;
	text-decoration:underline;
}

/* ---------- footer_end ---------- */

/* ------------result-------------*/
div.result {
   	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	}

div.result h4
{
	color:#FFFFFF;
	font-weight:normal;
	font-size:120%;
	padding:2px 7px;
	margin-bottom:10px;
}

div.result h4 a
{
	color:#FFFFFF;
}

div.result h4 a:hover
{
	color:#00007B;
}
/*スコアボード*/
div.result table {
	margin: 2px;
	font-size: 90%;
	text-align: right;
	border-collapse: collapse;
	}

/*スコアボードの見出し*/
div.result th {
	 background-color:#ECFFF8;
	 line-height: 15px;
	 font-weight: bold;
	 border-bottom: solid 1px #000000;
	 padding: 1px;

	}

div.result th.name {
	 text-align: left;
	 border-right: solid 1px #000000;
	}

/*スコアボードの項目*/
div.result td {
	 line-height: 15px;
	 padding: 1px;
	 border-top: solid 1px #000000;
	 border-bottom: solid 1px #000000;

	}

div.result td.name{
	text-align: left;
	border-right: solid 1px #000000;
	}
/* ------------result_end-------------*/

/* ------------subresult-------------*/
div.subresult {
	}

/*打率等の表*/
div.subresult table {
	margin: 2px;
	font-size: 90%;
	border-collapse: collapse;
	}

/*打率等の表の見出し*/
div.subresult th {
	 line-height: 15px;
	 font-weight: bold;
	 text-align: right;
	 background-color: #C0C0C0;
	 border-bottom: solid 1px #000000;
	 padding: 1px;

	}

/*打率等の表の項目*/
div.subresult td {
	 line-height: 15px;
	 text-align: right;
	 border-top: solid 1px #000000;
	 border-bottom: solid 1px #000000;
	 padding: 1px;

	}
/*---------subresult_end-----------*/
