/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background-repeat:repeat;
margin:0;
padding:0;
background-color:#e0ffff;
}
/*<td>の全ての設定*/
td {
text-align:left;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
text-decoration:underline;
}

/*全体の設定*/
#mainBlock {
width:1130px;
text-align: left;
background-color:#FFFFFF;
background-repeat:repeat-y;
border:0;
margin:0 auto;
color: #333;
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック" ;
line-height: 1.3em;
padding: 0 5px;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
margin-right:10px;
}
h1, h2, h3, h4, h5 {
margin: 0px;
padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
font-size: medium;
line-height: 1em;
}

img {	
border: none;
}

em {
font-weight: bold;
color:#f60;
font-style: normal;
}

#leftblock{
float:left;
width:860px;
}
#rightblock{
width:250px;
display:inline;
float:right;
margin-top:5px;
border-style:solid;
border-color:#98FB98 #F08080;
border-width:7px
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:1130px;
height: 185px;
background-image:url('http://file.resetsu.mangadou.net/ceaeb226.png');
background-repeat:no-repeat;
margin-bottom:10px;
text-align: left;
border-style:solid;
border-color:#98FB98;
border-width:1px
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 70px 0px 0px 20px;
font-size:30px;
text-shadow: #333333 0 2px 3px;
}
#TopTitle a{text-decoration:none;}
#TopTitle a:hover{border-bottom:solid 1px #ffffff;}
#TopTitle a:active{border-bottom:solid 1px #ffffff;}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#66FF99;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
font-size:0px;
max-width: 65em;
color:#ffffff;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 70px;
width:1130px;
border-top:solid 10px #ffffff;
border-bottom:solid 20px #ffffff;
background-color:#f5f5f5;
text-align: left;
font-size:10px;
}
#FooterBlock a{
text-decoration:none;
color:#cc0000;
}
#FooterBlock a:visited{
color:#cc0000;
}
#FooterBlock p{
line-height:12px;
margin:0;
padding:0;
margin:10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
text-align: left;
display: inline;
float:left;
width: 250px;
margin: 5px 0 0px 0;
padding: 0;
overflow: hidden;
border-style:solid;
border-color:#98FB98 #F08080;
border-width:7px
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
font-size: small;
margin: 0;
padding: 0 0 0px 0;
background-image: url(http://file.resetsu.mangadou.net/pluguin.png);
background-repeat:repeat-y;
color:#666666;
}
.PluginInnerBlock a, .PluginInnerBlock a:link, .PluginInnerBlock a:visited, .PluginInnerBlock a:active { 
	text-decoration: none;
	color: #036;
}
.PluginInnerBlock a:hover { 
	text-decoration: underline;
}
.PluginInnerBlock .free{
margin:10px;
padding:7px;
background-color:#EBF1F5;
}
.PluginInnerBlock p img{
margin:5px auto;
}
.blogsearch {
padding:10px;
}
.blogsearch form{
margin:0;
}
.blogsearch .box{
margin:0;
width:90px;
display:inline;
}
blogsearch .btn{
margin:0;
display:inline;
width:30px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color:#ffffff;
color: #fff;
background: #036 url(http://file.resetsu.mangadou.net/plug2.png) no-repeat;
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 4px 2px 2px 2px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding:0px;
font-size:13px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 590px;
text-align: left;
margin: 0 0px 10px 0px;
display: inline;
float:right;
}
#EntryBlock a:hover {
background-color: #eee;
text-decoration: underline;
}
#FreeSpaceTitle{
color:#377db4;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
border: 1px solid #C1D6EA;
border-left-width: 5px;
border-bottom-color: #fff;
border-right-color: #fff;
margin-bottom:15px;
}
.AA{
font-family:MSPゴシック;
font-size:16px;
line-height:18px;
}
blockquote{
border-left:5px solid #c1d6ea;
}
blockquote p{
padding:10px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
float: left;
background-color:#add8e6;
padding: 3px;
font-size: 15px;
font-weight:bold;
}
div.twitter {
text-align: right;
background-color: #add8e6;
padding: 3px;
font-size: 15px;
font-weight:bold;
}
.EntryTitle a:link{
color: #000000;
text-decoration:none;
}
.EntryTitle a:visited{
color: #000000;
text-decoration:none;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
font-size:13px;
color:#333333;
}
.EntryTextBox a:link{
color: #cc0000;
}
.EntryTextBox a:visited{
color: #cc0000;
}
.EntryTextBox a:hover {
color: #f30;
background-color: #eee;
text-decoration: underline;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 0px;
}
.EntryText img{
max-width: 400px;
max-high: 250px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 10px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
font-size:12px;
color:#666666;
}
.EntryFooter a:link{
color: #cc0000;
}
.EntryFooter a:visited{
color: #cc0000;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size:13px;
}
.PageLinkBlock a:link{
color: #cc0000;
}
.PageLinkBlock a:visited{
color: #cc0000;
}
.PageLinkBlock a:hover {
color: #f30;
background-color: #eee;
text-decoration: underline;
}
.Entryspace {
width:570px;
text-align: left;
margin: 0 0px 0px 0px;
background-color: #eee;
padding: 3px;
font-size: 15px;
font-weight:bold;
}
.EntryInnerBlocks{
width:586px;
text-align: left;
border: 1px solid #C1D6EA;
border-left-width: 5px;
border-bottom-color: #fff;
border-right-color: #fff;
margin-bottom:0px;
}
.EntryTextBoxs{
font-size:13px;
color:#333333;
}
.EntryTextBoxs a:link{
color: #cc0000;
}
.EntryTextBoxs a:visited{
color: #cc0000;
}
.EntryTextBoxs a:hover {
color: #f30;
background-color: #eee;
text-decoration: underline;
}
.bookmark img{
width:32px;
height:32px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
font-size:13px;
}
.CommentBlock a:link{
color: #cc0000;
}
.CommentBlock a:visited{
color: #cc0000;
}
.CommentBlock a:hover {
color: #f30;
background-color: #eee;
text-decoration: underline;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
margin: 10px 0px 0px 0px;
background-color: #eee;
padding: 3px 10px;
font-size: 15px;
font-weight:bold;
color: #377DB4;
}
.CommentMenuTitle2{
text-align: left;
width:500px;
margin: 10px 0px 10px 0px;
background-color: #eee;
padding: 3px 10px;
font-size: 15px;
font-weight:bold;
color: #377DB4;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
text-align: left;
margin:10px 0px 10px 20px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
margin-bottom:10px;
}
/*コメント部分*/
.CommentText{

}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
color:#666;
border-bottom:solid 1px #cccccc;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
margin-left:5px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
font-size:13px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
margin:0;
font-size:12px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
font-size:13px;
}
.TrackbackBlock a:link{
color: #cc0000;
}
.TrackbackBlock a:visited{
color: #cc0000;
}
.TrackbackBlock a:hover {
color: #f30;
background-color: #eee;
text-decoration: underline;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
margin: 10px 0px 0px 0px;
background-color: #eee;
padding: 3px 10px;
font-size: 15px;
font-weight:bold;
color: #377DB4;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
text-align: left;
margin:5px 0px 10px 20px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
margin-bottom:5px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 5px 5px 5px 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:#666;
border-bottom:solid 1px #cccccc;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
margin-top:10px;
margin-bottom:20px;
margin-left:30px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
color: #309;
font: x-small Verdana, Arial, sans-serif;
padding-left: 0.5em;
width:210px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
line-height: 1.3em;
padding: 7px 0px 6px 11px;
background: url(http://bfile.shinobi.jp/2343/plugin_date_bg.gif) top left no-repeat;
text-align:left;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
font-size:11px;
text-align:right;
padding: 4px 5px 3px 0px;
margin-left:19px;
background: url(http://bfile.shinobi.jp/2343/plugin_data_date.JPG) top left no-repeat;
}
/* バーコードのプロパティ */
.qrcode_image{
background: url(http://bfile.shinobi.jp/2343/plugin_data_area.JPG) top left no-repeat;
text-align:center;
}
.qrcode_image img{
margin:10px 0px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
background-color:#EBF1F5;
padding: 5px;
margin: 10px 10px 0 10px;
width:150px;
font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
color:#313131;
font-size:7pt;
line-height:19px;
text-align:center
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
color: #036;
text-align:right;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
color: #036;
font-weight:bold;
width:70px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
color: #036;
text-align:left;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:150px;
background-color:#EBF1F5;
padding: 5px;
margin: 0px 10px 10px 10px;
font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
color:#313131;
font-size:7pt;
line-height:19px;
text-align:center
}
.CalendarTable td{
width:20px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-size:10px;
color:transparent;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#cc0000;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#003366;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
color:#cc0000;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
color:#003366;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
color:#75b5c5;
background-color:#c4d7e5;
font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
.CalendarTdLinkFont a:hover{
color:#ffffff;
background-color: #036;
}
.CalendarTdLinkFont a:visited{
color: #036;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 0px;
width:360px;
margin-left:50px;
}

.CommentResBox {
	border:solid 1px #cccccc;
	padding:10px;
text-align:left;
}

.CommentResTitle {
	font-size:13px;
	font-weight:700;
font-weight:normal;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #cccccc;
}

ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:25px; /* 高さ */
background: -moz-linear-gradient(top, #000, #00abeb); /* 背景色 */
background: -webkit-gradient(linear, center top, center bottom, from(#000)), to(#00abeb);
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #00abeb', endColorstr='#C5FFE2'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #00abeb', endColorstr='#C5FFE2')"; /* IE8 */
padding-left:0px;
margin-left:0px;
margin-top:55px; /* 上の間隔 */

}

#menu_bar li {
list-style-type:none;
float:left;
line-height:25px; /* 高さ */
margin:0px;
padding:0px;
}
#menu_bar li.menu_bar_end a {
border-right:none;
}
/*-------------------------------------------------------
  メニューバー
-------------------------------------------------------*/
#menu_bar li a {
display:block;
text-align:center;
width:100px; /* １つのメニューボタンの幅 */
high:50px;
border-right:1px solid #333333; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background: -moz-linear-gradient(top, #000, #00abeb);
background: -webkit-gradient(linear, center top, center bottom, from(#000)), to(#00abeb); /* メニューボタンの背景 */
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #00abeb', endColorstr='#C5FFE2'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=' #00abeb', endColorstr='#C5FFE2')"; /* IE8 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#ffffff; /* マウスが乗ったときのリンク文字の色 */
background-color:#afeeee; /* マウスが乗ったときの背景色 */
text-decoration:none;
/************************************************* ▼ ヘッダー広告 ▼ */
.banner{
clear:both;
font-size:10pt;
color:#000000;
margin:0px 0px 10px 0px;
width:728px; /* ★広告サイズに合わせて数値を変えてください★ */
height:15px; /* ★広告サイズに合わせて数値を変えてください★ */
text-align:center;
background:#FFFFFF;
}
/********************************************* ▲ ヘッダー広告 ▲ */
 /* 「はてなブックマークに追加」ボタン */
  .AppendBookmark {
      margin-left: 5px;
  }
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://resetsu.the-ninja.jp/slimbox-2.04/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://resetsu.the-ninja.jp/slimbox-2.04/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://resetsu.the-ninja.jp/slimbox-2.04/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://resetsu.the-ninja.jp/slimbox-2.04/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
