@charset "utf-8";
/*************************************************
 リセット
*************************************************/
html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }


/*************************************************
 全体の基本設定
*************************************************/

/* ボディ 
------------------------------------------------*/
body {
	margin: 0;
	background: #CCC;
	color: #444;
	font-size:85%;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* IE6 */
* html body {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
}

/* IE7 */
*:first-child+html body {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
}

/* IE8 */
html>/**/body { fon-size /*\**/: 75%\9; } 


/* 画像 
------------------------------------------------*/
img, a img { margin: 2px; }

img.emoji { margin: 0 1px; }


/* 見出し
------------------------------------------------*/
h1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 230%;
}                             /* 28px */

h2 { font-size: 135%; }       /* 16px */

h3 {
	font-size: 117%;          /* 14px */
	font-weight: bold;
}

h4,h5,h6 {
	font-size: 100%;          /* 12px */
	font-weight: bold;
}

* html h2 { font-weight: bold; } /* IE6 */

*:first-child+html h2 { font-weight: bold; } /* IE7 */

/* その他
------------------------------------------------*/
th, td { text-align: center; }

textarea, input {
	border: 1px solid #B19D89;
	padding: 2px;
    background-color: #F7F4F0;
}

textarea { font-size: 120%; }

/*************************************************
  リンク基本設定
*************************************************/
a { text-decoration: none; }

a:link,
a:visited { color: #9D876E; }

a:hover,
a:active { color: #444; }

/*************************************************
  トップメニュー
*************************************************/

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:140%; 
}

#nav {
	margin-top: 0px;
	width: 1000px;
	height: 30px;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
}

#nav a { display:block; }

#nav li {
	float:left;
	position:relative;
}

#nav .MenuBox {
	width:110px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5598/menu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
	border-right:solid 1px #CCC;	
}

#nav .MenuBoxEnd {
	width:110px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5598/menu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;	
}

#nav ul {
	position:absolute;
	display:none;
	width: 220px;
	top:30px;
	left: -1px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background-color:#F9F9F9;
}

#nav ul.Archiv {
	width: 133px;
}

#nav li ul a{
	width:210px;
	height:auto;
	float:left;
	padding:4px 5px;
	border-bottom: solid 1px #CCC;
	text-align: left;
	color: #555;
}

#nav li ul .Arch{
	width: 123px;
}

#nav li ul a:hover {
	background-color: #E5E5E5;
}

#nav ul a span {
	color: #888;
	font-size: 92%;
}

#nav ul li img {
	margin: 0;
	vertical-align: top;
}

/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 1010px;
	margin: 0 auto;
	text-align:center;
	background-color: #FFF;
}

/*ヘッダー*/
div#TopBlock {
	height: 200px;
	text-align: right;
	overflow: hidden;
	background: #000 url("http://file.nsb.blog.shinobi.jp/title.JPG") center center no-repeat;
	border-bottom: 4px solid #AC7944;
}
div#TopAffBlock {
        height: 15px;
	text-align: center;
	overflow: hidden;
	background: #fff; 
	border-bottom: 1px solid #AC7944;
}

/* レフトコンテナ */
div#LeftContainer {
	float: left;
	width: 190px;
	margin: 40px 0 20px;
	text-align: center;
}

/* ライトコンテナ */
div#RightContainer {
	float: right;
	width: 790px;
	text-align: center;
	margin-right: 30px;
}

/*エントリー*/
div#EntryBlock {
	float: left;
	width: 600px;
	margin: 10px 0 10px;
	text-align: left;
}

/*メニュー*/
div.PluginBlock {
	float: right;
	width: 190px;
	text-align: left;
	margin: 10px 0 10px;
}

/*フッター*/
div#FooterBlock {
	clear: both;
	height: 50px;
	padding-top: 20px;
	text-align: center;
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
h1#TopTitle {
	height: 87px;
	margin: 65px 0 0;
	padding: 0 20px;
	text-align: right;
        font-size:5em;
}

h1#TopTitle a:link,
h1#TopTitle a:visited {
	color: #000;
}

h1#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/*ブログの説明*/
p#TopExplanation {
	margin: 0;
	padding: 2px 20px;
	color: #fff;
	text-align: right;
}


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

div.SearchTitle {
	margin: 0 20px;
	padding: 0 5px 4px;
	color: #777;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #E1DBC9;
}

ul.SearchNavi {
	margin: 5px 20px;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 10px;
}

ul.SearchContents {
	margin: 0 20px 30px;
	padding: 10px;
	background-color: #FFF0D3;

}

ul.SearchContents li {
	padding: 0 10px;
	list-style: inside disc;
}

.SearchContents li h2 {
	display: inline;
	font-size: 100%;
}


/*************************************************
  プラグイン4（お知らせや広告用）
*************************************************/
div.Plugin4InnerBlock {
	margin: 0 10px 20px;
	padding: 0 10px;
}

h3.Plugin4Title {
	margin-bottom: 10px;
	border-bottom: 2px solid #E1DBC9;
	text-align: center;
	color: #777;
}

div.Plugin4Explanation {
	margin: 5px 10px;
}

div.Plugin4Contents {
	margin: 10px;
}


/*************************************************
  プラグイン5（広告用）
*************************************************/
div.Plugin5InnerBlock {
	margin: -20px 10px 20px;
	padding: 0 10px;
}

div.Plugin5Explanation {
	padding: 0 5px;
}

div.Plugin5Contents {
	padding: 10px 5px;
}


/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 5px 20px;
	padding: 0 5px;
	text-align: left;
}

.EntryInnerBlock h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 記事タイトル */
h2.EntryTitle {
	height: 16px;
	margin: 0 0 5px 0;
	padding: 0 10px 8px 35px;
	background: url(http://bfile.shinobi.jp/5760/c_icon_br3.gif) 10px center no-repeat;
        font-size:large;
        font-weight: bolder; 
}

h2.EntryTitle1 {
        font-size:large;
        font-weight: bolder; 
	height: 16px;
	margin: 0;
	padding: 0 10px 8px 35px;
	background: url(http://bfile.shinobi.jp/5760/c_icon_br.gif) 10px center no-repeat;
}

h2.EntryTitle2 {
        font-size:large;
        font-weight: bolder; 
	height: 16px;
	margin: 0;
	padding: 0 10px 8px 35px;
	background: url(http://bfile.shinobi.jp/5760/c_icon_br4.gif) 10px center no-repeat;

}

/* IE6 */
* html h2.EntryTitle, * html h2.EntryTitle1, * html h2.EntryTitle2 {
	padding: 8px 10px 0 35px;
	background-position: 10px 8px;
}

.EntryInnerBlock h2 a:link, .EntryInnerBlock h2 a:visited { color: #444; }

.EntryInnerBlock h2 a:hover { color: #877F68; }

/*記事情報部分*/
ul.EntryNavi {
	height: 13px;
	margin: 0;
	padding: 6px 10px 6px 15px;
	background: url(http://bfile.shinobi.jp/5760/entry_head.gif) left bottom no-repeat;
	text-align: right;
	position: relative;
}
div.SocialLink {
	height: 13px;
	margin: 0;
	padding: 6px 10px 6px 15px;
	background: url(http://bfile.shinobi.jp/5760/entry_body.gif) left top repeat-y;
	text-align: right;
	position: relative;
}

* html ul.EntryNavi {
	padding: 6px 10px 0 15px; /* IE6 */
	zoom: 1;
}

ul.EntryNavi li {
	display: inline;
}

ul.EntryNavi li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}

/*記事部分*/
div.EntryTextBox {
	clear: left;
	margin: 0;
	padding: 4px 5px 0 10px;
	background: url(http://bfile.shinobi.jp/5760/entry_body.gif) left top repeat-y;
	line-height: 1.8;
	position: relative;
	zoom: 1;
}

.EntryInnerBlock >/**/ .EntryTextBox { padding: 4px 7px 10px 10px; } /* IE6,IE7以外 */

.EntryTextBox a { text-decoration: underline; }
div.EntryTextBox a:link, div.EntryTextBox a:visited { color:#963; }
div.EntryTextBox a:hover { color: #444; }

/*記事本文*/
div.EntryText {
	padding: 10px 0 0 5px;
}

/* 追記文 */
div.EntryPsText {
	padding: 2em 0 0 5px;
}

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 5px 0;
	text-align: left;
}

/* ランキングバナー等用フッター*/
div.TextFooter {
	margin-top: 20px;
	text-align: left;
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.TextFooter img { margin: 1px; }

/* 記事内の罫線
------------------------------------------------*/
.EntryTextBox hr {
	width: 100%;
	height: 1px;
	background-color: #999;
	color: #999;
	border: none;
}

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt { font-weight: bold; }

.EntryTextBox dl dd { margin: 0 1em 1em; }


/* 記事内の引用文
------------------------------------------------*/
.EntryTextBox blockquote {
	margin: 1em 0 1em 1em;
	padding: 10px;
	border-left: 2px solid #D1BDA9;
	background-color: #FFF0D3;
	zoom: 1;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color : #933; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 記事内の表 */
.EntryTextBox table { margin: 0 auto; }  /* 中央寄せ */

/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em { color: #C60; }

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;

	border: 3px solid #E4D5C8;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
	background-color: #FFF9DC;
}

* html pre { overflow: scroll; } /* IE6 */

*:first-child+html pre { overflow: scroll; } /* IE7 */

code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

/* 拍手
------------------------------------------------*/
.NinjaClap {
        padding: 20px 0 5px;
}

.NinjaClap img { vertical-align: middle; }

/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li {
	display: inline;
}

/*************************************************
 コメント
*************************************************/
/*コメント全体ブロック*/
div.CommentBlock {
	margin-top: 20px;
	padding: 10px 20px;
}

/*コメント見出し*/
h3.CommentMenuTitle{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	text-align: center;
	border-bottom: 2px solid  #E1DBC9;
}

/*コメントボックス*/
div.CommentTextBox{
	margin: 5px 0px;
}

/*コメントのタイトル*/
h4.CommentTitle{
	margin: 0;
	padding-left:5px;
	border-left: 10px solid #DBCEB6;
}

/*コメント部分*/
div.CommentText {
	padding: 10px;
}

/*コメントフッター*/
ul.CommentFooter {
	margin: 0;
	text-align: right;
	padding: 5px;
}

ul.CommentFooter li {
	display: inline;
}

/* コメント投稿者と管理人の名前 */
span.nickname { color: #8D6F55; }


/*************************************************
 コメントレス
*************************************************/
/* レスブロック */
div.CommentResBlock {
	margin-bottom: 10px;
}


/* レスボックス */
div.CommentResBox {
}

/* レスタイトル */
h4.CommentResTitle {
	margin: 0;
	padding-left: 5px;
	border-left: 10px solid #CDAF95;
}

/* レス部分 */
div.CommentResText {
	padding: 10px;
}

/* レスフッター */
ul.CommentResFooter {
	margin: 0;
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {
	display: inline;
}


/*************************************************
 トラックバックエリア
*************************************************/
/* トラックバックブロック */
div.TrackbackBlock{
	margin: 20px 20px;
	text-align: left;
}

/* トラックバック見出し */
h3.TrackbackMenuTitle{
	text-align:center;
	margin-bottom: 20px;
	border-bottom: 2px solid  #E1DBC9;
}

/* URL見出し */
div.TrackbackURLTitle{
	margin-bottom: 20px;
	text-align: center;
}

/* URL表示部分 */
div#TrackbackURL{
	width: 300px;
}

/* トラックバックボックス */
div.TrackbackTextBox{
	margin: 10px 0;
}

/* トラックバックタイトル */
h4.TrackbackTitle{
	margin: 0;
	padding-left: 5px;
	border-left: 10px solid #CBBEA8;
}

/* トラックバック記事 */
div.TrackbackText{
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter{
	margin: 0;
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li {
	display: inline;
}


/*************************************************
  コメント編集ページ
*************************************************/
/* 編集ブロック */
div.CommentEditBlock {
	width: 760px;
	height:500px;
	margin: 40px auto;
	padding: 20px;
	background: #FFF;
	text-align: center;
}


/* 編集タイトル */
h3.CommentEditTitle {
	width: 530px;
	height: 16px;
	margin: 20px auto;
	padding: 4px 0;
	text-align:center;
}

/* バックボタン */
div.Backbtn {
	margin:30px auto 20px;
}

div.Backbtn .BackButton {
	text-align:center;
}


/*************************************************
 フォーム
*************************************************/
/*フォームブロック*/
div.CommentFormBlock{
	width:510px;
	margin:0 auto 30px;
	text-align: left;
}

/* フォーム */
dl.Form {
	line-height:1.5;
	position:relative;
}

/* 項目 */
dl.Form dt {
	width: 8em;
	text-align: right;
}

/* 入力部分 */
dl.Form dd {
	margin: -1.5em 0 10px 8.5em;
	text-align: left;
	position:relative;
}

dd input.CommentForms { width:200px;}

dd input {
	border-top: 1px solid #B19D89;
	border-right: 1px solid #F1DDC9;
	border-bottom: 1px solid #F1DDC9;
	border-left: 1px solid #B19D89;
	padding: 2px;	
}
					  
dd textarea {
	width: 400px;
	border-top: 1px solid #B19D89;
	border-right: 1px solid #F1DDC9;
	border-bottom: 1px solid #F1DDC9;
	border-left: 1px solid #B19D89;
	padding: 2px;	
}

dd img {
	margin: 0;
	padding: 0;
}

*:first-child+html span.setsumei { vertical-align: baseline; } /* IE7 */

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密ボタン */
input#himitsu {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

input.btn {
	border-top: 1px solid #E1CDBA;
	border-right: 1px solid #A18D79;
	border-bottom: 1px solid #A18D79;
	border-left: 1px solid #E1CDBA;
	background-color: #E1CDB9;
}

input.BackButton {
	border-top: 1px solid #E1CDBA;
	border-right: 1px solid #A18D79;
	border-bottom: 1px solid #A18D79;
	border-left: 1px solid #E1CDBA;
	background-color: #E1CDB9;	
}


/*************************************************
  プラグイン
*************************************************/
/* アドミンブロック */
div.AdminBlock {
	margin-right: 10px;
	padding: 10px 10px 0;
	text-align: right;
}

/*プラグインブロック*/
div.PluginInnerBlock {
	margin: 0 10px 15px;
	padding: 0 5px 10px 10px;
}

/*プラグインタイトル*/
div.PluginHeader {
	height:17px;
	margin: 0;
	padding: 8px 5px 0 10px;
	background: url(http://bfile.shinobi.jp/5760/c_plugin_header175.gif) left bottom no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h4.PluginTitle {
	padding-left: 18px;
	margin: 0;
	background: url(http://bfile.shinobi.jp/5760/c_icon_rbr.gif) left center no-repeat;
}

h4.PluginTitle a:link, h4.PluginTitle a:visited { color: #444; }

h4.PluginTitle a:hover { color: #877F68;}

/* プラグインボディー */
div.PluginBody {
	background: url(http://bfile.shinobi.jp/5760/c_plugin_body175.gif) left top repeat-y;
	padding: 0 0 0 5px;
}

div.PluginBody a:link, div.PluginBody a:visited { color: #963; }
div.PluginBody a:hover { color: #444; }

/*プラグインの説明*/
div.PluginExplanation {
	padding: 5px;
	line-height: 1.3;
}

* html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

*:first-child+html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*プラグイン表示部分*/
div.PluginContents {
	padding: 2px 5px;
}

/* 検索 */
div.blogsearch {
	vertical-align: middle;
}

.blogsearch input.box {
	width: 150px;
	margin-bottom: 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*  各プラグイン表示部分
------------------------------------------------*/
/*プラグイン本体*/
div.plugin_data {
	text-align: left;
	padding: 3px 5px;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date {
	text-align: right;
}


/**************************************************************************************
  カレンダー
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
        padding: 3px;
        width: 90%;
        margin: 0 auto;
}
/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
        width: 90%;
        padding: 3px;
        margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル  曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
	color: #C63;	border-top: 1px solid #999;
	border-bottom: 1px solid #999;}
/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
	color: #693;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*-------------------------------------------------------
  カレンダーテーブル  日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color: #F96;
}
/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color: #9C6;
}
/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
	color: #AAA;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color: #AC7944;
	font-weight:bold;
}


/*************************************************
  フッター
*************************************************/
#FooterBlock address {
	font-style: normal;
}

#FooterBlock p { margin-top:0;}



/*
 タブメニュー
 */

   div.tabrss{
     text-align:left;
   }
   div.tabbox {
      margin: 0px;
      padding: 5px;
      width: 1000px; /* 全体の横幅 */
   }
   /* ▼タブ部分 */
   div.tabbox ul.tabs {
      margin:  0px; /* 外側の余白を消す */
      padding: 0px; /* 内側の余白を消す */
   }
   div.tabbox ul.tabs li {
      margin: 0px;  /* 各項目周囲の余白をなくす */
      padding: 0px; /* 各項目内側の余白をなくす */
      list-style-type: none; /* 先頭記号を消す */
      float: left;  /* リスト項目を横方向に並べる */
      width: 120px; /* タブのデフォルトの横幅 */
      /* 左上の角丸 */
      background-image: url("tab-base.gif");
      background-repeat: no-repeat;
      background-position: left top;
   }
   div.tabbox ul.tabs a {
      display: block;  /* ブロックレベルに */
      padding: 5px 0px;      /* 内側の余白 */
      height: 20px;          /* タブの高さ */
      text-align: center;    /* 中央寄せ */
      text-decoration: none; /* 下線を消す */
      /* 右上の角丸 */
      background-image: url("tab-right.gif");
      background-repeat: no-repeat;
      background-position: right top;
   }
   /* ▼タブ個別の色・装飾 */
   div.tabbox ul.tabs li.tab1 {
      background-color: #a00; /* タブ１の色(黄) */
   }
   div.tabbox ul.tabs li.tab2 {
      background-color: #2c2  /* タブ２の色(青) */
   }
   div.tabbox ul.tabs li.tab3 {
      background-color: #88e; /* タブ３の色(青) */
   }
   div.tabbox ul.tabs li.tab4 {
      background-color: #aa0; /* タブ４の色(黄) */
   }
   div.tabbox ul.tabs li.tab5 {
      background-color: #666; /* タブ５の色(黒) */
   }
   div.tabbox ul.tabs li.tab6 {
      background-color: #aaa; /* タブ６の色(黒) */
   }
   div.tabbox ul.tabs a:link,
   div.tabbox ul.tabs a:visited {
      color: white; /* タブの文字色(白) */
   }
   div.tabbox ul.tabs a:hover {
      /* タブにマウスを載せた際の装飾 */
      color: yellow;              /* 黄色 */
      text-decoration: underline; /* 下線 */
   }

   /* ▼タブに対応するボックス領域 */
   div.tabbox div.tab {
      height: 300px;  /* ボックスの縦幅 */
      overflow: auto; /* スクロールバー自動表示 */
      clear: left;    /* 回り込み解除(必須) */
      text-align: left;    /* 左寄せ */
      padding:5px;
   }
   div.tabbox div#tab1 {
      /* タブ１の中身(枠線と背景色) */
      border: 1px solid #ccc; background-color: #fff4f4;
   }
   div.tabbox div#tab2 {
      /* タブ２の中身(枠線と背景色) */
      border: 1px solid #ccc; background-color: #efe;
   }
   div.tabbox div#tab3 {
      /* タブ３の中身(枠線と背景色) */
      border: 1px solid #ccc;
      background: url("http://file.nsb.blog.shinobi.jp/bg.png") #c0deec repeat-x;
   }
   div.tabbox div#tab4 {
      /* タブ４の中身(枠線と背景色) */
      border: 1px solid #ccc; background-color: #eee;
   }
   div.tabbox div#tab5 {
      /* タブ５の中身(枠線と背景色) */
      border: 1px solid #ccc; background-color: #fff;
   }
   div.tabbox div#tab6 {
      /* タブ６の中身(枠線と背景色) */
      border: 1px solid #ccc; background-color: #fee;
   }

   /* ▼ボックス内部の装飾(今回のテクニックとは無関係) */
   div.tabbox div.tab p { margin: 0.5em; }
   div.tabbox div.tab p.title {
       font-size:x-large;font-weight:bold;font-color:#114;margin:5px 0px;
   }
   div.tabbox div.tab p.tabhead {
      font-weight: bold; border-bottom: 3px double gray;
   }


.rounded-img {
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.rounded-img2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}

/* twitterタブ */
table.twitter td{
   width:80px;
   text-align:left;
   margin:5px;
   padding:0 3px;
   line-height:100%;
}
table.twitter th{
   width:80px;
   height:64px;
}
table.twitter hr{
   border:1px dotted #888;
   margin:3px;
}

table.twitter b{
   font-size:120%;
}
table.twitter span{
   width:50px;height:50px;
}
table.twitter img{
   width:50px;height:50px;
}
 
div.googleadsense{
        padding-top:40px;
	text-align:center;
}
