@charset "UTF-8";


/* Information
==================================================
livedoor Blog CSS
 Name   : Graph
 Layout : 2カラム 右サイド
 Author : decoweb
 Author URI: http://www.decoweb.jp/
 Update : 
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager -ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 0.9em;
}

body {
	color: #333333;
}

a:hover {
	text-decoration: none;
}


table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #333;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #fff;
	text-decoration: underline;
}

p#blog-description {
	color: #fff;
}

h2.archives-title {
	color: #333;
}

div#main a:link
, div#main a:active {
	/*color: #d90095;*/
color: #d90000;
}

div#sub a:link
, div#sub a:active
, div#extra a:link
, div#extra a:active
, div#main .related-articles a:link
, div#main .related-articles a:active
 {
	color: #333;
}

div#main a:visited {
	color: #990000;
}

div#sub a:visited
, div#extra a:visited
, div#main .related-articles a:visited {
	color: #333;
}

div#sub a:hover
, div#extra a:hover {
	color: #555;
}

div#main h2.article-title a:link
, div#main h2.article-title a:active
, div#main h2.article-title a:visited {
	color: #555;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main ul.article-post li a:link
, div#main ul.article-post li a:active
, div#main ul.article-post li a:visited
, div#main ul.article-post li a:hover {
	color: #777;
}

div#main dl.article-category dd a:link
, div#main dl.article-category dd a:active
, div#main dl.article-category dd a:visited
, dl.article-category dd a:hover {
	color: #333;
}

div#main div.pager a {
	color: #666;
}

div.article-date-outer {
	color: #555;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #333;
}

div.sidetitle {
	color: #920064;
}

div#sub div.sidetitle a
, div#extra div.sidetitle a {
	color: #920064;
}

div#sub table.caltblday a:visited
, div#extra table.caltblday a:visited {
	color: #777;
}

.footer-outer
, .footer-outer a {
	color: #777;
}

/* ADエリアはCSS別途指定 */

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(http://livedoor.2.blogimg.jp/keiba_check/imgs/6/6/666b0bf5.jpg) repeat-x top #fff;
	text-align: center;
}

div#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#content {
	width: 1000px;
	margin: 10px auto 0 auto;
}

div#main
, div#sub
, div#extra {
	overflow: hidden;
}

div#main {
	width: 650px;
	float: left;
	margin: 202px 0 30px 0;
}

div#main div.column-inner {
	margin: 0 25px 0 15px;
}

div#sub {
	width: 300px;
	float: right;
	margin: 202px 0 0 0;
	background: #eee;
}

div#sub div.column-inner {
	margin: 10px;
}

div#extra {
	clear: right;
	float: right;
	width: 300px;
	padding: 0;
	background: #eee;
}

div#extra div.column-inner {
	margin: 10px;
}

/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, div.article-outer
, h2.archives-title
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	width: 1000px;
	height: 72px;
	_height: 72px;
	margin: 0px auto;
	padding: 0 5px;
	text-align: left;
}

/* for ie */

*+html div.blog-title-outer {
	width: 1000px;
	height: 70px;
	margin: 0;
	text-align: left;
}

* html div.blog-title-outer {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	text-align: left;
}

div.blog-title-outer-2 {
}
div.blog-title-outer-3 {
 color:#000;
}

h1#blog-title {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 150%;
	font-weight: bold;
}

div.blog-description-outer {
}

p#blog-description {
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 130%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	margin-bottom: 20px;
}
div.archives-title-outer-2 {
}
div.archives-title-outer-3 {
}

h2.archives-title {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 110%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	padding-top: 15px;
	font-size: 1em;
}

ul.index-navigator li a {
	padding: 0 7px;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	padding-top: 15px;
	font-size: 1em;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	padding-top: 15px;
	font-size: 1em;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	text-align: left;
}

/* ----------------------------------------------- */
/** Message Board - インフォメーション */

div.message-board {
	padding: 10px;
	line-height: 1.4;
	text-align: left;
	font-size: 90%;
	border: 0px solid #920064;
}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
}

/*** 日付 */
div.article-date-outer {
	float: left;
	margin: 0 0 8px 0;
	font-size: 1em;
	font-weight: bold;
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	margin-left: 12.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 20px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {
	padding-right: 10px;
}

h2.article-title {
	clear: left;
	margin: 0;
	padding: 5px 10px;
	font-size: 105%;
	font-weight: bold;
	line-height: 140%;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw027_graph_2c/article-title_back.gif) no-repeat top left #e2e2e2;
}

/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	background-color: transparent;
	padding: 20px 10px 5px;
	line-height: 170%;
}

div.article-body-inner {}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
font-size:240%;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}

/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 1em;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	padding: 0 10px 30px 10px;
}

ul.article-post {
	margin: 15px 0 15px;
	padding: 10px 5px 0 5px; 
	text-align: right;
	border-top: 2px dotted #ddd;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 10px;
	font-size: 100%;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw027_graph_2c/h3_back.gif) no-repeat top left #f2f2f2;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

li.trackback-set {
	padding: 0 0 15px 15px;
	font-size: 1em;
	line-height: 150%;
}

h4.ping-title {
	display: inline;
	padding: 0;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 15px 15px;
	font-size: 1em;
	line-height: 150%;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 80%;
	line-height: 25px;
	font-size: 1em;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {}
div.sidetitle {
	margin-bottom: 10px;
	padding: 0 0 0 11px;
	text-align: left;
	font-weight: bold;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw027_graph_2c/sidetitle_back.gif) no-repeat top left;
}

div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
	margin: 0 0 20px 0;
	text-align: left;
}

div.sidebody {
	margin: 0 5px 5px 5px;
	padding: 0 0 0 10px;
	text-align: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/dw027_graph_2c/sidebody_back.gif) no-repeat top left;
	
}

div.sidewrapper {}

/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	color: #920064;
	font-weight: bold;
}

div#sub div.calendarheadbody div.calendarhead a
, div#extra div.calendarheadbody div.calendarhead a {
	color: #920064;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	_font-size: 1em;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #8d8d8d;
	_font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 12px;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 900px;
	margin: 0 auto;
}

div.footer-outer-2 {}

div#footer {
	width: 900px;
}

div#footer p {
}


/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 14px!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 13px!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 13px!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}


div.ads-become a {
	color: #0000ff!important;
}

div.ads-become p.adsbybecome a {
	color: #666666!important;
}



/*競馬チェック用*/

/*騎手調子レベル*/
.c-jk1{background-color:#e00;padding:1px;color:#fff;}
.c-jk2{background-color:#e80;padding:1px;color:#fff;}
.c-jk3{background-color:#f5f5f5;padding:1px;color:#000;}

.c-gek{background-color:#dd2;padding:1px;}

div#check table{border:0px solid black;padding:0px;margin:2px 0;}
div#check thead{font-size:90%;font-weight:bold;background-color:#036;color:#FFF;padding:3px;}
div#check thead td{text-align:center;letter-spacing:5px;}
div#check tbody td{border-bottom:1px solid #999;font-size:85%;padding:5px 5px 0;}

div#check1 table{border:0px solid black;padding:0px;margin:2px 0;}
div#check1 thead{font-size:90%;font-weight:bold;background-color:#036;color:#FFF;padding:3px;}
div#check1 thead td{text-align:center;letter-spacing:5px;}
div#check1 tbody td{border-bottom:1px solid #999;font-size:85%;padding:5px 5px 0;}

.check table{border:0px solid black;padding:0px;margin:2px 0;}
.check thead{font-size:90%;font-weight:bold;background-color:#992;color:#FFF;padding:3px;}
.check thead td{text-align:center;letter-spacing:5px;}
.check tbody td{border-bottom:1px solid #999;font-size:85%;padding:5px 5px 0;}

.check1 table{border:0px solid black;padding:0px;margin:2px 0;}
.check1 thead{font-size:90%;font-weight:bold;background-color:#036;color:#FFF;padding:3px;}
.check1 thead td{text-align:center;letter-spacing:5px;}
.check1 tbody td{border-bottom:1px solid #999;font-size:85%;padding:5px 5px 0;}

.data_s table{border:0px solid black;padding:0px;margin:2px 0;}
.data_s thead{font-size:90%;font-weight:bold;background-color:#036;color:#FFF;padding:3px;}
.data_s thead td{text-align:center;letter-spacing:5px;}
.data_s tbody td{border-bottom:1px solid #999;font-size:85%;padding:5px 5px 0;}

.related-articles{text-align:left;}
.related-articles h3 {font-size:11pt;}
.related-articles ul {font-size:70%;margin-left:-40px;list-style-type: none}
.related-articles li {margin-top:4px;}

.font1{font-weight:bold;}

/*続きを読むの部分*/
.xt_open  {display:block;}
.xt_close {display:none;}


/*チャット*/
/*
#chat { margin: 10px 10px 30px; padding: 0; font: normal 90% Tahoma, Verdana, Helvetica, sans-serif; color: #000; }
#chat h1 { font-size: 1.2em; font-weight: 600; margin: 0; }
#chat h2 { font-size: 1.2em; font-weight: 600; margin: 0; }
#chat h3 { font-size: 1.1em; font-weight: 600; }
#chat dl, dt, dd { margin: 0; padding: 0; width: auto; display: block; }
#chat dt { height: 20px; line-height: 20px; font-weight: bold; position: relative;width:150px; }
#chat dt span { position: absolute; right: 0; top: 0; font-size: 0.8em; font-weight: normal; padding-right: 10px; }
#chat dd { margin: 0.5ex 0 1ex 10px; position: relative; }
#chat dd span { position: absolute; right: 0; top: 0; font-size: 1.2em; font-weight: normal; padding-right: 10px; }
#chat dt.remote { padding-left: 10px; background: #D5E6FF url(http://goodies.skype.com/graphics/chathistory/blue_left.png) left center no-repeat; }
#chat dt.remote span { background: #D5E6FF url(http://goodies.skype.com/graphics/chathistory/blue_right.png) right center no-repeat; }
#chat dt.local { padding-left: 10px; background: #DDD url(http://goodies.skype.com/graphics/chathistory/grey_left.png) left center no-repeat; }
#chat dt.local span { background: #DDD url(http://goodies.skype.com/graphics/chathistory/grey_right.png) right center no-repeat; }
#chat dt.info { background: #F0EAAA url(http://goodies.skype.com/graphics/chathistory/info_left.png) left center no-repeat; margin: 1em 0; height: 25px; line-height: 25px; text-align: center; font-weight: normal; padding-left: 30px; }
#chat dt.info span { position: relative; height: 25px; display: block; float: none; font-size: inherit; background: transparent url(http://goodies.skype.com/graphics/chathistory/info_right.png) right center no-repeat; padding-right: 30px; }
#chat dd dl { padding: 1em 0 1em 1em; }
#chat span {display:none;}
*/

/*@font-face{font-family:'Umabashira_Sign';
src:url(JRDBUmabashiraSign.eot);
url(JRDBUmabashiraSign.ttf) format('truetype');}*/

/**********************************

/           CSS Original

**********************************


.clink1{
text-align:center;
border-top: 1px solid #252525;
border-bottom : 4px solid #252525;
border-left : 1px solid transparent;
border-right : 1px solid transparent;
padding : 3px 5px 3px 5px;
border-radius : 4px;
-moz-border-radius : 4px;
-webkit-border-radius: 4px;
}


/*払戻*/



#payback_frame		{padding-top:10px;width:938px;background-color:#f5f5f5;border-top:10px solid #dda;text-align:left;}

#payback			{width:inherit;background-color:#f5f5f5;font-size:9pt;vertical-align:top;font-family:Arial, Helvetica, sans-serif;}

#payback .bakensyu	{background-color:#4D5190;color:#fff;border-bottom:1px solid #dda;border-right:1px solid #dda;vertical-align:top;}

#payback .kingaku 	{text-align:right;border-bottom:1px solid #D0D1E4;background-color:#fff;}

#payback .kingaku2 	{text-align:right;border-bottom:1px solid #FFF;background-color:#fff;}

#payback .umanum	{border-bottom:1px solid #D0D1E4;background-color:#fff;}

#payback .umanum2	{border-bottom:1px solid #FFF;background-color:#fff;}

#payback .pninki	{text-align:right;border-bottom:1px solid #D0D1E4;background-color:#fff;}

#payback .pninki2	{text-align:right;border-bottom:1px solid #FFF;background-color:#fff;}





/*競走成績*/



.rase_result{letter-spacing: -2em;white-space:nowrap;}

.result_result td{white-space:nowrap;}





.result_main {	font-size:12px;	font-weight:normal;	padding:2px;	letter-spacing: 0.0em;	background:#FFFFFF;	}

.result_date {	background-color:#777777;	color:#FFFFFF;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_date2 {	background-color:#aaddff;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_racename {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}

.result_raceno {	background-color:#0099CC;	font-size:16px;	font-weight:bold;	color:#FFF;	padding:2px;	height:34px;	}

.result_shube {	background-color:#777777;	font-size:12px;	color:#FFFFFF;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_kohmoku {	background-color:#DDDDDD;	font-size:10px;	font-weight:normal;	padding:2px;	}

.result_kohmoku2 {	background-color:#CCCCCC;	font-size:10px;	font-weight:normal;	padding:2px;	}	

.result_result {	background-color:#FFFFFF;	font-size:11px;	font-weight:normal;	padding:2px;	}

.result_order {	background-color:#DDDD33;	font-size:12px;	font-weight:normal;	padding:2px;	}

.result_etc {	background-color:#FFFFFF;width:540px;	font-size:10px;	font-weight:normal;	padding:2px;	}

.result_waku1 {	BACKGROUND-COLOR: #EEEEEE;	color: #333333;	}

.result_waku2 {	BACKGROUND-COLOR: #333333;	color: #FFFFFF;	}

.result_waku3 {	BACKGROUND-COLOR: #EE3300;	color: #FFFFFF;	}

.result_waku4 {	BACKGROUND-COLOR: #003399;	color: #FFFFFF;	}

.result_waku5 {	BACKGROUND-COLOR: #EECC00;	color: #333333;	}

.result_waku6 {	BACKGROUND-COLOR: #339900;	color: #FFFFFF;	}

.result_waku7 {	BACKGROUND-COLOR: #EE9900;	color: #FFFFFF;	}

.result_waku8 {	BACKGROUND-COLOR: #EE6699;	color: #FFFFFF;	}

.result_kenshu{background-color:#bbbbbb;}





/*追加20080114*/

.result_racekai {	background-color:#0099CC;	font-size:12px;	font-weight:bold;	color:#FFF;	padding:2px;	}

.result_racenames {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}



.result_result .chaku1{color:#FF0033; text-decoration:underline}

.result_result .chaku2{ color:#009900; text-decoration:underline}

.result_result .chaku3{ color:#0033CC; text-decoration:underline}



#graderace_header a{color:#f33;}



.race_r{letter-spacing: -2em;white-space:nowrap;}

.r_result td{white-space:nowrap;}





.r_main {	font-size:12px;	font-weight:normal;	padding:2px;	letter-spacing: 0.0em;	background:#FFFFFF;	}

.r_date {	background-color:#777777;	color:#FFFFFF;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_date2 {	background-color:#aaddff;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_racename {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}

.r_raceno {	background-color:#0099CC;	font-size:16px;	font-weight:bold;	color:#FFF;	padding:2px;	height:34px;	}

.r_shube {	background-color:#777777;	font-size:12px;	color:#FFFFFF;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_kohmoku {	background-color:#DDDDDD;	font-size:10px;	font-weight:normal;	padding:2px;	}

.r_kohmoku2 {	background-color:#CCCCCC;	font-size:10px;	font-weight:normal;	padding:2px;	}	

.r_r {	background-color:#FFFFFF;	font-size:11px;	font-weight:normal;	padding:2px;	}

.r_order {	background-color:#DDDD33;	font-size:12px;	font-weight:normal;	padding:2px;	}

.r_etc {	background-color:#FFFFFF;width:540px;	font-size:10px;	font-weight:normal;	padding:2px;	}

.r_waku1 {	BACKGROUND-COLOR: #EEEEEE;	color: #333333;	}

.r_waku2 {	BACKGROUND-COLOR: #333333;	color: #FFFFFF;	}

.r_waku3 {	BACKGROUND-COLOR: #EE3300;	color: #FFFFFF;	}

.r_waku4 {	BACKGROUND-COLOR: #003399;	color: #FFFFFF;	}

.r_waku5 {	BACKGROUND-COLOR: #EECC00;	color: #333333;	}

.r_waku6 {	BACKGROUND-COLOR: #339900;	color: #FFFFFF;	}

.r_waku7 {	BACKGROUND-COLOR: #EE9900;	color: #FFFFFF;	}

.r_waku8 {	BACKGROUND-COLOR: #EE6699;	color: #FFFFFF;	}

.r_kenshu{background-color:#bbbbbb;}





/*追加20080114*/

.r_racekai {	background-color:#0099CC;	font-size:12px;	font-weight:bold;	color:#FFF;	padding:2px;	}

.r_racenames {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}



.r_r .chaku1{color:#FF0033; text-decoration:underline}

.r_r .chaku2{ color:#009900; text-decoration:underline}

.r_r .chaku3{ color:#0033CC; text-decoration:underline}



#graderace_header a{color:#f33;}



/*追加20080118　jrdb_board*/



#jrdb_board{
	width:170px;	
	/*border:3px solid #555;*/
	font-size:10pt;
	margin:2px;
	text-align:left;	
}


#jrdb_board dl{	
	margin:0px 0px 12px 0px;
	padding:0px;
	border-top:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
	font-size:90%;
}

#jrdb_board dt{	
	margin:0px;
	padding:0px;
}

#jrdb_board a{
	margin:0px;
	padding:3px 8px;
	background-color:#EDF2F2;
	/*background-color:#EDF2F2;*/
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	color:#009;
	text-decoration:none;
	display:block;
}



#jrdb_board a:hover{
	/*background-color:#E0E9E9;*/
	background-color:#bcb;
	color:#d00;
}



/*３代血統表*/

.bl_f{ border-right:0px solid #0099FF;border-bottom:1px solid #ddd}

.bl_m{ border-right:0px solid #FF5588;border-bottom:1px solid #ddd; background-color:#F9F9F9}

.bl_fkeito { font-size:9px; background-color:#0099CC;padding:2px 4px;color:#fff;}

.bl_mkeito { font-size:9px; background-color:#CC5599;padding:2px 4px;color:#fff;}

.bl_fs{font-size:85%; border-right:0px solid #0099FF;border-bottom:1px solid #ddd;}
.bl_ms{font-size:85%; border-right:0px solid #FF5588;border-bottom:1px solid #ddd; background-color:#F9F9F9}

/*オッズ用*/
.waku_bottom{border-bottom:0px solid #ddd}
.waku_value{padding-right:10px;text-align:right;}


/*ピックアップ*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px 10px 0 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #fff; }

.cs-title { width: 532px; padding: 10px; background-color: #000; color: #fff; }

.cs-prev, 
.cs-next { background-color: #000; color: #fff; padding: 0px 10px; }

.cs-title
{
width: 532px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
background-color: #000000;
color: #ffffff;
}

#pickup{
width: 552px;
display: block;
overflow: hidden;
background: #fff;
height: auto;
margin: 5px;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
#pickup h3{
background: url(http://www.devolen.com/blog/wp-content/themes/devolen_grid/images/title/pickup.gif) no-repeat;
text-indent: -5000px;
width: 213px;
height: 17px;
margin: 0 0 10px 3px;
}
#coin-slider-works em{
font-size: 1.5em;
font-weight: bold;
line-height: 1.4em;
text-shadow: 1px 1px 1px #b88;
filter: dropshadow(color=#000, offx=, offy=1) 
}


.feed {
	font-size:80%;
	line-height:140%;
        border:1px solid #ccc;
        background-color:#fff;
        margin:10px auto; padding:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

.feed1 {
	font-size:90%;
	line-height:140%;
        border:1px solid #ccc;
        background-color:#fff;
        margin:10px auto; padding:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

/*説明文の見出し*/
.midashi1{
	font-weight:bold;
	font-size:120%;
	line-height:140%;
        border:1px solid #ccc;
        background-color:#fff;
        margin:10px auto; padding:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
box-shadow: 1px 1px 5px #aaa;
text-shadow: 1px 1px 1px #ddd;
}

.midashi2{
	font-weight:bold;
	font-size:120%;
	line-height:140%;
        border:1px solid #ccc;
        background-color:#fff;
        margin:10px auto; padding:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
box-shadow: 1px 1px 5px #aaa;
}

.midashi3{
	font-family:font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:110%;
	font-weight:bold;
margin-bottom:14px;
}

/*表の項目*/
.koumoku1{
	font-size:90%;
	line-height:140%;
        border:1px solid #ccc;
color:#fff;
        background-color:#553;
         padding:2px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

/*見出し*/
.ninki1-midashi {
	margin:0 0 10px 0;
	padding:5px 6px;
	background: #1D8ADE;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


.tyokuninki1-midashi {
	margin:0 0 10px 0;
	padding:5px 6px;
	background: #f0e68c;
	color:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.ninki1-bamei{
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 18px;font-weight:bold;
}

.tohaba-font{
font-family:"ＭＳ ゴシック";
}

.teppan1-midashi {
	margin:0 0 10px 0;
	padding:5px 6px;
	background: #d53300;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/*--------------- 見出し ---------------*/
h4.fukidashi {
  position: relative;
  background: #777;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  border :1px solid #777;
  margin: 0px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}
h4.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #777;
}


h4.fukidashi2 {
  position: relative;
  color: #111;
  background: #fff;
  font-size: 20px;
  border :2px solid #555;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}
h4.fukidashi2:after,h4.fukidashi2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
h4.fukidashi2:after {
  left: 33px;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
}h4.fukidashi2:before {
  left: 30px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
}


h4.ribbon {
  position: relative;
  color: #fff;
  background: #555;
  font-size: 20px;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
}
h4.ribbon:after,h4.ribbon:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
h4.ribbon:after {
  left: 0;
  border-right: 5px solid #333;
}h4.ribbon:before {
  right: 0;
  border-left: 5px solid #333;
}


h4.ribbon2 {
  position: relative;
  color: #111;
  background: #ccc;
  background-image: -webkit-linear-gradient(#ddd, #bbb);
  background-image: -moz-linear-gradient(#ddd, #bbb);
  background-image: -o-linear-gradient(#ddd, #bbb);
  background-image: -ms-linear-gradient(#ddd, #bbb);
  background-image: linear-gradient(#ddd, #bbb);
  font-size: 20px;
  margin: 30px -40px 10px -40px;
  padding: 15px 5px 10px 40px;
}
h4.ribbon2:after,h4.ribbon2:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #777;
}
h4.ribbon2:after {
  left: 0;
  border-right: 5px solid #777;
}h4.ribbon2:before {
  right: 0;
  border-left: 5px solid #777;
}






h4.circle {
  position: relative;
  color: #111;
  background: #ccc;
  font-size: 20px;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
h4.circle:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
h4.circle:after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  height: 0;
  width: 0;
  border: 23px solid #ccc;
  border-right-color: transparent;
}


h4.circle2 {
  position: relative;
  color: #111;
  background: #ccc;
  font-size: 20px;
  margin: 30px 0 10px 0;
  padding: 14px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
  border-radius: 0 10px 10px 0;
}
h4.circle2:before {
  content: "";
  position: absolute;
  background: #999;
  top: 50%;
  left: -20px;
  margin-top :-22px;
  height: 44px;
  width: 44px;
  box-shadow: 1px 1px 1px #777;
  border-radius: 50%;
}
h4.circle2:after {
  content: "";
  position: absolute;
  background:#777;
  top: 50%;
  left: -15px;
  margin-top:-15px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}


h4.line {
  position: relative;
  font-size: 20px;
  margin:30px -30px 10px -30px;
  padding: 15px 5px 10px 20px;
  border-left: 10px solid #777;
}
h4.line:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dashed #555;
}


h4.point2 {
  position: relative;
  color: #111;
  font-size: 20px;
  margin: 30px 0 0 0;
  padding: 14px 5px 10px 10px;
}
h4.point2:before {
  content: "";
  position: absolute;
  background: #999;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
h4.point2:after {
  content: "";
  position: absolute;
  background:#777;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

/*トーク*/
.tk_kikuti{
padding :1px; margin:3px; padding-left:50px;     
list-style-image: url(http://blog.livedoor.jp/keiba_check/images/image_grgr.gif);float:left;
font-weight:bold;
}

.tk_okuno{
padding :1px; margin:3px;     
float:left;font-weight:bold;padding :3px;
background-color:#ded; width:70px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 1px 1px 5px #aaa;
list-style-type: none;
}

.tk_kyo{
padding :1px; 
list-style-image: url(http://blog.livedoor.jp/keiba_check/images/image_kyosuke.gif);float:left;
font-weight:bold;}

.tk_mas{
padding:2px 4px;border:1px solid #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

/*フォント*/
.ft_shirushi{font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;}




/**/
/* CSS Document */
*{
	margin:0;
	padding:0;
}
#menu{
	width:100%;
	/*margin:0px auto;*/

}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	background:#749b10 url(images/menu_bg.gif) repeat-x;
	border:2px solid #80a225;
	margin:0 1px;
	padding:10px 12px 15px 12px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	height: 30px;
}
#menu li a span{
	color:#52651f;
	font-size:13px;
	font-weight:normal;
}
#menu li a:hover{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #c04118;
	text-decoration:none;
}
#menu li a:hover span{
	color:#ffd9c7;
}


.kyo{

	font-weight:bold;
	font-size:90%;
        border:1px solid #ccc;
        background-color:#fff;
        width:90%;
        padding:3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 1px 1px 5px #aaa;
	list-style-type: none;
}


.uma_intro{
        padding :3px; background-color:#ded; width:580px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 1px 1px 5px #aaa;
	list-style-type: none;
}


.umajoken1{
	font-size:90%;
	line-height:120%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
       padding:3px 10px;background-color:#B22222;color:#fff;}
.umajoken2{
	font-size:90%;
	line-height:120%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
       padding:3px 10px;background-color:#ff8c00;color:#fff;}
.umajoken3{
	font-size:90%;
	line-height:120%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
       padding:3px 10px;background-color:#1e90ff;color:#fff;}
.umajoken4{
	font-size:90%;
	line-height:120%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
       padding:3px 10px;background-color:#3cb371;color:#fff;}

#sptb td{padding:5px;}

/******************************/
	h1{
		font-family: 'Droid Sans', sans-serif;
		font-size: 22px;
	}
	
	/*-----------------------------*/
	
.headline1 {
		border-bottom: 1px dashed #aaa;
		border-left: 7px solid #aaa;		
		border-left: 7px solid rgba(0,0,0,.2);
		margin: 0 -15px 15px -22px;
		padding: 5px 15px;
	}
	
	/*-----------------------------*/	
	
.headline2 {
		border-bottom: 1px solid #aaa;
		margin: 15px 0;
		padding: 5px 0;
		position: relative;
	}
	
	.headline2:before,
	.headline2:after{
		content: '';
        border-right: 20px solid #fff;
        border-top: 15px solid #aaa;
        bottom: -15px;
        position: absolute;
        left: 25px;
	}
	
.headline2:after{
		border-top-color: #fff;
		border-right-color: transparent;
		bottom: -13px;
		left: 26px;
	}
	
	/*-----------------------------*/
	
.headline3{
	  position: relative;
	  margin-left: -22px; /* 15px padding + 7px border ribbon shadow*/
	  margin-right: -22px;
	  padding: 15px;
	  background: #e5e5e5;
	  background: -moz-linear-gradient(#f5f5f5, #e5e5e5);
	  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	  background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	  background: -o-linear-gradient(#f5f5f5, #e5e5e5);
	  background: -ms-linear-gradient(#f5f5f5, #e5e5e5);
	  background: linear-gradient(#f5f5f5, #e5e5e5);
	  -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	  -moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	  box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	  text-shadow: 0 1px 0 #fff;
	}
	
.headline3:before, .headline3:after{
	  position: absolute;
	  left: 0;
	  bottom: -6px;
	  content:'';
	  border-top: 6px solid #555;
	  border-left: 6px solid transparent;
	}
	
.headline3:before{
	  border-top: 6px solid #555;
	  border-right: 6px solid transparent;
	  border-left: none;
	  left: auto;
	  right: 0;
	  bottom: -6px;
	}
	
	/*-----------------------------*/
	
.headline4{
		position: relative;
		border-color: #eee;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		background: #fff;
		margin: 0 0 15px -15px;
		padding: 5px 15px;
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
		box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	}
	
.headline4:after
	{
		content: "";
		position: absolute;
		z-index: -1;
		bottom: 15px;
		right: 15px;
		width: 70%;
		height: 10px;
		background: rgba(0, 0, 0, .7);
		-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
		-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
		box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		transform: rotate(2deg);		
	}

	/*-----------------------------*/


.shadow04{
	position:relative;
}

.shadow04:after{
 	 z-index: -1;
	 position: absolute;
 	 content:'';
	 bottom: 10px;
 	 left: 10px;
  	 width: 70%;
  	 top: 80%;
 	 max-width:432px;
 	 background: #8d8c8c;
	 /*影を入れる*/
 	 -webkit-box-shadow: 0 15px 10px #8d8c8c;
 	 -moz-box-shadow: 0 15px 10px #8d8c8c;
	 box-shadow: 0 15px 10px #8d8c8c;
	 /*回転させる*/
	 -webkit-transform: rotate(-5deg);
	 -moz-transform: rotate(-5deg);
 	 -o-transform: rotate(-5deg);
	 -ms-transform: rotate(-5deg);
	 transform: rotate(-5deg);
}

/* blog_shinbun
-------------------------------------------------------------- */
.shinbun {
	 padding:5px;
}

.shinbun img {
	 vertical-align:bottom;
}

.shinbun table  {
	 width:100%;
	 text-align: center;
	 margin-bottom:0px;
}

.shinbun tr th {
     background:#278027;
	 padding:5px;
	 line-height:16px;
	 font-size:14px;
	 font-weight:nomal;
	 color:#fff;
	 text-align:center;	  
	 vertical-align:middle;

}

.shinbun tr th a {
	 color:#ffffff;
	 text-decoration: none;
	 background:#278027;
}

.shinbun tr td {
     background:#fff;
	 padding: 1px 5px 3px;
	 line-height:14px;
	 font-size:12px;
	 font-weight:nomal;
	 color:#000;  
	 vertical-align:middle;
}

.shinbun tr td a {
	 color:#00e;
	 text-decoration: underline;
	 background:#fff;
}

.shinbun2 {
	 padding:5px;
}

.shinbun2 img {
	 vertical-align:bottom;
}

.shinbun2 table {
	 width:100%;
	 text-align: center;
	 margin-bottom:0px;
}

.shinbun2 tr th {
     background:#c03;
	 padding:5px;
	 line-height:16px;
	 font-size:14px;
	 font-weight:nomal;
	 color:#ffffff;
	 text-align:center;	  
	 vertical-align:middle;
}

.shinbun2 tr th a {
	 color:#ffffff;
	 text-decoration: none;
}

.shinbun2 tr td {
     background:#fff;
	 padding: 1px 5px 3px;
	 line-height:14px;
	 font-size:12px;
	 font-weight:nomal;
	 color:#000;  
	 vertical-align:middle;
}

.shinbun2 tr td a {
	 color:#00e;
	 text-decoration: underline;
	 background:#fff;
}

.shinbun3 {
	 padding:5px;
}

.shinbun3 img {
	 vertical-align:bottom;
}

.shinbun3 table {
	 width:100%;
	 text-align: center;
	 margin-bottom:0px;
}

.shinbun3 tr th {
     background:#239;
	 padding:5px;
	 line-height:16px;
	 font-size:14px;
	 font-weight:nomal;
	 color:#ffffff;
	 text-align:center;	  
	 vertical-align:middle;
}

.shinbun3 tr th a {
	 color:#ffffff;
	 text-decoration: none;
}

.shinbun3 tr td {
     background:#fff;
	 padding: 1px 5px 3px;
	 line-height:14px;
	 font-size:12px;
	 font-weight:nomal;
	 color:#000;  
	 vertical-align:middle;
}

.shinbun3 tr td a {
	 color:#00e;
	 text-decoration: underline;
	 background:#fff;
}

.shinbunhelp {
     margin:10px;
}

.shinbunhelp img {
	 vertical-align:bottom;
}

/* feature-article
-------------------------------------------------------------- */

#feature-articles {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#feature-articles a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#feature-articles a:hover {
	text-decoration: none;
	background: #999;
}

/******************************************************/
/*競走成績*/



.rase_result{letter-spacing: -2em;white-space:nowrap;}

.result_result td{white-space:nowrap;}





.result_main {	font-size:12px;	font-weight:normal;	padding:2px;	letter-spacing: 0.0em;	background:#FFFFFF;	}

.result_date {	background-color:#777777;	color:#FFFFFF;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_date2 {	background-color:#aaddff;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_racename {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}

.result_raceno {	background-color:#0099CC;	font-size:16px;	font-weight:bold;	color:#FFF;	padding:2px;	height:34px;	}

.result_shube {	background-color:#777777;	font-size:12px;	color:#FFFFFF;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.result_kohmoku {	background-color:#DDDDDD;	font-size:10px;	font-weight:normal;	padding:2px;	}

.result_kohmoku2 {	background-color:#CCCCCC;	font-size:10px;	font-weight:normal;	padding:2px;	}	

.result_result {	background-color:#FFFFFF;	font-size:11px;	font-weight:normal;	padding:2px;	}

.result_order {	background-color:#DDDD33;	font-size:12px;	font-weight:normal;	padding:2px;	}

.result_etc {	background-color:#FFFFFF;width:540px;	font-size:10px;	font-weight:normal;	padding:2px;	}

.result_waku1 {	BACKGROUND-COLOR: #EEEEEE;	color: #333333;	}

.result_waku2 {	BACKGROUND-COLOR: #333333;	color: #FFFFFF;	}

.result_waku3 {	BACKGROUND-COLOR: #EE3300;	color: #FFFFFF;	}

.result_waku4 {	BACKGROUND-COLOR: #003399;	color: #FFFFFF;	}

.result_waku5 {	BACKGROUND-COLOR: #EECC00;	color: #333333;	}

.result_waku6 {	BACKGROUND-COLOR: #339900;	color: #FFFFFF;	}

.result_waku7 {	BACKGROUND-COLOR: #EE9900;	color: #FFFFFF;	}

.result_waku8 {	BACKGROUND-COLOR: #EE6699;	color: #FFFFFF;	}

.result_kenshu{background-color:#bbbbbb;}





/*追加20080114*/

.result_racekai {	background-color:#0099CC;	font-size:12px;	font-weight:bold;	color:#FFF;	padding:2px;	}

.result_racenames {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}



.result_result .chaku1{color:#FF0033; text-decoration:underline}

.result_result .chaku2{ color:#009900; text-decoration:underline}

.result_result .chaku3{ color:#0033CC; text-decoration:underline}



#graderace_header a{color:#f33;}



.race_r{letter-spacing: -2em;white-space:nowrap;}

.r_result td{white-space:nowrap;}





.r_main {	font-size:12px;	font-weight:normal;	padding:2px;	letter-spacing: 0.0em;	background:#FFFFFF;	}

.r_date {	background-color:#777777;	color:#FFFFFF;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_date2 {	background-color:#aaddff;	font-size:10px;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_racename {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}

.r_raceno {	background-color:#0099CC;	font-size:16px;	font-weight:bold;	color:#FFF;	padding:2px;	height:34px;	}

.r_shube {	background-color:#777777;	font-size:12px;	color:#FFFFFF;	font-weight:normal;	padding:2px;	letter-spacing: .3em;	}

.r_kohmoku {	background-color:#DDDDDD;	font-size:10px;	font-weight:normal;	padding:2px;	}

.r_kohmoku2 {	background-color:#CCCCCC;	font-size:10px;	font-weight:normal;	padding:2px;	}	

.r_r {	background-color:#FFFFFF;	font-size:11px;	font-weight:normal;	padding:2px;	}

.r_order {	background-color:#DDDD33;	font-size:12px;	font-weight:normal;	padding:2px;	}

.r_etc {	background-color:#FFFFFF;width:540px;	font-size:10px;	font-weight:normal;	padding:2px;	}

.r_waku1 {	BACKGROUND-COLOR: #EEEEEE;	color: #333333;	}

.r_waku2 {	BACKGROUND-COLOR: #333333;	color: #FFFFFF;	}

.r_waku3 {	BACKGROUND-COLOR: #EE3300;	color: #FFFFFF;	}

.r_waku4 {	BACKGROUND-COLOR: #003399;	color: #FFFFFF;	}

.r_waku5 {	BACKGROUND-COLOR: #EECC00;	color: #333333;	}

.r_waku6 {	BACKGROUND-COLOR: #339900;	color: #FFFFFF;	}

.r_waku7 {	BACKGROUND-COLOR: #EE9900;	color: #FFFFFF;	}

.r_waku8 {	BACKGROUND-COLOR: #EE6699;	color: #FFFFFF;	}

.r_kenshu{background-color:#bbbbbb;}





/*追加20080114*/

.r_racekai {	background-color:#0099CC;	font-size:12px;	font-weight:bold;	color:#FFF;	padding:2px;	}

.r_racenames {	font-size:12px;	font-weight:bold;	padding:2px;	letter-spacing: .3em;	}



.r_r .chaku1{color:#FF0033; text-decoration:underline}

.r_r .chaku2{ color:#009900; text-decoration:underline}

.r_r .chaku3{ color:#0033CC; text-decoration:underline}



#graderace_header a{color:#f33;}

