/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
color:#000000;
background:#999999;
font-family:meiryo , "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
font-size:80%;
text-align: center;
margin-left:auto;margin-right:auto;
line-height:1.7;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {color:#0066ff;text-decoration:underline;font-weight:;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{color:#0066ff;text-decoration:underline;font-weight:;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {color:#3399ff;text-decoration:none;font-weight:;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:1100px;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/bg_mainblock.gif);
background-repeat: repeat-y; background-position:0%0%;
text-align: center;
margin-left:auto;margin-right:auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*パンくずリスト*/
.NavigationBlock{
text-align:left;
float:left;
}

.NavigationBlock a:link {color:#333333;text-decoration:;font-weight:;}
.NavigationBlock a:visited{color:#333333;text-decoration:;font-weight:;}
.NavigationBlock a:hover {color:#ff3333;text-decoration:underline;font-weight:;}
.NavigationBlock a:active {color:#333333;text-decoration:;font-weight:;}

/*著作権表示*/
.TopCopyrights {
float:right;
font-size:95%;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:100%;
height:;
text-align: left;
background:#ffffff;
border-top:10px solid #333333;
border-bottom:0px solid #000099;
margin:0px 0 0px 0;
padding:0px 0 0px 0;
}

#TopBlock a:link {color:#666666;text-decoration:none;font-weight:;}
#TopBlock a:visited{color:#666666;text-decoration:none;font-weight:;}
#TopBlock a:hover {color:#ff6633;text-decoration:underline;font-weight:;}
#TopBlock a:active {text-decoration:none;font-weight:;}

/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 20px 0px 20px 20px;
float:left;
}

/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:100%;
font-weight:bold;
}

/*ページタイトルの下に来るブログの説明文書*/
.TopExplanation {
padding: 2px 10px 10px 0px;
}

/*コンテンツメニュー*/
.ContentsMenu {
text-align:left;
padding:0px 0 0px 20;
font-size:95%;
background:#ffffff;
margin:0px 0 0px;
border-top:0px solid #cccccc;
border-bottom:0px solid #cccccc;
clear:both;
}
.ContentsMenu2 {
float:right;
text-align:right;
padding:0px 30 0px 0;
font-size:95%;
}

/*パンくずとコピーライト部分*/
#MiddleBlock {
background:#eeeeee;
text-align:left;
border-top:1px solid #cccccc;
padding:2px 30 2px 25;
margin:0px 0 0px;
}

/*画像バナー部分*/
#MiddleBanner {
background:#ffffff;
text-align:right;
padding:2px 20 2px 25;
margin:0px 0 0px;
}
#MiddleBannerOn {
background:#ffffff;
text-align:right;
padding:2px 20 2px 25;
margin:0px 0 0px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
background:#ffffff;
height:px;
text-align: center;
padding:5px 20;
border-top:5px solid #666666;
border-bottom:20px solid #333333;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 275px;
text-align:left;
float: right;
background:#ffffff;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:5px 5 15px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-weight:bold;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-bottom:1px #333333 solid;
padding:0px;
margin:0px 0 5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:0px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 825px;
background:#ffffff;
float: left;
text-align: left;
clear:both;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 20px 30 70px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
background-color:#;
background:#ffffff url(ttp://file.jjdra.blog.shinobi.jp/bn_entrytitle_01.gif);
background-repeat: repeat-x; background-position:100%100%;
padding:5px;
border-top:3px #cccccc solid;
border-bottom:1px #333333 solid;
font-size:130%;
font-weight:bold;
}
.EntryTitle a:link {color:#333333;text-decoration:none;font-weight:;}
.EntryTitle a:visited{color:#333333;text-decoration:none;font-weight:;}
.EntryTitle a:hover {color:#333333;text-decoration:underline;font-weight:;}
.EntryTitle a:active {color:#333333;text-decoration:none;font-weight:;}

/*各記事タイトル部分の日付*/
.EntryTitleDate {font-size:85%;
font-weight:normal;
text-align:right;
padding:0px 0 10px;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
padding:5px 20;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:50px 5 5px;
color:#999999;
font-size:95%;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/*パーマリンク内の次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock2{
text-align:right;
margin:10px 25;
padding:10px;
border-top:2px #cccccc solid;
border-bottom:1px #333333 solid;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px 25;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
background-color:#;
padding:25px 7 10px;
margin:50px 0 15px;
border-bottom:1px #333333 solid;
font-size:100%;
font-weight:bold;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:10px 100 10px 0;
font-size:95%;
padding:5px;
background-color:#;
border:0px #dddddd solid;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
border-bottom:1px dotted #666666;
font-weight:;
}
/*コメント部分*/
.CommentText{
padding:10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
font-weight:;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントフォームのタイトル部分*/
.CommentFormTitle{
text-align: left;
background-color:#;
padding:5px;
margin:5px 100 5px 10;
border-bottom:1px dotted #666666;
font-size:95%;
font-weight:bold;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
font-size:85%;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px 25;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
background-color:#;
padding:25px 7 10px;
margin:50px 0 15px;
border-bottom:1px #333333 solid;
font-size:100%;
font-weight:bold;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:10px 100 10px 0;
font-size:95%;
padding:5px;
background-color:#;
border:0px #dddddd solid;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
border-bottom:1px dotted #666666;
font-weight:;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:1.7;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size:95%;
font-weight:bold;
border-bottom:1px dotted #666666;
padding:5px;
margin:5px 10 5px 10;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:0px 0 5px;
border-bottom:1px #cccccc dotted;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:95%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:95%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
border-bottom: 1px solid #cccccc;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#ff0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#0000ff;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
border: 1px solid #cccccc;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
border-bottom: 1px solid #cccccc;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border-bottom: 1px solid #cccccc;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
border-bottom: 1px solid #cccccc;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
border-bottom: 1px solid #cccccc;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background:#eeeeee;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px 25;
}

.CommentResBox {
margin:10px 80 10px 0;
font-size:95%;
padding:5px;
background-color:#;
border:0px #dddddd solid;
}

.CommentResTitle {
text-align: left;
border-bottom:1px dotted #666666;
font-weight:;
}

.CommentResText {
padding:10px;
}

.CommentResFooter {
text-align:right;
padding:5px;
}

/*-------------------------------------------------------
  装飾部分
-------------------------------------------------------*/

/*見出し*/
h3{font-size:120%;}
h4{font-size:100%;}
h5{font-size:95%;}

/*コメント注意事項*/
.commentattention{
background-color:#;
padding:0px 0 0px 60;
margin:0px 100 10px 0;
border:0px solid #cccccc;
font-size:85%;
font-weight:;}

/*画像*/
img{
margin:0px 5;
}
.menubar{
margin:0px 5 -5px 0;}

/*記事画像BOX*/
.box{
float:left;
margin:0px 5 5px 0;
font-size:90%;
font-weight:bold;
display:inline-block;
}

.box2{
float:right;
margin:0px 10 5px 5;
font-size:90%;
font-weight:bold;
display:inline-block;
}

.box a:link {color:#666666;text-decoration:none;}
.box a:visited{color:#666666;text-decoration:none;}
.box a:hover {color:#666666;text-decoration:underline;}
.box a:active {color:#666666;text-decoration:none;}

.box2 a:link {color:#666666;text-decoration:none;}
.box2 a:visited{color:#666666;text-decoration:none;}
.box2 a:hover {color:#666666;text-decoration:underline;}
.box2 a:active {color:#666666;text-decoration:none;}

/*選手名鑑BOX*/
.playersbox1 {
border:1px solid #cccccc;
border-left:5px solid #0000cc;
padding:5px;
margin:5px;
display:inline-block;
}

.playersbox2 {
border:1px solid #cccccc;
border-left:5px solid #0000cc;
padding:5px;
margin:5px 5 5 0px;
width:330px;
display:inline-block;
float:left;}

/*ul要素*/
ul {
list-style-type : square ;
padding:2px 5 2px 15;
margin:2px 5;
}

/*引用*/
blockquote {
border:2px solid #999999;
background:#eeeeff;
color:#333333;
padding:15px;
margin:5px;
}

fieldset {
border:2px solid #999999;
color:#333333;
margin:0px 2 0px 0;
padding:0px 15 15px 15;
font-weight:normal;
}
legend {
padding:5px 5 5px 5;
font-weight:bold;}

/*装飾なし引用*/
.bord {
border:1px solid #666666;
background:#;
color:#333333;
padding:15px;
margin:5px;
}

/*追記*/
.added{
padding:5px 10;
margin:0px 2 0px 50;
background:#f4f4f4;
border:1px solid #e5e5e5;
}
/*白抜き*/
.wb {
color:#ffffff;
background:#333333;
}
/*赤強調*/
.rs {
color:#ff0000;
font-weight:bold;
font-size:140%;
text-align:center;
}
/*青強調*/
.bs {
color:#0000ff;
font-weight:bold;
font-size:140%;
text-align:center;
}
/*赤強調*/
.red {
color:#ff0000;
font-weight:bold;
}
/*青強調*/
.blue {
color:#0000ff;
font-weight:bold;
}
/*レス強調*/
.res {
border-left:0px solid #0000ff;
margin:0px 5 0px 0;
padding:0px 5 0px 0;
background:#;
color:#0000ff;
font-weight:bold;
}

/*記事本文の見出し*/
.midashi {
font-weight:bold;
color:#333333;
border-bottom:1px solid #999999;
padding:0px;
margin:1px 10 10px 0;
}

.midashi2 {
font-weight:bold;
border-bottom:1px dotted #999999;
padding:0px;
margin:1px 10 2px 0;
}

.blueback {
font-weight:bold;
color:#333333;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/bn_blueback_01.gif);
border-left:10px solid #0000cc;
border-bottom:0px solid #0000cc;
padding:2px 5;
margin:5px 5 3px 0;
}
.bluebackmenu {
margin:5px 5 3px 0;
}
.bluebackmenu a:link {color:;text-decoration:none;}
.bluebackmenu a:visited{color:;text-decoration:none;}
.bluebackmenu a:hover {color:;text-decoration:underline;}
.bluebackmenu a:active {color:;text-decoration:none;}

/*you tube埋め込み*/
.youtube {
border:1px solid #999999;
background:#fffffff;
color:#333333;
padding:15px;
margin:5px;
text-align:center;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/image_youtubelogo_title2.gif);
background-repeat: no-repeat; background-position:0%0%;
}


/*you tube見出し2（開閉スクリプト対応版）*/
.ytm2 {
font-weight:bold;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/Img/1209579428/);
background-repeat: no-repeat; background-position:0%0%;
font-size:100%;
padding:1px 0 0px 40;
}
.ytm2 a:link {color:#;text-decoration:none;}
.ytm2 a:visited{color:#;text-decoration:none;}
.ytm2 a:hover {color:#;text-decoration:underline;}
.ytm2 a:active {color:#;text-decoration:none;}

/*you tube見出し*/
.ytm {
font-weight:bold;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/Img/1207415613/);
background-repeat: no-repeat; background-position:0%0%;
padding:1px 0 0px 75;
margin:1px 0 0px 0
}

/*you tubeスクロール*/
.scroll {
height:470px;
overflow:auto;
border-top:2px #f4f4f4 solid;
border-bottom:2px solid #f4f4f4;
}

/*オチコメ1*/
.ochi1 {
font-weight:;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/ochi1.jpg);
background-repeat: no-repeat; background-position:0%0%;
height:160px;
padding:17px 25 0px 180;
margin:15px 0;
}
/*オチコメ2*/
.ochi2 {
font-weight:;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/ochi2.jpg);
background-repeat: no-repeat; background-position:0%0%;
height:160px;
padding:17px 25 0px 180;
margin:15px 0;
}
/*オチコメ3*/
.ochi3 {
font-weight:;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/ochi3.jpg);
background-repeat: no-repeat; background-position:0%0%;
height:160px;
padding:17px 25 0px 180;
margin:15px 0;
}
/*オチコメ4*/
.ochi4 {
font-weight:;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/ochi4.jpg);
background-repeat: no-repeat; background-position:0%0%;
height:160px;
padding:17px 25 0px 180;
margin:15px 0;
}
/*オチコメ6*/
.ochi6 {
font-weight:;
background:#ffffff url(http://file.jjdra.blog.shinobi.jp/ochi6.jpg);
background-repeat: no-repeat; background-position:0%0%;
height:160px;
padding:17px 25 0px 180;
margin:15px 0;
}
/*オチコメ吹き出し*/
.fukidashi {
height:100px;
width:430px;
overflow:auto;
word-break:break-all;
font-size:90%;
padding:0px 3 0px 0;
}

.fukidashi a:link {color:#333333;text-decoration:underline;}
.fukidashi a:visited{color:#333333;text-decoration:underline;}
.fukidashi a:hover {color:#333333;text-decoration:none;}
.fukidashi a:active {color:#333333;text-decoration:underline;}

/*プラグンインサーチ部分*/
.blogsearch{
font-size:85%;
padding:0px 5;
}

/*星取り*/
.hoshi {
font-size:120%;
font-weight:bold;
}

/*スコア*/
.score {
border:1px solid #666666;
background:#ffffff;
color:#333333;
font-weight:bold;
font-size:95%;
padding:15px 250 15px 15;
margin:2px 5;
}

.vsG {
background:url(http://file.jjdra.blog.shinobi.jp/vsg.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsC {
background:url(http://file.jjdra.blog.shinobi.jp/vsc.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsS {
background:url(http://file.jjdra.blog.shinobi.jp/vss.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsT {
background:url(http://file.jjdra.blog.shinobi.jp/vst.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsYB {
background:url(http://file.jjdra.blog.shinobi.jp/vsyb.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsH {
background:url(http://file.jjdra.blog.shinobi.jp/vsh.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsM {
background:url(http://file.jjdra.blog.shinobi.jp/vsm.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsF {
background:url(http://file.jjdra.blog.shinobi.jp/vsf.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsBs {
background:url(http://file.jjdra.blog.shinobi.jp/vsob.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsL {
background:url(http://file.jjdra.blog.shinobi.jp/vsl.gif);
background-repeat: no-repeat; background-position:100% 100%;}
.vsE {
background:url(http://file.jjdra.blog.shinobi.jp/vse.gif);
background-repeat: no-repeat; background-position:100% 100%;}

.score a:link {text-decoration:underline;font-weight:bold;}
.score a:visited{text-decoration:underline;font-weight:bold;}
.score a:hover {text-decoration:none;font-weight:bold;}
.score a:active {text-decoration:underline;font-weight:bold;}

/*ツリー化スクリプト対応*/
.plugin_data ul{
list-style: none;
margin: 0px;
padding: 0px;
}
.plugin_data ul.tree li{
margin: 0px;
padding: 0px 0px 0px 16px;
background-image: url(http://file.jjdra.blog.shinobi.jp/tree_lst.gif);
background-repeat: no-repeat;
}
.plugin_data ul.tree li.end {
background-image: url(http://file.jjdra.blog.shinobi.jp/tree_end.gif);
background-repeat: no-repeat;
}



/*過去のエントリーに対応*/

.news {
border:0px solid #999999;
background:;
color:#333333;
padding:15px;
margin:5px;
}
.colum {
border:2px dotted #eeeeff;
background:#eeeeff;
color:#333333;
padding:15px;
margin:0px;
}
