/* ////////////////////////////////////////////////////////////////
   Template by sky hine（http://sdif.web.fc2.com/）
   Template name [sb01] Ver.1.00

   -----------------------------------------------------
   /***20100526___sablog! refreshing ver.3 (@_@;)uwah-n!!***/

//////////////////////////////////////////////////////////////// */
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin:0px 0px;
padding: 0px;
text-align: center;
font-family: Meiryo,"Century Gothic",Geneva;
}
/*<td>の全ての設定*/
td {
text-align: center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color: #000000;
text-decoration: none;
}
a:visited{
color: #000000;
text-decoration: none;
}
a:hover {
color: #47b5c5;
text-decoration: none;
}
a:active {
color: #47b5c5;
text-decoration: none;
}

/*全体の設定*/
#mainBlock {
width: 800px;
margin-top: 25px;
}
/*テキスト左寄せ*/
.left {
text-align: left;
}
/*テキスト中央寄せ*/
.center {
text-align: center;
}
/*テキスト右寄せ*/
.right {
text-align: right;
}

/*ブログタイトルの設定*/
.BlogTitle{
text-align: right;
padding: 10px;
color: #c0c0c0;
font-size: 40px;
font-weight: 700;
font-family: Meiryo,"Century Gothic",Geneva;
filter: alpha(style=1, opacity=100, finishopacity=0, startx=28, starty=0, finishx=40, finishy=40)
}
.BlogTitle a:link {
color: #c0c0c0;
text-decoration: none;
}
.BlogTitle a:visited{
color: #c0c0c0;
text-decoration: none;
}
.BlogTitle a:hover {
color: #47b5c5;
text-decoration: none;
}
.BlogTitle a:active {
color: #47b5c5;
text-decoration: none;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear: both;
height: 200px;
text-align: center;
padding: 15px;
font-size: 12px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align: center;
padding: 10px;
font-size: 12px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
padding: 10px 150px;
text-align: center;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding: 10px;
width: 250px;
text-align: left;
float: left;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color: #c0c0c0;
font-size: 40px;
font-weight: 700;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
font-size: 12px;
font-weight: 200;
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align: left;
padding: 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align: right;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
text-align: center;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: center;
margin-bottom: 20px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: center;
padding: 5px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color: #47b5c5;
font: 1.5em/0.5 'Georgia', sans-serif;
font-weight: 500;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分のリンク*/
.EntryTextBox a:link {
color: #87cefa;
text-decoration: none;
}
.EntryTextBox a:visited{
color: #87cefa;
text-decoration: none;
}
.EntryTextBox a:hover {
color: #47b5c5;
text-decoration: none;
}
.EntryTextBox a:active {
color: #47b5c5;
text-decoration: none;
}

/*記事の画像処理指定*/
.EntryTextBox img {
 text-align: center;
 background-color: #ffffff;
 border:1px solid #999999;
 background-position:100% bottom;
 margin:5px 5px 5px 5px;
 padding:0px;
}


/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
color: #9ea1a3;
font-size: 12px;
line-height: 1.5; 
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: center;
color: #9ea1a3;
font-size: 12px;
line-height: 1.5; 
}

/*"続きを読む"のリンク指定*/
span.more a:link {
color: #000000;
text-decoration: none;
}
span.more a:visited{
color: #000000;
text-decoration: none;
}
span.more a:hover {
color: #47b5c5;
text-decoration: none;
}
span.more a:active {
color: #47b5c5;
text-decoration: none;
}



/******** コメント部分とコメントフォーム部分 *********/
/** 総合 **/
.contents_body2 {
padding: 30px 30px 30px 200px;
color: #9ea1a3;
font-size: 10px;
line-height: 1.3; 
text-align: right; 
}

/* comment form */
input {
 font-size: 12px;
 color: #666666;
 border-style: solid;
 border-width: 1px;
 border-color: #999999;
 background-color: transparent;
}

textarea {
 overflow-x: hidden;
 overflow-y: auto;
 font-size: 12px;
 color: #666666;
 border-style: solid;
 border-width: 1px;
 border-color: #999999;
 scrollbar-face-color: #999999;
 scrollbar-highlight-color: #ffffff;
 scrollbar-track-color: #47b5c5;
 scrollbar-shadow-color: #ffffff;
 scrollbar-3dlight-color: #999999;
 scrollbar-arrow-color: #ffffff;
 scrollbar-darkshadow-color: #999999;
 background-color: transparent;
}

/* ---フォーム装飾：クリックで背景色変わるやつの予備---

背景色をscrollbar-trackと合わせて、htmlのほうに放り込む
 onFocus="this.style.backgroundColor='#e5ffff'" onBlur="this.style.backgroundColor='transparent'"
※色は一応全体のリンクのvisitedに合わせて変える方向で。

*/


/*******日付とかで迷う蒼系フォント色【現在：#47b5c5　#87cefa】　#00aaff　#66b2ff　　#7ab0cc*******/
/*******日付とかで迷う黄系フォント色【--：#b2b27c】　　*******/
/*******本文とかで迷う灰系フォント色【現在：#9ea1a3】#c0c0c0  #cccccc　#d3d3d3　  #b3b3b3*******/

/*************************************************************************/





/*-------------------------ここからhislide用CSS------------------------*/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(http://file.sab.blog.shinobi.jp/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide img {
    border: none;
}
.highslide:hover img {
    border: 2px solid white;
}
.highslide-wrapper, .rounded-white {
    background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(http://file.sab.blog.shinobi.jp/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(http://file.sab.blog.shinobi.jp/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}


/*以下IE6用？追加css*/

* html .closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='http://file.sab.blog.shinobi.jp/close.png', sizingMethod='scale');

	background: none;
	cursor: hand;
}

/* Viewport fixed hack */
.highslide-viewport {
	position: absolute;
    left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
	height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
}

/* Thumbstrip PNG fix */
.highslide-scroll-down, .highslide-scroll-up {
	position: relative;
	overflow: hidden;
}
.highslide-scroll-down div, .highslide-scroll-up div {
	/* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='http://file.sab.blog.shinobi.jp/scrollarrows.png', sizingMethod='scale');
	background: none !important;
	position: absolute;
	cursor: hand;
	width: 75px;
	height: 75px !important;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	left: -50px;
	top: -15px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	top: -15px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	top: -50px;
}

/* Thumbstrip marker arrow trasparent background fix */
.highslide-thumbstrip .highslide-marker {
	border-color: white; /* match the background */
}
.dark .highslide-thumbstrip-horizontal .highslide-marker {
	border-color: #111;
}
.highslide-viewport .highslide-marker {
	border-color: #333;
}
.highslide-thumbstrip {
	float: left;
}

/* Positioning fixes for the control bar */
.text-controls .highslide-controls {
	width: 480px;
}
.text-controls a span {
	width: 4em;
}
.text-controls .highslide-full-expand a span {
	width: 0;
}
.text-controls .highslide-close a span {
	width: 0;
}










