@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : canvas_davysgrey_2c

 Update : 2010.08.05
==================================================
*/

/* =============================================== */
/** 01. Customize - 色と文字サイズの設定 */
/* ----------------------------------------------- */

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


/* color */
body,
h1#blog-title a,
p#blog-description,
h2.article-title a,
div.side a,
div.sidetitle,
div.sidetitle a,
div.calendarheadbody div.calendarhead,
div.calendarheadbody div.calendarhead a,
a.addescription {
	color: #333333;
}

a,
a.adtitle {
	color: #1078e8;
}

a:hover,
h2.article-title a:hover,
div.sidebody a:hover,
.side ul.tagcloud a:hover,
ul.article-info li a:hover,
ul.article-post li a:hover,
a.adurl {
	color: #75b2ff;
}

ul.index-navigator li.paging-number span,
ul.index-navigator li.paging-number a:hover,
div.article-date-outer span.article-month,
div#footer p,
div#footer p a {
	color: #ffffff;
}

ul.article-info,
ul.article-post,
ul.article-info li a,
ul.article-post li a,
td table.caltblday,
ul.ping-info li.ping-date,
ul.comment-info li.comment-date,
a.adld,
p.adsbybecome a {
	color: #adadad;
}


/* background-color */
body {
	background-color: #ffffff;
}

div#container {
	background-color: #ffffff;
}

div.archives-title-outer,
div.calendarheadbody div.calendarhead,
div.article-body blockquote,
div.article-body pre {
	background-color: #f0f0f0;
}

ul.index-navigator li.paging-number a:hover,
ul.index-navigator li.paging-number span,
div.article-date-outer span.article-month {
	background-color: #757575;
}


/* border-color */
div#content,
div#sub div.column-inner,
div#extra div.column-inner,
div.article-footer,
ul.index-navigator li.paging-number a,
div.private-mode-announcement,
div.comment-auth-announcement {
	border-color: #d8d8d8;
}

div.sidetitle,
div.article-date-outer,
div.article-body-inner h3,
ul.index-navigator li.paging-number span {
	border-color: #757575;
}

div.article-pager-outer,
div.message-board {
	border-color: #f0f0f0;
}



/* =============================================== */
/** 02. Common - 共通 */
/* ----------------------------------------------- */

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* =============================================== */
/** 03. Layout - レイアウトの設定 */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	min-width: 1100px;
	text-align: center;
	background-image: none;
	background-repeat: repeat;
	background-position: 50% top;
}

div#containerWrap {
	width: 1100px;
	margin: 0 auto 5px;
}

div#container {}

div#content {
	padding: 10px 0;
	border-width: 1px;
	border-style: solid;
}

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

div#main {
	float: left;
	display: inline;
	width: 690px;
}

div#main div.column-inner {
	padding: 0 10px 10px;
}

div#sub {
	float: right;
	display: inline;
	width: 400px;
}

div#sub div.column-inner {
	padding: 5px 10px 0;
	overflow: hidden;
	border-width: 1px;
	border-style: none none none solid;
}

div#extra {
	clear: right;
	float: right;
	display: inline;
	width: 400px;
}

div#extra div.column-inner {
	padding: 0 10px 20px;
	overflow: hidden;
	border-width: 1px;
	border-style: none none none solid;
}



/* =============================================== */
/** 04. Title - ブログタイトルの設定 */
/* ----------------------------------------------- */

div.blog-title-outer {
	text-align: left;
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/davysgrey/header.gif) no-repeat left top;
	height: 100px;
}

div.blog-title-outer-2 {}

div.blog-title-outer-3 {}

h1#blog-title {
	margin: 0;
	padding: 20px 20px 0 40px;
	font-weight: bold;
	font-size: 126%;
color:#fff;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 5px 20px 0 40px;
	line-height: 1.35;
	font-size: 90%;color:#fff;
}

/* =============================================== */
/** 05. SubTitle - アーカイブタイトルの設定 */
/* ----------------------------------------------- */

div.archives-title-outer {
	margin-bottom: 10px;
	padding: 10px;
}

div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}

/* =============================================== */
/** 06. Pager - ページャーの設定 */
/* ----------------------------------------------- */

div.pager {}

div.pager-inner {
	padding: 0 0 5px;
	margin: 0 0 10px;
	text-align: left;
}

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

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

ul.index-navigator {
	padding: 5px 0 0;
	margin: 0;
	font-size: 90%;
}

ul.index-navigator li a,
ul.index-navigator li span {
	padding: 4px 5px;
	display: inline-block;
	text-decoration: none;
}

ul.index-navigator li.paging-number span,
ul.index-navigator li.paging-number a {
	padding: 4px 9px;
	border-width: 1px;
	border-style: solid;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
	margin: 0 1px;
}

ul.index-navigator li.paging-prev a {
	margin-right: 10px;
}

ul.index-navigator li.paging-last a {
	margin-left: 10px;
}

/* ----------------------------------------------- */
/** ArchivesPager カテゴリ別、月別 */

ul.archives-pager {
	padding: 5px 0 0;
	list-style-type: none;
	font-size: 90%;
}

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

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

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

div.article-pager-top div.article-pager-outer {
	padding: 0 0 10px;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
}

div.article-pager-bottom div.article-pager-outer {
	padding: 10px 0 0;
	border-width: 2px 0 0 0;
	border-style: dotted none none none;
}

ul.article-pager {
	font-size: 90%;
}

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

ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;
	padding-bottom: 100px;
	margin-bottom: -99px;
}

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 {}


/* =============================================== */
/** 07. Main - 記事の設定 */
/* ----------------------------------------------- */

div.article-outer {
	margin-bottom: 20px;
	text-align: left;
}

div.article-outer-2 {}

div.article-outer-3 {}


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

div.message-board-outer {
	margin-bottom: 10px;
}

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

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

div.article-header {
	position: relative;
	min-height: 55px;
	padding: 0 10px;
}

* html div.article-header {
	height: 55px;
	zoom: 1;
}

/*** 日付 */
div.article-date-outer {
	width: 55px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 0;
	border-width: 1px;
	border-style: solid;
}

div.article-date-outer span.article-month {
	display: block;
	line-height: 15px;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
}

div.article-date-outer span.article-date {
	display: block;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 26px
}

/*** カテゴリ */
div.article-category-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/category.gif) no-repeat left top;
	padding-left: 20px;
	margin-left: 65px;
}

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: 83%;
}

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

/*** 記事タイトル */
div.article-title-outer {
	margin-left: 65px;
}

h2.article-title {
	margin: 0;
	padding: 3px 0 5px;
	font-size: 111%;
	font-weight: bold;
}

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

div.article-body {
	padding: 15px 30px 5px;
	line-height: 1.7;
	font-size: 90%;
}

div.article-body-inner {
	width: 100%;
}

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

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

div.article-body-inner h3 {
	font-size: 111%;
	font-weight: bold;
	border-width: 0 0 1px 5px;
	border-style: none none solid solid;
	padding-left: 10px;
	line-height: 1.3;
}

div.article-body-inner h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	padding: 15px 20px;
	margin: 5px 0;
	font-size: 100%;
}

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

/*** 共通テーマ */
dl.common-theme {
	margin: 0 0 15px;
}



/*** 記事タグ */
dl.article-tags {
	margin: 15px 0 0;
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/tag.gif) no-repeat left top;
	line-height: 20px;
	padding-left: 20px;
}

/*** プライベートモード */
div.private-mode-announcement {
	margin-top: 15px;
	line-height: 1.35;
	border-width: 1px;
	border-style: solid;
}

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

div.article-footer {
	padding: 10px;
	margin: 5px 20px;
	border-width: 1px;
	border-style: solid none none;
}

ul.article-info {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 10px;
	text-align: right;
}

ul.article-info li {
	display: inline-block;
	margin-left: 5px;
	min-height: 16px;
	line-height: 16px;
	font-size: 70%;
}

* html ul.article-info li {
	display: inline;
	height: 16px;
	zoom: 1;
}

*+html ul.article-info li {
	display: inline;
	zoom: 1;
}

ul.article-info li.article-author {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/posted.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li.article-comment-count {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/comment.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li.article-trackback-count {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/trackback.gif) no-repeat left top;
	padding-left: 20px;
}

ul.article-info li span.article-time {
	margin-left: 3px;
}

ul.article-info li span.nickname {
	font-weight: normal;
}

ul.article-post {
	padding: 0;
	text-align: right;
}

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

ul.article-post li img {
	vertical-align: middle;
}

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

div#article-options {
	padding: 10px 10px;
}

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

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 90%;
}

/*** 指定しやすいよう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;
}

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

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

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

li.trackback-set {
	padding: 0 50px 10px;
	font-size: 83%;
}

h4.ping-title {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 5px;
}

ul.ping-info {
	margin-left: 10px;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	font-size: 90%;
}

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

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

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	line-height: 1.4;
}

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

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

li.comment-set {
	padding: 0 50px 10px;
	font-size: 83%;
}

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

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

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

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

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

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

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

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

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: 97%;
}

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

textarea#text {
	width: 97%;
	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 50px;
	font-size: 83%;
	border-width: 1px;
	border-style: solid;
}

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: 90%;
	font-weight: normal;
}

div.related-articles h3 span {
	font-weight: weight;
}

div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 90%;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/dot.gif) no-repeat left 6px;
	padding: 0 0 5px 12px;
	margin-left: 5px;
}


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

div.sidetitlebody {}

div.sidetitle {
	margin: 0 0 10px;
	text-align: left;
	font-size: 83%;
	font-weight: bold;
	padding-left: 5px;
	border-width: 0 0 0 4px;
	border-style: none none none solid;
}

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

div.side {
	margin: 0 0 20px;
	text-align: center;
	font-size: 83%;
}

div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/dot.gif) no-repeat left 5px;
	padding: 0 0 5px 12px;
	margin-left: 4px;
	text-align: left;
}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	margin: 0 0 5px;
	padding: 5px 0;
	text-align: center;
	font-size: 83%;
}

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

div.calbody {
	margin-bottom: 20px;
}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	height: 20px;
	font-size: 83%;
}

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;
	width: 180px;
	font-size: 83%;
}
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 {}

/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

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

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

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

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

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

table#header {
	font-size: 13px;
	background: #fff;
	color: #333;
}

table#header a {
	color: #333;
}

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

div.footer-outer {
	padding: 10px;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {
	font-size: 83%;
}

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

div#ad {
	margin: 25px auto 0;
	text-align: center;
}

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

div.gAdsense {
	padding: 10px 0;
}

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

a.adtitle {
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%;
}

a.addescription {}

a.addescription span {
	font-size: 83%;
}

a.adurl {
	text-decoration: none;
}

a.adurl span {
	font-size: 70%;
}

a.adld {
	text-decoration: underline;
}


/* ----------------------------------------------- */
/** clearfix */
div#container,
div#content,
div.blog-title-outer,
h2.archives-title,
div.article-body,
div.article-footer,
h2.article-title,
div.pager,
ul,
div.index-navigator-outer,
div#comment-form-body,
div.message-board {
	zoom: 1;
}

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,
div.message-board:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* かんたんタイトル画像 */
.blog-title-outer.show-image {
	background: transparent;
	height: auto;
	position: relative;
}
.blog-title-outer.show-image .blog-title-outer-2 {
	position: absolute;
}
.blog-title-outer.show-image #blog-header-image {
	width: 100%;
}
.blog-title-outer.hide-text .blog-title-outer,
.blog-title-outer.hide-text .blog-title-outer-2,
.blog-title-outer.hide-text .blog-title-outer-3,
.blog-title-outer.hide-text #blog-title,
.blog-title-outer.hide-text #blog-title a {
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}
.blog-title-outer.hide-text #blog-title a,
.blog-title-outer.hide-text #blog-description {
	text-indent: -99999px;
	line-height: 0;
}
.blog-title-outer.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
.blog-title-outer.hide-text #blog-title a:hover {
	opacity: 0.15;
}


/* =============================================== */
/** オリジナルCSS */
/* ----------------------------------------------- */
.aaaaa_article-body-inner img{
	/*box-shadow: 2px 2px 10px #000;  CSS3 */
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
	background-color:#f7f7f7;
	/*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='true', ShadowOpacity='0.5');*/
	}

.article-body-inner img .ie_wrap {
	background-color:#f7f7f7;
	position: relative; /* filterを使うと、中の要素まで効果がかかってしまう為、これで回避*/
	width:100%;
	}
.article-body-inner img .ie_img {
	background-color:#fff;
	position: relative; /* filterを使うと、中の要素まで効果がかかってしまう為、これで回避*/
	}

.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-weight:bold;
	font-size:100%;
	line-height:110%;
        border:1px solid #ccc;
        background-color:#fff;
        margin:5px auto; padding:5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 10px;
box-shadow: 1px 1px 3px #aaa;
text-shadow: 1px 1px 1px #ddd;
}

/** 新聞リンク設定 */

#newspaper_link a { color:0000ff;
    font-style:normal;
    text-decoration:underline;}


#newspaper_link .line {
	clear:left;
	padding:1px;
	border-bottom:1px dotted black;
	float:left;
	height:16px;
	background-color:#f2f5f2;
	}
	
#newspaper_link .column {
	float:left;
	width:60px;
	text-align:center;
	}

#newspaper_link .kaisai  {
	width: 280px;
	color:#226;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	line-height: 1.1;
	padding: 6px 0;
	text-align: center;
	text-shadow: 0px 0px 0 rgb(235,235,235),1px 1px 0 rgb(228,228,228),2px 2px 0 rgb(222,222,222),3px 3px 0 rgb(215,215,215),4px 4px 0 rgb(209,209,209), 4px 4px 0 rgb(203,203,203),4px 4px 4px rgba(0,0,0,0.25),4px 4px 1px rgba(0,0,0,0.5);
	}

#newspaper_link .racenum {
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	line-height:95%;
font-size:90%;
	}

#newspaper_link .midashi7 {
    background:#eee;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:7px solid #e3297d;
    border-bottom:1px solid #ccc;
    padding:.3em .4em;
    font-size: 22px;
}

#newspaper_link .footer{
	background-color:#ddd;
	height:50px;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:80%;
	}

#newspaper_link .kaisetsu_link{
	font-size:70%;
	font-family: 'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace;
	font-weight:normal;
	}

.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;
}

.kyodo-prop {
font-weight:bold;
font-family:"Arial Black";
font-size:18px;
}

.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;}
.ft_arialblack{font-family:Arial Black, Gadget, sans-serif}

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


/* 見出し */

/*--------------- 見出し ---------------*/
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: -21px;
  height: 0;
  width: 0;
  border: 21px 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);
}


/*競走成績*/



.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;}


/*競馬チェック用*/

/*騎手調子レベル*/
.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:105%;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;}


/*馬場情報*/
.babacome{ float:left; width:300px }


/*開催データ*/
div.kaisaidiv{
		width:200px;
		float:left;	
		text-align:center;
		margin: 5px;
	}
	
	div.dummy{
		clear:both;	
	}
	
	div.race{
		border:1px solid #666;
		margin-top:1px;	
	}
		div.race > div{
			padding-top:0.3em;
			padding-bottom:0.3em;
			border-bottom:dotted 1px #999;	
		}
		div.rnum{
			width:1.5em;
			float:left;	
		}
		div.rname{
			float:right;
			padding-right:1em;
		}
		
		div.bamei, div.time{
			padding-left:1em;
			float:left;	
		}
		div.level, div.rank{
			padding-right:0.7em;
			float:right;	
		}
			div.A{
				color:#A90101;
				font-weight:bolder;	
			}
		
		div.race div.itemend{
			border-bottom:none;	
		}

/*走行状態シート*/



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

.date2 {
	background-color:#F5F5F5;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	letter-spacing: .3em;
	line-height:150%;
	}

.racename {
	font-size:14px;
	font-weight:bold;
	padding:2px;
	letter-spacing: .2em;
	line-height:200%;
	}

.raceno {
	background-color:#228B22;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	padding:2px;
	height:34px;
	}

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

.kohmoku {
	background-color:#191C7C;
	color: #FFFFFF;
	font-weight:normal;
	padding:2px;
	font-size:13px;
	}

.kohmoku2 {
	background-color:#ADD8E6;
	font-weight:normal;
	padding:2px;
	font-size:13px;
	}
	
.result {
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:2px;
	}

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

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

.waku1 {
	BACKGROUND-COLOR: #EEEEEE;
	color: #333333;
	}
.waku2 {
	BACKGROUND-COLOR: #333333;
	color: #FFFFFF;
	}
.waku3 {
	BACKGROUND-COLOR: #EE3300;
	color: #FFFFFF;
	}
.waku4 {
	BACKGROUND-COLOR: #003399;
	color: #FFFFFF;
	}
.waku5 {
	BACKGROUND-COLOR: #EECC00;
	color: #333333;
	}
.waku6 {
	BACKGROUND-COLOR: #339900;
	color: #FFFFFF;
	}
.waku7 {
	BACKGROUND-COLOR: #EE9900;
	color: #FFFFFF;
	}
.waku8 {
	BACKGROUND-COLOR: #EE6699;
	color: #FFFFFF;
	}
.race_space {
	BACKGROUND-COLOR: #FF00FF;
	}
.tyaku1 {
	BACKGROUND-COLOR: #F5F5F5;
	color: #000000;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku2 {
	BACKGROUND-COLOR: #F5F5F5;
	color: #000000;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku3 {
	BACKGROUND-COLOR: #F5F5F5;
	color: #000000;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku4 {
	BACKGROUND-COLOR: #F5F5F5;
	color: #333333;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	line-height:200%;
	}
.tyaku5 {
	BACKGROUND-COLOR: #F5F5F5;
	color: #333333;
	font-size:13px;
	line-height:200%;
}
.sirusi1 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi2 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.sirusi3 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi4 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.sirusi5 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi6 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.sirusi7 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi8 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.sirusi9 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi10 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.sirusi11 {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}	
.sirusi12 {
	BACKGROUND-COLOR: #000000;
	color: #FFFFFF;
}	
.midasi {
	valign: bottom;
	color: #FFFFFF;
	font-size:13px;
	BACKGROUND-COLOR: #8B0000;
}

.tyaku1jun {
	BACKGROUND-COLOR: #ff5c5c;
	color: #FFFFFF;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku2jun {
	BACKGROUND-COLOR: #33cdab;
	color: #FFFFFF;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku3jun {
	BACKGROUND-COLOR: #0e4b9e;
	color: #FFFFFF;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku4jun {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}
.tyaku5jun {
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
	border-bottom:dashed 1px #cccccc;
	font-size:13px;
	font-weight: bold; 
	line-height:200%;
	}

a.titlelink {
    text-decoration: none;
    color: #e97d37;
}
 a.titlelink:hover {
    text-decoration: underline;
}

/*********************************************/
.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;}

/*年金馬柱*/
.nenkin_batyu_tbl th{
background-color:#e0ffff

}


/******************************/
	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);
}



table.price {
    width: 540px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 12px;
}
table.price th,
table.price td {
    padding: 3px;
}
table.price th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 105px;
    height: 20px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 18px;
}
 
table.price th.c1 {
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2 {
    background: rgb(237,73,147); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,20,69,1) 1%, rgba(182,17,61,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,20,69,1)), color-stop(100%,rgba(182,17,61,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c3 {
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,63,140,1) 1%, rgba(15,56,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,63,140,1)), color-stop(100%,rgba(15,56,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
 
table.price th:after {
    top: 69px;
    left: 5px;
    content: &quot;&quot;;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 78px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    table.price th::after {
        padding: 0;
        top: 60px;
        left: 0;
        content: &quot;&quot;;
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 50px solid transparent;
        border-top: #B7D567 15px solid;
    }
}
table.price th.c1:after {
    border-top: #569b20 15px solid;
}
table.price th.c2:after {
    border-top: #b6113d 15px solid;
}
table.price th.c3:after {
    border-top: #0f387d 15px solid;
}
 
table.price td {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 10px;
    border: none;
    height: 20px;
}
 
table.price tr:nth-child(2n+1) td.c1 {
    background: #f7f9e8;
}
table.price tr:nth-child(2n+0) td.c1 {
    background: #e2efbc;
}
 
table.price tr:nth-child(2n+1) td.c2 {
    background: #ffecf5;
}
table.price tr:nth-child(2n+0) td.c2 {
    background: #ffdfed;
}
 
table.price tr:nth-child(2n+1) td.c3 {
    background: #fff;
}
table.price tr:nth-child(2n+0) td.c3 {
    background: #eee;
}
 
 
table.price  td {
    border-radius: 0 0 5px 5px;
    border-bottom:1px solid #ddd;
}
 
table.price tr:last-child td button {
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffaa22;
    padding:6px 12px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:inline-block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
}
table.price tr:last-child td button:hover {
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}
table.price tr:last-child td button {
    position:relative;
    top:1px;
}



.t_table {
    border-spacing:0px;
    font-size:11px;
    background-color:#e7e7e7;
    color:#000;
    width:650px;
	border:2px solid #36C;
}
.t_table caption {
    font-weight:bold;
    background:#50adea url("img/css/css_table_gallery/corner.gif") no-repeat right top;
    border-bottom:2px solid #1975d7;
    color:#fff;
    text-transform:uppercase;
    padding:10px;
}
.t_table td, th {
    padding:2px;
    line-height:1.2;
	border-bottom:1px solid #ddd;
}
.t_table thead th {
    text-align:center;
    background:#f0f0f0;
    color:#333;
    border:1px solid #fff;
    text-transform:uppercase;
	border-bottom:1px solid #ddd;
	
    -moz-text-shadow:1px 1px 1px #fff;
    -webkit-text-shadow:1px 1px 2px #fff;
    text-shadow:1px 1px 1px #fff;
}

.t_table tbody th {
    font-weight:bold;
}
.t_table tbody tr {
    background-color:#fff;
    text-align:left;
	
}
.t_table tbody tr.odd {
    background:#f9f9f9;
    border-top:1px solid #fff;
}
.t_table tbody th a:link, tbody th a:visited{
    color:#96d030;
    background:url("img/css/css_table_gallery/layout.gif") no-repeat left center;
    padding-left:18px;
}
.t_table tbody th a:hover {
    color:#ff8601;
}
.t_table tbody tr td { 
    height:30px;
    background:#fff;
    border:1px solid #fff;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.t_table tbody tr.odd td { 
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table td a:link, table td a:visited {
    color:#1975d7;
    text-decoration:none;
}
.t_table td a:hover {
    color:#50adea;
    border-bottom:2px solid #8fd5ff;
    text-decoration:none ;
}
.t_table tbody td a[href="http://www.infectedfx.net"] {
    margin:0 auto;
    height:15px;
    background:url("img/css/css_table_gallery/ok.gif") no-repeat left center;
    border-bottom:0;
    padding-left:18px;
    font-weight:bold;
    color:#ff8601;
}
.t_table a[title^="Download"] { 
    background:url("img/css/css_table_gallery/down.gif") no-repeat center;
    padding:20px 0px 0px 15px;
}
.t_table tfoot th, tfoot td {
    background-color:#e7e7e7;
    text-align:center; 
    font-size:1.2em; font-weight:bold; font-style:italic;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
}


.t_table .rank_s{
	color:white;
	font-weight:bold;
	background-color:#C00;	
}
.t_table .rank_aa{
	color:black;
	font-weight:bold;
	background-color:#e77;	
}
.t_table .rank_a{
	color:black;
	font-weight:normal;
	background-color:#fdd;	
}


.t_table .rank_1{
	color:#900;
	font-weight:bold;
	font-size:130%;
}
.t_table .rank_2{
	color:#900;
	font-weight:bold;
}
.t_table .rank_4{
	background-color:#e9e9f8;
}




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

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

.kakomi_1 {
	background: #Edd;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111;
	width: 100px;
	padding: 10px 0;
text-align:center;
}


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

.s1
{
display:table; padding:5px 5px; background-color:#555; color:#fff;
}

.t1{
display:table-cell;width:30px;text-align:center;
}
.t2{
display:table-cell;width:110px;text-align:left;
}
.t3{
display:table-cell;width:50px;text-align:right;
}
.t4{
display:table-cell;width:24px;text-align:right;
}
.t5{
display:table-cell;width:40px;text-align:right;
}
.t6{
display:table-cell;width:40px;text-align:right;
}
.t7{
display:table-cell;width:60px;text-align:left;
}
.t8{
display:table-cell;width:50px;text-align:left;
}
.t9{
display:table-cell;width:50px;text-align:left;	
}
.t10{
display:table-cell;width:150px;text-align:left;
}
.t11{
display:table-cell;width:40px;text-align:left;
}
.t12{
display:table-cell;width:40px;text-align:left;
}
.t13{
display:table-cell;width:40px;text-align:left;
}
.t14{
display:table-cell;width:40px;text-align:left;
}


.strong {
background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

.tyaku1{ background-color:#0F6}
.tyaku2{ background-color:#0F6}
.tyaku3{ background-color:#0F6}

.tyaku4{ background-color:#CF9}
.tyaku5{ background-color:#CF9}