@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ol, li, pre, form, fieldset, input, texarea, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);}

/*************************************************
 全体の基本設定
*************************************************/

/* ブログ全体の基本指定 */
/* ブログ全体の基本指定 */
body {
	background:url(http://file.keibasite.3rin.net/bg_race.jpg) left bottom no-repeat fixed #FFF;    /* 背景色の指定 */
	color: #333;                   /* 文字の基本色 */
	font-size: 75%;                /* 12px 基本フォントサイズ */
	line-height: 1.5;              /* 行間 */
    font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォント */
	text-align: center;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { margin: 2px; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #888;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */


/************************************************* 
　見出し

  SEO用の見出しをつける場合は、HTMLの各該当箇所のタグを
  それぞれ上から、h1、h2、h3、h4に変更してください。
*************************************************/

/* ブログのタイトル (h1)
------------------------------------------------*/
h1 {
	font-family: "メイリオ", "Comic Sans MS", Tahoma, Geneva, sans-serif;
	font-size: 22px;
}

/* IE6 */
* html #TopTitle { font-weight: nomal; }

/* IE7 */
*:first-child+html #TopTitle {
	font-weight: nomal; 
}
                             
/* 記事のタイトル (h2)
------------------------------------------------*/
h2 {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}


/* コメント、トラックバック、コメント編集 (h3)
------------------------------------------------*/
h3 {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 134%;            /* 16px */
	font-style:italic;
	font-weight: bold;
}


/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル （h4）
-------------------------------------------------*/
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}                                /* 13px */



/*************************************************
  リンク
*************************************************/

/* リンクの基本設定 
------------------------------------------------*/
a { text-decoration: none; }

/* 通常のリンク */
a:link { color: #860000; }

/* 訪問したリンク */
a:visited { color: #860000; }

/* マウスが乗ったときのリンク */
a:hover { text-decoration: underline; }

/* マウスをクリックしたときのリンク */
a:active { color: #D1272F; }


/* ブログのタイトル
------------------------------------------------*/
h1#TopTitle a:link, 
h1#TopTitle a:visited { color: #333; }

h1#TopTitle a:hover {
	color: #860000;
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration: none;
}

/* 記事タイトル 
------------------------------------------------*/
h2.EntryTitle a:link,
h2.EntryTitle a:visited { color: #555;
        border-bottom: 1px #860000 dotted; }

h2.EntryTitle a:hover {
	color: #860000;
	text-decoration: none;
}

/* 記事内リンクと追記リンク 
------------------------------------------------*/
.EntryTextBox a:link, 
.EntryTextBox a:visited { 
        color: #1c12eb;
        text-decoration: underline; }

.EntryTextBox a:hover {
	text-decoration: none;
}

/* 記事フッター 
------------------------------------------------*/
.EntryFooter a:link,
.EntryFooter a:visited { color: #DDD; }

.EntryFooter a:hover { color: #DDD; }

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited {
	background-color: #000;
	text-decoration: none;
	color: #DDD;
}

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #FFF;
	text-decoration: none;
	color: #555;
}

/* アドミンリンク
------------------------------------------------*/
div.AdminBlock a:link,
div.AdminBlock a:visited { color: #999; }

div.AdminBlock a:hover { color: #860000; }

/* プラグインリンク 
------------------------------------------------*/
div.PluginInnerBlock a:link,
div.PluginInnerBlock a:visited { color: #860000; }

div.PluginInnerBlock a:hover { color: #860000; }

/* プラグインタイトル 
------------------------------------------------*/
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color: #DDD; }

h4.PluginTitle a:hover { text-decoration: none; }


/*************************************************
  レイアウト
*************************************************/

/*メインブロック

------------------------------------------------*/
div#mainBlock {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

/* コンテンツ（記事やコメント等を包括） 
------------------------------------------------*/
div#Contents {
	float: left;       /* 左寄せ　右寄せにするときはright */
	width: 598px;
	margin: 0;
	padding: 0;
	text-align: center;	
}

/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	height: 100px;
	margin: 20px 0 0 11px;
	text-align: left;
	overflow: hidden;
border: solid 1px #ccc;
background-image: url(http://bfile.shinobi.jp/6451/white_87.png);
}

/*エントリーブロック（記事と記事の上の各検索部分）
------------------------------------------------*/
div#EntryBlock {
	clear: left;
	margin: 0 10px 10px 11px;
	border: solid 1px #CCC;
	background: #FFF;
}

/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: right;      /* 右寄せ　左寄せにするときはleft */
	width: 398px;
	margin: 10px 0 0 0;
}

/*フッター
------------------------------------------------*/
div#FooterBlock {
	clear: both;
	margin: 0px 0 0 11px;
	padding: 5px 5px 5px 5px;
	text-align: center;
border: solid 1px #ccc;
background-image: url(http://bfile.shinobi.jp/6451/white_87.png);
}


/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }  /* IE7 */

* html .clearfix { height: 1px; }  /* IE6 */


/*************************************************
  ヘッダー
*************************************************/

/*ブログのタイトル */
h1#TopTitle {
	margin: 30px 0 0 0;
	padding: 0 10px;
}

h1#TopTitle:first-letter { color: #860000; }

/*ブログの説明 */
p#TopExplanation {
	padding: 2px 10px;
	color: #888;
}


/*************************************************
  メニュー
*************************************************/
/* 上部メニューとリスト部分の基本指定
------------------------------------------------*/
#nav, #nav ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	text-align: left;
height: 50px;
}

#nav li{
	margin: 0;
        padding: 0 0 0 10px;
	float: left;
	position: relative;
        width:186px;
        height: 50px;
}

/* 上部メニューの中身 */
#nav a {
	display: block;
	height: 50px;
        padding: 2px 0 0 4px;
	text-decoration: none;
	background: url(http://file.keibasite.3rin.net/nav-g.jpg); 
        color: #FFF;
}

#nav a:hover {
	display: block;
	height: 50px;
	padding: 2px 0 0 4px;
	text-decoration: none;
	background: url(http://file.keibasite.3rin.net/nav-g2.jpg);
	color: #DDD;
}






/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
	padding: 15px 20px;
	text-align: left;
}

/* 各タイトル
------------------------------------------------*/
div.SearchTitle {
	padding: 4px 5px 0;
	text-align: center;
	border-bottom: solid 3px #EEE;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 0;
	padding: 10px;
	border: dotted 1px #CCC;
	font-size: 109%;                /* 13px */
	background-color: #FFF8DF;
}

ul.SearchContents li {
	list-style: inside disc;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 20px 20px 10px 0px;
	text-align: left;
}

/* プラグインタイトル */
h4.Plugin4Title {
	margin-bottom: 10px;
	padding-top: 8px;
	border-bottom: solid 3px #eee;
	text-align: center;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px 10px;
	border-bottom: dotted 1px #CCC;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }


/*************************************************
  エントリー（記事ブロック）
*************************************************/

/* 各記事の全体指定
------------------------------------------------*/
div.EntryInnerBlock {
	margin-top: 30px;
	padding: 10px 20px 0 20px;
	text-align: left;
}

/* 記事タイトル
------------------------------------------------*/
h2.EntryTitle {
	padding: 3px 8px 3px 35px;
	color: #555;
        background: url(http://file.keibasite.3rin.net/batei.gif) no-repeat;
}

h2.EntryTitle:first-letter { color: #860000; }

/* 記事文章の入るボックス
------------------------------------------------*/
div.EntryTextBox {
	padding: 7px 0 2px;
	line-height: 1.8;
	font-size: 14px;
}

/* 記事文章 */
div.EntryText { padding-top: 10px; }

div.EntryText dl {
margin: 30px 0 0 0;
padding: 10px 10px 10px 10px;
line-height: 14px;
font-size: 12px;
border: 1px #ccc solid;
}

div.EntryText dt {
margin: 4px 20px 0 0;
padding: 0;
width: 70px;
float: left;
font-weight: bold;
border-right: 5px #860000 solid;
}

div.EntryText dd {
margin: 4px 0 0 0;
padding: 0;
}

div.rank { padding-top: 10px; }

div.rank dl {
margin: 30px 0 0 0;
padding: 10px 10px 10px 10px;
line-height:20px;
font-size:14px;
border: 1px #99ccff  solid;
}

div.rank dt {
margin: 10px 20px 0 0;
padding: 0;
width: 140px;
float: left;
font-weight: bold;
border:none;
}

div.rank dd {
margin: 4px 0 0 0;
padding: 0;
clear:both;
}

/* 記事フッター（記事下のリンク部分）*/
ul.EntryFooter {
	padding: 2px 10px;
	text-align: right;
	background-color: #444444;
	position: relative;
}

ul.EntryFooter li { display: inline; }

/* 投稿時間部分 */
ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */

.EntryText a img {
	margin: 2px 4px;
}

.EntryText img {
        margin:  30px 0 0 0;
	border: 2px #d4e5c3 solid;
}
	
/* 記事内のリストと定義リスト */
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

/* 記事内の引用文 */
.EntryTextBox blockquote {
        margin: 30px 15px 30px 15px;
	padding: 100px 15px 15px 15px;
	border-left: solid 3px #ccc;
        font-size: 12px;
	background: #e3e3e3 url(http://file.keibasite.3rin.net/inyo.jpg) no-repeat;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #F55; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

/* その他のアクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 30px 0 0 0; }

.EntryTextBox em {
	background-color: #F4D0D2;
	color: #600;
}


.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid #555;
	font-family: sans-serif;
	background-color: #FBFBFB;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

/* IE6 */
* html pre { overflow: scroll; }

/* IE7 */
*:first-child+html pre { overflow: scroll; }

code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

	
/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock { text-align: center;
        maegin: 0 0 10px 0;
        padding: 0;}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #FFF;
	border: solid 1px #CCC;
}


/*************************************************
 コメント
*************************************************/

/*コメントの全体指定
------------------------------------------------*/
div.CommentBlock {
	margin: 10px 10px 10px 11px;
	padding: 10px 20px;
	text-align: left;
	border: solid 1px #CCC;
	background-image: url(http://bfile.shinobi.jp/6451/white_87.png) ;
}

/*コメント見出し
------------------------------------------------*/
h3.CommentMenuTitle {
	margin: 20px 0;
	padding-left: 5px;
	border-left: solid 6px #444;
	color: #555;
}

/*コメントボックス
------------------------------------------------*/
div.CommentTextBox {
	margin: 7px 0;
	padding: 5px 10px;
}

/*コメントのタイトル */
h4.CommentTitle {
	padding-left:5px;
	border-left: solid 5px #860000;
	color: #555;
}

/*コメント文章部分 */
div.CommentText {
	padding: 10px;
}

/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentFooter li { display: inline; }


/*************************************************
 コメントレス
*************************************************/

/* レスブロックの全体指定
------------------------------------------------*/
div.CommentResBlock {
	margin: 7px 0;
	padding: 5px 10px;
}

/* レスタイトル */
h4.CommentResTitle {
	padding-left: 5px;
	border-left: 5px solid #CDB38B;
	color: #555;
}

/* レス文章部分 */
div.CommentResText { padding: 10px; }

/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/

/* トラックバック見出し
----------------------------------------------- */
h3.TrackbackMenuTitle {
	margin: 20px 0;
	padding-left: 5px;
	border-left: solid 6px #444;
	color: #555;
}

/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 30px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

/* トラックバックボックス
------------------------------------------------*/
div.TrackbackTextBox {
	margin: 7px 0;
	padding: 5px 10px;
}

/* トラックバックタイトル */
h4.TrackbackTitle {
	padding-left: 5px;
	border-left: 5px solid #999;
}

/* トラックバック記事部分 */
div.TrackbackText {
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/

/* 編集ブロックの全体指定 
------------------------------------------------*/
div.CommentEditBlock {
	margin: 5px 10px 0;
	padding: 10px 20px;
	border: solid 1px #CCC;
	background-image: url(http://bfile.shinobi.jp/6451/white_87.png) ;
}

/* 編集タイトル 
------------------------------------------------*/
.CommentEditBlock .CommentEditTitle {
	margin: 20px 0;
	padding-left: 5px;
	border-left: solid 6px #444;
	text-align: left;
	color: #555;
}


/*************************************************
 フォーム
*************************************************/

/*フォームブロック
------------------------------------------------*/
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}

/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding-top: 2px;
	font-weight: bold;
}

dt span { font-weight: normal; }

dd input.CommentForms {
	width:250px;
}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* 送信ボタン */
input.btn {
	background-color: #444444;
	color: #FFF;
        width:100px;
}

input.btn:hover {
	background-color: #EEE;
	color: #444;
}

/* コメントページに戻るボタン */
input.BackButton {
	background-color: #000;
	color: #DDD;
}

input.BackButton:hover {
	background-color: #EEE;
	color: #444;
}


/*************************************************
  プラグイン
*************************************************/

/* アドミンブロック 
------------------------------------------------*/
div.AdminBlock {
	margin: 0 10px;
	padding: 10px 0 0;
	text-align: center;
}

/* プラグインブロック
------------------------------------------------*/
div.PluginInnerBlock {
	margin: 0 0 10px 0;
	border: solid 1px #CCC;
	text-align: left;
	background-image: url(http://bfile.shinobi.jp/6451/white_87.png);
}

/* プラグインタイトル */
h4.PluginTitle {
	padding: 6px 5px;
	background: url(http://file.keibasite.3rin.net/p-4.jpg);
	text-align: center;
	color: #333;
}

/* プラグインの説明 */
div.PluginExplanation {
	margin: 10px;
	line-height: 1.4;
}

/* プラグイン表示部分 */
div.PluginContents {
	padding: 5px 10px;
}

/* プラグイン 
------------------------------------------------*/
/* ブログ内検索 */
div.blogsearch {
	padding: 0;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 250px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image {
	padding: 5px;
	text-align: center;
}

/* 各プラグイン共通部分
------------------------------------------------*/
/* プラグイン本体 */
div.plugin_data {
height:75px;
	text-align: left;
	padding-left: 80px;
	background: url(http://file.keibasite.3rin.net/new.jpg) 0 5px no-repeat;
}

div.plugin_data-a {
height:75px;
	text-align: left;
	padding-left: 80px;
	background: url(http://file.keibasite.3rin.net/new.jpg) 0 5px no-repeat;
}

div.plugin_data-b {
height:75px;
	text-align: left;
	padding-left: 80px;
	background: url(http://file.keibasite.3rin.net/cate.jpg) 0 5px no-repeat;
}

div.plugin_data-c {
height:75px;
	text-align: left;
	padding-left: 80px;
	background: url(http://file.keibasite.3rin.net/com.jpg) 0 5px no-repeat;
}

div.plugin_data-d {
height:75px;
	text-align: left;
	padding-left: 80px;
	background: url(http://file.keibasite.3rin.net/arc.jpg) 0 5px no-repeat;
}

div.plugin_data-e {
height:62px;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/* プラグインの日付、他 */
div.plugin_data_date { text-align: right; }

/* テキスト左、中央、右寄せ */
.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

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

/* 日付移動用テーブル（前月、次月へのリンクなど）
------------------------------------------------*/
.CalendarMoveTable {
	padding: 3px;
	width: 98%;
}

/* 日付移動用テーブル、trタグ部分 */
.CalendarMoveTr {
}

/* 日付移動用テーブル内、左側td部分 */
.CalendarPrevTd {
}

/* 日付移動用テーブル内、中央td部分 */
.CalendarNowTd {
}

/* 日付移動用テーブル内、右側td部分 */
.CalendarNextTd {
}

/* カレンダー表示用テーブル
------------------------------------------------*/
.CalendarTable {
	width: 98%;
	padding: 3px;
	border-collapse: separate;
	border-spacing:3px;
}

/* カレンダーテーブル  曜日表示部分デザイン
------------------------------------------------*/

/* 曜日表示部分（trタグ部分）*/
.CalendarWdayTr { background-color: #000; }

/* 曜日表示部分、日曜日のthタグ部分 */
.CalendarWdaySun { color: #FCC; }

/* 曜日表示部分、平日のthタグ部分 */
.CalendarWday { color: #DDD; }

/* 曜日表示部分、土曜日のthタグ部分 */
.CalendarWdaySat { color: #CFF; }


/* カレンダーテーブル  日付表示部分デザイン
------------------------------------------------*/

/* 日付表示部分（trタグ部分）*/
.CalendarTr {  }

/* 日付表示部分、日曜日のtdタグ部分 */
.CalendarTdSun { color: #CA5F82; }

/* 日付表示部分、土曜日のtdタグ部分 */
.CalendarTdSat { color: #ACB3DF; }

/* 日付表示部分、平日曜日のtdタグ部分 */
.CalendarTd {  }

/* 記事が存在する場所の設定 */
.CalendarTdLink { background-color: #EEE; }

/* 記事が存在する日付の文字色の設定 */
.CalendarTdLinkFont {
	color: #860000;
	font-weight: bold;
}



/*************************************************
  IE6用フィルター
*************************************************/
* html div#EntryBlock,
* html div.CommentBlock,
* html div.PluginInnerBlock,
* html div.CommentEditBlock {
	background-image: none;
	background-color: #FFF;
	filter: alpha(opacity=87);
	zoom: 1;
}

/* 子要素にフィルターを効かせない対策 */
* html div.EntryInnerBlock,
* hrml div.CommentText,
* html div.CommentResText,
* html div.TrackbackText,
* html div.PluginContents { position: relative; }

div.info {
clear: left;
margin: 0 10px 10px 11px;
padding: 20px 20px 40px 20px;
border: solid 1px #ccc;
background-image: url(http://bfile.shinobi.jp/6451/white_87.png);
height: 200px;
text-align: left;
font-size: 12px;
}

.info p {
margin: 10px 0 0 0;
padding: 0;
}

div.shinchaku {
clear: left;
margin: 0 10px 10px 11px;
padding: 20px 20px 40px 20px;
border: solid 1px #ccc;
background-image: url(http://bfile.shinobi.jp/6451/white_87.png);
height: 120px;
text-align: left;
font-size: 12px;
}

.shinchaku p {
margin: 10px 0 0 0;
padding: 0;
}


span.f-1 {
color: #bf0000;
font-weight: bold;
}

span.f-2 {
font-weight: bold;
}

span.f-3 {
font-size: 18px;
font-weight: bold;
color: #ff4200;
}

#pr {
margin: 50px 0 40px 0;
padding: 20px 20px 20px 20px;
border: #444444 1px dotted;
line-height: 18px;
}
span.pr_top {
margin: 0;
padding: 0;
color: #113ae8;
border-bottom: 1px #113ae8 solid;
font-weight: bold;
}
span.url {
margin: 0;
padding: 0;
font-size: 10px;
color: #199a00;
}
span.pr_com {
margin: 0;
padding: 0;
color: #000;
}

#pr a {
margin: 0;
padding: 10px 10px 10px 10px;
display: block;
text-decoration: none;
}
#pr a:hover {
margin: 0;
padding: 10px 10px 10px 10px;
display: block;
background: #fdffcc;
}
ul.site {
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}
ul.site li {
margin: 0;
padding: 0 0 0 15px;
background: url(http://file.keibasite.3rin.net/arrow.jpg) no-repeat center left;
list-style: none;
}
/* hit
------------------------------------------------*/
.hit {
margin: 10px 0 0 0;
padding: 0;
line-height: 18px;
height: 170px;
}
.hit img {
margin: 0 20px 0 0;
padding: 0;
float: left;
}
.hit p {
margin: 5px 0 0 0;
padding: 0;
font-size: 12px;
}
ul#link {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
ul#link li {
    margin: 10px 0 0 0;
}
li.new {
    padding: 0 0 0 25px;
    background: url(http://file.keibasite.3rin.net/34394d75.gif) no-repeat center left;
}

#flame{
        margin:0px 0px  20px  11px ;
	width:575px;
	height:400px;
	border:1px solid #a1100e;
        background-color:#fff;
  	
}

.rankingsite1{
padding:0 0 0 0;
margin:10px 0 0 10px;
width:188px;
height:60px;
background-image:url(http://file.keibasite.3rin.net/3ce310b9.jpeg);
background-repeat:no-repeat;
}

.rankingsite2{
padding:0 0 0 0;
margin:10px 0 0 10px;
width:188px;
height:60px;
background-image:url(http://file.keibasite.3rin.net/96e7fec0.jpeg);
background-repeat:no-repeat;
}

.rankingsite3{
padding:0 0 0 0;
margin:10px 0 0 10px;
width:188px;
height:60px;
background-image:url(http://file.keibasite.3rin.net/a02cbaf5.jpeg);
background-repeat:no-repeat;
}


.rankingsite1 p,.rankingsite2 p,.rankingsite3 p{
padding: 15px 10px 0 60px;
margin:0 0 0 0;
font-size:16px;
line-height:20px;
font-weight:bold;
text-align:left;
}

.ranking1,.ranking2,.ranking3{
	width:188px;
	height:378px;
	float:left;
}


.title{
    margin:0px;
}

.main{
	margin-bottom:10px;
}

.text{
        padding:0 0 0 20px;
        margin:0 0 0 0;
　　 width:140px;
       height:auto;
}
.text p{
         text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	font-size:16px;
	line-height:18px;
}

.button{
    float:left;
    margin:18px 0 0  15px;
}

.siteyudou{
color: #860000;
font-size:14px;
margin:10px 0 0 0;
padding:0 0 0 0;

}

.yudouborder{
border:1px solid #860000;
}
