/**************************************************************************/
/***** 　透過フォトVERSION 2.0.4 　テンプレートCSS　　 090205更    　  ****/
/*****  　Edited by がりんぺいろ　　　　http://ninja-blog.com/　　　　 ****/
/**************************************************************************/

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
text-align: center;
font-size: 15px;
color: #333;
font-family:Verdana, "MS UI Gothic";
background-color: #FFF;
min-width: 770px;
/*飛行機画像*/
background-image: url(http://file.template100.blog.shinobi.jp/jta3.jpg);
/*花画像*/
/*background-image: url(http://file.template100.blog.shinobi.jp/bbg_fl2.jpg);*/
/*林画像*/
/*background-image: url(http://file.template100.blog.shinobi.jp/bbg_026.jpg);*/
/*山画像*/
/*background-image: url(http://file.template100.blog.shinobi.jp/bbg_mountain.jpg);*/
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center top;
margin: 0px;
padding: 0px;
}
textarea,input,select{
	border:1px solid #555555;
	font-size:13px;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
a:link ,a:visited {
	text-decoration:underline;
	color: #333333;
}
a:hover ,a:active {
text-decoration: underline;
color: #9FBBBF;
}

/*全体の設定*/
#mainBlock {
	width:780px;
	margin:  0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content {
	margin-top: 55px;
	clear: both;
}
#ft {
height: 20px;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
text-align: left;
padding-bottom: 16px;
background:#111;
opacity: 0.8;
filter:alpha(style=1, opacity=90, finishopacity=45);
zoom:1;
margin-left: 28px;
margin-bottom: 20px;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
*html #TopBlock {
margin-top: -3px;
margin-left: 30px;
filter:alpha(style=1, opacity=90, finishopacity=30);
}

/*ページタイトル文字部分の設定*/
#TopTitle {
font-size:24px;
font-weight:bold;
color: #fff;
margin-left: 10px;
padding-top: 16px;
}
#TopTitle a{
font-weight: bolder;
color: #FFF;
text-decoration: none;
}
#TopTitle a:hover{
font-weight: bold;
color: #D9F8FF;
text-decoration: none;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	font-size:12px;
	font-weight: bold;
	color: #E6E6E6;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.rss {
float: right;
vertical-align: middle;
height: 20px;
margin-left: 10px;
}
.admin {
float: right;
height: 20px;
margin-top: 5px;
}
*html .admin {
float: right;
height: 20px;
margin-top: 3px;
}

.admin a {
padding: 3px 3px 4px;
margin-right: 0px;
margin-left: 0px;
background:#fff;
opacity: 0.8;
filter:alpha(opacity=80);
zoom:1;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:5px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
}
.admin a:hover {
padding: 3px 3px 4px;
margin-right: 0px;
margin-left: 0px;
background:#000;
text-decoration: none;
}


.bread {
float: left;
margin-top: 2px;
padding: 3px 7px 4px 5px;
margin-right: 0px;
margin-left: 28px;
background:#fff;
opacity: 0.8;
filter:alpha(opacity=80);
zoom:1;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:5px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
}

.header0 {
color: #555;
font-size: 10px;
margin-top: 3px;
margin-bottom: 2px;
height: 20px;
}
*html .header0 {
	margin-left: 2px;
}

.header0 a ,.header0 a:visited {
color: #555;
text-decoration: none;
color: #555;
}
.header0 a:hover {
color: #333;
text-decoration: none;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear:both;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	background:#111;
	opacity: 0.9;
	filter:alpha(opacity=90);
	zoom:1;
	margin-left: 28px;

-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
	margin-top: 50px;
}
#FooterBlock a{
clear:both;
text-align: center;
color: #666;
border: 0;
text-decoration: none;
}
#FooterBlock2 {
clear:both;
padding-top: 15px;
background-color: #FFFFFF;
border-top: 1px solid #B8CDE8;
border-right: 1px #B8CDE8;
border-bottom: 1px #B8CDE8;
border-left: 1px #B8CDE8;
margin-top: 20px;
}


/**************************************************************************************
プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	width: 200px;
	text-align: left;
	float:right;
	padding-top: 6px;
	margin-bottom: 20px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
background-color: #000;
margin-bottom: 20px;
color:#fff;
opacity: 0.75;
filter:alpha(style=1, opacity=85, finishopacity=45);
zoom:1;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:7px;
-khtml-border-radius-bottomleft:7px;
-khtml-border-radius-bottomright:7px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;

}

.PluginInnerBlock a,.PluginInnerBlock a:visited{
	color: #FFFFFF;
}
.PluginInnerBlock a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	font-weight:bold;
	font-size:13px;
	padding-left:8px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 6px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px; 
}
/*プラグインが表示される場所の設定*/
.PluginContents {
border: #fff 0px solid;
font-size:12px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
}
/**************************************************************************************
記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 565px;
margin: 6px 2px;
float:left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
background-color: #FFFFFF;
margin-bottom: 80px;
background:#fff;
overflow:hidden;
float:left;
width:520px;
border: 1px solid #ddd;
opacity: 0.87;filter:alpha(opacity=87);zoom:1;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
.EntryInnerBlock img {
	margin: 3px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
	font-weight:bold;
	font-size:13px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}
.EntryTitle a{
text-align: left;
font-weight:bold;
font-size:15px;
color: #333333;
text-decoration: none;
padding-left:10;
padding-right: 3px;
line-height: 1.3em;
}
.EntryTitle a:hover{
	text-decoration: none;
	color: #9FBBBF;
}

/*各記事タイトル部分の文字色設定
.EntryTitleFont {
color:#ccff00;
}*/

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
padding-right:18;
padding-left:18;
font-size: 13px;
}
/*記事本文が記載される部分*/
.EntryText {
color: #333333;
font-size: 110%;
line-height: 175%;
margin-top: 10px;
}
.EntryText a{
color: #344B4E;
text-decoration: underline;
}
.EntryText a:hover{
color: #9FBBBF;
text-decoration: underline;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px;
text-align: right;
font-size: 13px;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	padding:0px 5px 5px;
	margin-top: 18px;
	clear: both;
}
/*記事の投稿者名が記載されている部分*/
.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;
	padding:10px;
	font-size:13px;
	margin-bottom: 50px;
}

.EntryCalenderBlock {
float:left;
width:28px;
overflow:hidden;
display: block;
}
.EntryCalender {
color:#fff;
background:#000;
width:28px;
height:60px;
text-align:center;
font-size:0.7em;
padding:3px 0 0 0;

opacity: 0.7;filter:alpha(opacity=70);zoom:1;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;

}
.EntryCalender a ,.EntryCalender a:visited {
	color:#fff;
	text-decoration: none;
}
.CommentNum{
color:#fff;
background:#000;
width:28px;
text-align:center;
font-size:1.1em;
padding:7px 0;
margin-top:3px;

opacity: 0.4;filter:alpha(opacity=40);zoom:1;

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;

}
.CommentNum a ,.CommentNum a:visited {
color:#fff;
}
/**************************************************************************************
各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding-bottom: 10px;
padding-top: 10px;
width: 555px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-size:14px;
font-weight:bold;
padding-right:0;
padding-top:2;
padding-bottom:2;
margin-left: 28px;
margin-top: 16px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
color:#333333;
background-color: #FFF;
border: 1px solid #999;
text-align: left;
overflow:hidden;
opacity: 0.90;
filter:alpha(opacity=90);
zoom:1;
margin-right: 0px;
margin-top: 3px;
margin-bottom: 5px;
margin-left: 28px;

opacity: 0.90;filter:alpha(opacity=90);zoom:1;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
*html .CommentTextBox{
margin-left: 22px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
padding-right:0;
padding-top:10;
padding-bottom:0;
padding-left:10;
font-size:14px;
font-weight:bold;
}
/*コメント部分*/
.CommentText{
margin: 5px 0px;
padding-right:10;
padding-top:5;
padding-bottom:0;
padding-left:10;
font-size:14px;
color: #333333;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
background-color: #FEEFFE;
color: #333333;
}

/*-------------------------------------------------------
コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding-top: 10px;
padding-bottom: 25px;
padding-left: 50px;
}

.CommentResBox {
padding:10px;
background-color: #000;
border: 1px solid #999;
text-align: left;
overflow:hidden;

opacity: 0.70;filter:alpha(opacity=70);zoom:1;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

.CommentResTitle {
font-size:14px;
font-weight:700;
color: #FFF;
}

.CommentResText {
padding:10px 0px 0px 10px;
color: #FFF;
}

.CommentResFooter {
text-align:right;
margin:10px 0 3px;
border-top:1px dotted #888;
color: #CCCCCC;
padding-top: 5px;
}

/**************************************************************************************
トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	padding:10px;
margin-right: 10px;
margin-top: 3px;
margin-bottom: 5px;
margin-left: 28px;
background-color: #FFF;
border: 1px solid #999;
text-align: left;
overflow:hidden;

opacity: 0.70;filter:alpha(opacity=70);zoom:1;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px 12px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
background-color: #FFFFFF;
}
/*トラックバックの記事部分*/
.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 {
text-align:left;
margin-bottom: 2px;
padding-top: 3px;
padding-right: 3px;
padding-left: 5px;
}
.Plugin_data a ,.Plugin_data a:visited {
margin-bottom: 2px;
padding-top: 3px;
padding-right: 3px;
padding-left: 5px;
display: block;
color: #FFFFFF;
text-decoration: none;
}
.Plugin_data a:hover{
padding-left: 4px;
display: block;
margin-left: 1px;
text-decoration: underline;
}


/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
font-size:10px;
color: #CCCCCC;
}
/**************************************************************************************
カレンダープラグイン用デザイン  がりんぺいろ　http://ninja-blog.com/
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
margin:  0 auto; 
color: #FFFFFF;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:80%;
	padding:3px;
	margin:  0 auto;
	color: #FFFFFF;
}

/*-------------------------------------------------------
カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<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 {
}

.TitleListBox {
background-color: #000;
margin-left: 28px;
color:#fff;
opacity: 0.7;
filter:alpha(opacity=70);
zoom:1;
text-align: left;
margin-bottom: 30px;
overflow:hidden;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
padding: 12px;
}

.TitleListBox a ,.TitleListBox a:visited {
color: #FFFFFF;
}
.TitleListBox a:hover {
color: #9FBBBF;
}
