/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body     { color: #fff; font-family: papyrus; background: #1E1E1E url("http://file.alier.blog.shinobi.jp/db_body_bg.jpg") no-repeat fixed left 0; text-align: center; margin: 0 0 0; padding: 0; scrollbar-base-color: #050d58;scrollbar-arrow-color: #ffffff; }
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link   { color: #fff }
/*過去に見たことがあるページのリンクの設定*/
a:visited  { color: #fff }
/*カーソルが合っている状態のリンクの設定*/
a:hover   { color: #0cf }
/*アクティブ状態のリンクの設定*/
a:active   { color: #fff }

/*全体の設定*/
#mainBlock    { margin-right: auto; margin-left: auto; width: 850px }
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock      { text-align: left; width: 830px; height: 100px }
/*ページタイトル文字部分の設定*/
#TopTitle    { text-align: right; margin-top: 30px; padding: 5px }
#TopTitle a  { text-decoration: none }
/*ページタイトル文字色の設定*/
.TopTitleFont    { font-size: 35px; font-weight:700; text-decoration: none; letter-spacing: 0.25em; font-family:Bradley Hand ITC;  }
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation     { color: #fff; font-size: 11px; margin-left: 600px }

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock     { font-size: 12px; text-align: center; margin: 0; padding: 8px 0 20px; clear: both; border-top: 3px double #fff }

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock      { font-size: 12px; text-align: left; margin-bottom: 4px; width: 165px }
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock     { margin-bottom: 6px }
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle     { font-size: 12px; font-weight: bold; padding-top: 2pchx; border-top: 1px solid #999;   }
/*プラグインの説明部分の設定*/
.PluginExplanation   { font-size: 10px; line-height: 1.2em }
/*プラグインが表示される場所の設定*/
.PluginContents   { }
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock       { text-align: left; margin-bottom: 10px; padding-left: 4px; width: 500px; float: left; filter: alpha(style=0, opacity=70)  }
#EntryBlock a   { }
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock       { text-align: left }
/*各記事タイトル部分の設定*/
.EntryTitle      { background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); margin-bottom: 2px; padding: 2px 2px 2px 10px; border-bottom: 1px solid #999 }
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont    { font-size: 14px; font-weight: bold }

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox       { background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); padding: 20px }
/*記事本文が記載される部分*/
.EntryText    { font-size: 12px; line-height: 1.3em }
/*追記文書が記載される部分*/
.EntryPsText    { font-size: 12px; background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); text-align: right; padding: 20px }
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter       { background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); text-align: right; margin-bottom: 2px; padding: 2px 20px }
/*記事の投稿者名が記載されている部分*/
.EntryUserName  { font-size: 12px }
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate  { font-size: 12px; margin-left: 5px }
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory  { font-size: 12px; margin-left: 5px }
/*記事へのコメントリンクが記載されている部分*/
.EntryComment  { font-size: 12px; margin-left: 5px }
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback  { font-size: 12px; margin-left: 5px }
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock { font-size: 12px; text-align: center; padding: 10px }
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock    { font-size: 12px; background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); padding: 20px }
.CommentAREA    { margin-bottom: 4px; border-top: 1px solid #999 }
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle { text-align: left; margin: 0; padding: 0 }
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox { padding: 8px }
/*コメントのタイトル部分*/
.CommentTitle  { font-weight: bold; text-align: left; margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px solid #0999 }
/*コメント部分*/
.CommentText { margin-left: 1em }
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter { text-align: right; margin-top: 1em }
/*投稿者名の部分*/
.CommentUserName { margin-left: 1em }
/*投稿者のホームページへのリンク部分*/
.CommentURL { margin-left: 1em }
/*投稿された時間が記載されている部分*/
.CommentWriteDate { margin-left: 1em }
/*コメント編集へのリンク部分*/
.CommentEdit { margin-left: 1em }
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock   { margin: 0; padding: 4px }
.CommentFormBlock form { margin: 0; padding: 0 }
/*コメントフォーム用テーブル*/
.CommentFormTable   { font-size: 12px }
/*コメントフォームTHタグ設定*/
.CommentFormTh { text-align: right; padding: 2px }
/*コメントフォームTDタグ設定*/
.CommentFormTd { text-align: left; padding: 2px }
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit { text-align: right }
/*inputタグやtextareaの設定*/
.CommentForms     { color: #fff; font-size: 12px; background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); border: solid 1px #0999 }
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock { font-size: 12px; padding: 8px }
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data   { font-size: 12px; text-align: left; padding-left: 0.5em }
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date  { font-size: 10px; text-align: right; padding-right: 4px }
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable    { font-size: 12px; padding: 2px; width: 160px; border: solid 1px #999 }
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable    { font-size: 12px; padding: 2px; width: 160px; border-right: 1px solid #999 }
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr   { border-bottom: 1px solid #999; border-left: 1px solid #999 }
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun   { border-bottom: 1px solid #999; border-left: 1px solid #999 }
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday   { border-bottom: 1px solid  #999; border-left: 1px solid #fff }
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat   { border-bottom: 1px solid  #fff; border-left: 1px solid  #fff }
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr   { border-bottom: 1px solid  #999; border-left: 1px solid  #999 }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun   { border-bottom: 1px solid #999 border-left: 1px solid  #999 }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat   { border-bottom: 1px solid  #999; border-left: 1px solid #999 }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd   { border-bottom: 1px solid  #999; border-left: 1px solid #999 }
/*記事が存在する場所の設定*/
.CalendarTdLink   { background-color: #999 }
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont  { color: #b0cfeb }
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock  { padding: 8px }

.CommentResBox   { margin-left: 1em; padding: 8px; border-top: 1px solid #036 }

.CommentResTitle   { font-weight: bold; margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dotted #036 }

.CommentResText  { }

.CommentResFooter  { font-size: 10px; text-align: right; margin-top: 8px }
/*-------------------------------------------------------
 追加スタイル 
-------------------------------------------------------*/
.susume_Sign { padding-bottom: 4px; }
.susume_Sign a { color: #000 }
.EntryText span { line-height: 1.3em; }
.EntryText embed  { position: relative }

/*--プラグインエリアコントロール--*/
/*--左背景ナシ--*/
//.plb_left { float: left }
/*--左背景アリ--*/
.plb_left { background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); float: left; filter: alpha(style=0, opacity=70)}
.plb_right { float: right; background-image: url("http://file.alier.blog.shinobi.jp/db_entry_bg.png"); filter: alpha(style=0, opacity=70) }
-------------------------------------------------
visual lightbox用
#vlightbox1 {
	width:100%;
	zoom:1;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:20px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	outline:none;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	opacity:1;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox1 .vlightbox1 div {display:none}
ーーーーーーーーーーーーーーーーーーーーーーー
visual lightbox用その2
#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:190;
	width:100%;
	height:auto;
	background-color:#000000;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:200;
	text-align:center;
	color:#151410;
	line-height:0;
}
#vlb1lightbox td{
	vertical-align:top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#vlb1lightbox a img{ border:none; }

#vlb1outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#vlb1lightboxImage{
	width:100%;
	height:100%;
}

#vlb1imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1imageContainer{
	width:150px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#vlb1loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:150px;
	height:29px;
	background:url(loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#vlb1hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#vlb1imageContainer>#hoverNav{ left:0;}
#vlb1prevLinkImg, #vlb1nextLinkImg{
	top:0;
	width:48px;
	height:100%;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background:none;
	}
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: -20px; }
#vlb1nextLinkImg { right: -20px; }
#vlb1prevLinkImg:hover, #vlb1prevLinkImg.hover, #vlb1prevLinkImg:visited:hover { 
	background:url(prev.png) 5% center no-repeat; 
}
#vlb1nextLinkImg:hover, #vlb1nextLinkImg.hover, #vlb1nextLinkImg:visited:hover { 
	background:url(next.png) 97% center no-repeat; 
}

#vlb1imageDataContainer{
	width: auto;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#vlb1imageData{
	overflow:visible;	
	background-color:#000000;
	text-align:center; 
	position: relative;
	z-index:21;
	font: 12px Helvetica,Arial,Verdana,sans-serif;
	color: #ffffff;
	margin-right: 30px;
}

#vlb1imageDetails{ width:100%; 	padding:0;}
#vlb1caption{ padding: 12px;display:block;text-align:left;}
#vlb1caption a, #vlb1caption a:hover{color: #ffffff;}
#vlb1numberDisplay{ display:none;text-align:right;}
#vlb1detailsNav{display:none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl{display:none;}

#vlb1slideShowControl{
	display:block;
	width:42px; 
	height:49px; 
	float:left;
	background-image:url($rel#conposit.png$);
	background-position:-42px center;
	background-repeat:no-repeat;
	}

#vlb1close{
	position:relative;
	width:100%;
	height:0;
	z-index:21;
}
#vlb1closeLink {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:58px;
	height:58px;
	background:url(close.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='index_files/vlb_files1/close.png', sizingMethod='scale');
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}	

#vlb1outerImageFrame{
	border:none;
	height:100%;
	width:100%;
	position:absolute;
}

#vlb1outerImageContainer{
	overflow:visible;
}
#vlb1outerImageContainer td{
	text-align:center;
	padding:0;
}

#vlb1lightboxFrameBody{
	background-color:#313131;
}

#vlb1outerImageContainer td, #vlb1outerImageContainer tr{
	font-size:0;
	border:0 none;
}


#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br{
	height:20px;
	width:20px;
}
.vlb{display:none;}
#vlb1outerImageContainer td.tl{
	background:url(back_corvers.png) 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://file.alier.blog.shinobi.jp/back_lt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tc{
	background:url(back_tb.png) 50% 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ihttp://file.alier.blog.shinobi.jp/back_ct.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tr{
	background:url(back_corvers.png) 100% 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://file.alier.blog.shinobi.jp/back_rt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.ml{
	background:url(back_lr.png) 0 50%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://file.alier.blog.shinobi.jp/back_lc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.mr{
	background:url(back_lr.png) 100% 50%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://file.alier.blog.shinobi.jp/back_rc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bl{
	background:url(back_corvers.png) 0 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://file.alier.blog.shinobi.jp/back_lb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bc{
	background:url(back_tb.png) 50% 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://file.alier.blog.shinobi.jp/back_cb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.br{
	background:url(back_corvers.png) 100% 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='ihref="http://file.alier.blog.shinobi.jp/back_rb.png', sizingMethod='scale');
}

