/********************************************************/
/***** 　 ２０１０年　競馬バカブログスタイルシート　 ****/
/********************************************************/

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*■BODY全体に関する設定■*/
body {
	text-align: center;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family:Verdana;
	background-color: #333;
	background-image: url(http://otakara.toushikeiba.net/blog/body.gif);
	background-repeat: repeat;
}

/*■背景を設定する設定■*/

div.back{
	background-image: url(http://otakara.toushikeiba.net/blog/hunter.png);
        background-repeat: no-repeat;
        background-position: right bottom;
	background-attachment: fixed;
	margin : 0 ;
}


.page-back {
 position: fixed;
 top: 50%;
 right: 0px;
    margin-top: -120px;  /* ボックス高の半分を指定 */

}
 * html div.page-back {
 position: absolute;
 right: 0px;
}
/*■ＦＯＲＭ部に関する設定■*/
form{
	margin:0;
	font-size: 12px;
}

textarea,input,select{
	color:#333333;
	font-size:12px;
}

/*■<td>の全ての設定■*/
td {
	text-align:left;
	font-size: 13px;
}

img{
	border:0px;
}

/*■Linkの設定■*/

a {
	text-decoration:underline;
	color: #33CCFF;
}
a:visited {
	text-decoration:underline;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #f30;
}
a:active {
	color:#009900;
	text-decoration:underline;
}



/*■全体の設定■*/

#head1Block {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(http://otakara.toushikeiba.net/blog/top.gif);
	background-repeat: repeat-x;
}

#head2Block {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(http://otakara.toushikeiba.net/blog/welcome.gif);
	background-repeat: repeat-x;
}


#mainBlock {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

#mainBlockSlideShow {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width:100%;
 	float:left;
}


/*■テキスト左寄せ■*/
.left {
	text-align:left;
}

/*■テキスト中央寄せ■*/
.center {
	text-align:center;
}

/*■テキスト右寄せ■*/
.right {
	text-align:right;
}


/**************************************************************************************
メニューブロック用デザイン
**************************************************************************************/

/*■MENUブロックの設定■*/
#TopBlock {
	width:100%;
	text-align: left;
	margin-bottom: 10px;
}
/*■ページタイトル文字部分の設定■*/
#TopTitle {
	font-size:8px;
	padding: 0px;
	text-indent:-9999;
}
#TopSearch {
	float: right;
	width: 120px;
	margin-right: 12px;
}
/*■ページタイトルの下に来るブログの説明文書■*/
#TopExplanation {
	padding: 0px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}
.rss {
	margin-top: 12px;
	position:absolute;
	right:3%;
}
.admin {
	position: relative;
	top: 3px;
}

/**************************************************************************************
メニューボタン用デザイン
**************************************************************************************/
#MenuBtn a{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	font-weight: bold;
	font-size:13px;
	background-image: url(http://otakara.toushikeiba.net/blog/menu1.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-decoration:none;
	height:36px;
}

#MenuBtn a:hover {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FF0000;
	font-weight: bold;
	font-size:13px;
	background-image: url(http://otakara.toushikeiba.net/blog/menu2.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-decoration:none;
	height:36px;
}


/**************************************************************************************
メルマガブロック用デザイン
**************************************************************************************/
#MailMagazineBlock {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat:repeat;
	background-position: left top;
}

/**************************************************************************************
競馬バカフォーメーションブロック用デザイン
**************************************************************************************/
#KeibabakaBlock {
	text-align: left;
	margin-bottom: 10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat:repeat;
	background-position: left top;
}
#KeibabakaBlock2 {
	text-align: left;
	background-image: url(http://otakara.toushikeiba.net/blog/blog-image.png);
	background-repeat:no-repeat;
	background-position: left top;
}

/**************************************************************************************
バックナンバーブロック用デザイン
**************************************************************************************/
#BackNumberBlock {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat:repeat;
	background-position: left top;
	margin-right: 5px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear:both;
	font-size: 12px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	padding: 10px;
	background-repeat: repeat;
	background-position: left bottom;
	}
#FooterBlock a, #FooterBlock a:visited {
	color: #33CCFF;
	text-decoration: none;
	}
#FooterBlock a:hover {
	color: #0099FF;
	text-decoration: underline;
	}
#FtRc{
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#FtRc a{
	clear:both;
	text-align: center;
	color: #666;
	border: 0;
	text-decoration: underline;
}

#FooterBlock2 {
	font-size: 10px;
	clear:both;
	margin-top: 2px;
}
#FooterBlock2 a ,#FooterBlock2 a:visited {
	color: #666666;
	text-decoration: none;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlockLeft {
	width:190px;
	float:right;
	position:relative;
	z-index:2;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.PluginBlockRight {
	width:190px;
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	margin-bottom: 10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);

}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	font-weight:bold;
	font-size:18px;
	text-align: center;
	color:#33CCFF;
	padding:10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat: repeat;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px; 
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width:550px;
	float:left;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	text-align: left;
	line-height: 150%;
	margin-bottom: 20px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat: repeat;
	background-position: top;
	margin-right: 5px;
}

/*小見出しの設定*/
.EntryInnerBlockSmall {
	margin-bottom: 20px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat: repeat;
	background-position: top;
	margin-right: 5px;
}

/*mメルマガボックスの設定*/
.EntryInnerBlockMail {
	text-align: left;
	line-height: 150%;
	margin-bottom: 20px;
	background-image: url(http://otakara.toushikeiba.net/blog/mail-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 5px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	font-weight:bold;
	font-size:18px;
	color:#33CCFF;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat: repeat;
	padding-right:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
.EntryTitle a ,.EntryTitle a:visited {
	text-align: left;
	font-weight:bold;
	font-size:18px;
	color: #0099FF;
	text-decoration: none;
}
.EntryTitle a:hover{
	color: #F30;
	text-decoration: underline;
}


/*■各記事カレンダー部分の設定■*/

.datebox {
	width: 46px;
	float: left;
	margin-right: 1ex;
	display: block;
	height: 59px;
	background-image: url(http://file.template100.blog.shinobi.jp/1c_cal.jpg);
	background-repeat: no-repeat;
}
.datebox a,.datebox a:visited {
	display: block;
	text-decoration: none;
}

.datebox .month {
  font-family: Cambria, "Times New Roman", Times, serif;
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 0.1em;
  text-align: center;
  color: #dddddd;
  font-weight: bold;
}
.datebox .month a{
	text-decoration: none;
	line-height: 1em;
}

.datebox .weekday {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin-top: 2px;
	line-height: 1em;
}
.datebox .weekday a {
	text-decoration: none;
}

.datebox .day {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: center;
	color: #333333;
	line-height: 1em;
	font-weight: bold;
}
.datebox .day a{
	text-decoration: none;
}
.datebox .year {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	color: #333333;
	line-height: 1em;
}
.datebox .day a:hover{
	text-decoration: none;
	color: #f30;
}

/*各記事タイトル部分の文字色設定
.EntryTitleFont {
	color:#131221;
}*/

/*■各記事やコメント、トラックバックなどの総合のブロック部分■*/
.EntryTextBox {
	padding-right:12;
	padding-left:12;
	font-size: 12px;
}
/*■記事本文が記載される部分■*/
.EntryText {
	line-height: 150%;
	margin-top: 10px;
}
.EntryText a{
	color: #33CCFF;
	text-decoration: underline;
}
.EntryText a:hover{
	color: #F30;
	text-decoration: underline;
}

/*■追記文書が記載される部分■*/
.EntryPsText {
padding: 10px;
text-align: right;
font-size: 13px;
}
/*■記事の投稿者名が記載されている部分■*/
.EntryUserName {
}
/*■記事を投稿した日が記載されている部分■*/
.EntryWriteDate {
margin-left: 5px;
font-size:12px;
}
/*■記事のカテゴリ名が記載されている部分■*/
.EntryCategory {
margin-left: 5px;
font-size:12px;
}
/*■記事へのコメントリンクが記載されている部分■*/
.EntryComment {
margin-left: 5px;
font-size:12px;
}
/*■記事へのトラックバックリンクが記載されている部分■*/
.EntryTrackback {
margin-left: 5px;
font-size:12px;
}
/*■次の記事やHOMEへのリンクが表示される背景部分■*/
.PageLinkBlock{
	text-align:center;
	margin-bottom: 10px;
	font-size:13px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
	text-align:left;
	margin-bottom: 2px;

}
.Plugin_data a{
	background-image: url(http://otakara.toushikeiba.net/blog/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 15px;
	display: block;
	color: #33CCFF;
	text-decoration: none;
}
.Plugin_data a:hover{
	background-image: url(http://otakara.toushikeiba.net/blog/arrow2.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 15px;
	display: block;
	color: #F30;
}


/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align:right;
	font-size:10px;
	color: #666;
}
/**************************************************************************************
  カレンダープラグイン用デザイン  がりんぺいろ　http://ninja-blog.com/
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
margin:  0 auto; 
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
margin:  0 auto; 
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  上部カレンダーデザイン
-------------------------------------------------------*/
/* 上部分のカレンダー */
#calender {
	font-family:Arial;
	font-size:10px;
	text-align:center;
	padding:3px 2px 1px 2px;
	color: #999;
}

#calender li {
		display:inline;
}

#calender .day {
		padding:2px;
		margin:1px;
}

#calender a {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}
#calender a:hover {
	color:#F30;
	text-decoration:none;
}

#calender ul {
	margin:0px;
	padding:0px;
}

#calender .prev-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-right:5px;
}

#calender .next-month-calendar {
	font-size:110%;
	font-weight:bold;
	margin-left:5px;
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.CommentResBox {
	border:solid 1px #888;
	padding:10px;
	text-align: left;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color: #131221;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	text-align: left;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #888;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > 全体
-------------------------------------------------------*/
.TitleListBox {
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat:repeat;
	background-position: left top;
	margin-right: 5px;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > タイトル
-------------------------------------------------------*/
.TitleListTitle {
	font-weight: bold;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > テキスト
-------------------------------------------------------*/
.TitleListText {
	font-size: 95%;
	text-align:left;
	margin: 0px 0px 0px 10px;
}
/*-------------------------------------------------------
    記事タイトル一覧部分 > ページリンク
-------------------------------------------------------*/
.TitleListPageLink {
	font-size: 95%;
	text-align:center;
}




/**************************************************************************************
ドロップインボックス用デザイン
**************************************************************************************/

#dropinboxv2cover{
	width: 320px;
	position:absolute;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 300px; /*change width to above width-20. */
	border: 2px solid black; 
	background-image: url(http://otakara.toushikeiba.net/blog/bg-block.png);
	background-repeat:repeat;
	background-position: left top;
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}

