@charset "utf-8"; 
/*************************************************
　リセット
*************************************************/

html,body,div,h1,h2,h3,h4,ul,ol,li,p,blockquote,form,table,th,tr,td {
	margin:0;
	padding:0;
}

table { border-collapse:collapse;}

h1,h2,h3,h4 {
	font-size:100%;
	font-weight:normal;
}

ul, ol, li { list-style: none; }

img { border: none; }

/*************************************************
 全体の共通設定
*************************************************/
body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
	background-color:#FFF;
	line-height:180%;
	text-align:center;
}

table{
	border-collapse: collapse;
}

td {
	text-align:center;
}

select,input,textarea {
	padding:2px;
	vertical-align:middle;
	border:solid 1px #CCC;
	background-color:#FFF;        
}

img {
	border:none;
}

/*引用文*/
blockquote {
	margin:10px 20px;
	padding:10px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 2px #09F;
    background-color:#EFF;
}

/*罫線*/
hr {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

/*記事、コメント、トラックバック、コメントレスのデータ部分*/
.Navi li {
	margin-left:5px;
	display:inline;
	font-size:11px;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/*************************************************
  リンクの共通設定
*************************************************/
/*通常のリンクの設定*/
a:link {
	color:#777;
	text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#777;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#39F;
	text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#39F;
	text-decoration:none;
}

/*************************************************
  メインブロック
*************************************************/

#MainBlock {
	width:800px;
	padding:0 15px;
	text-align: center;
	margin:0 auto;
	background:#FFF url(http://bfile.shinobi.jp/5273/shadow-1.gif) repeat-y;
}

/*************************************************
 ヘッダー
*************************************************/

#TopBlock {
	width:800px;
	height:200px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5273/earth-1a.jpg) no-repeat;
}

/*ページタイトル文字部分の設定*/
h1 {
	padding:30px 20px 10px;
	font-size:26px;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 a:link,
h1 a:visited {
	color:#39F;
}

h1 a:hover,
h1 a:active {
	color:#5BF;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopBlock p{
	padding:0px 20px;
	color:#CFF;
}

/*************************************************
  トップメニュー
*************************************************/

#TopMenu {
	width:800px;
	height:30px;
	line-height:140%;
}

ul.menu * {
	margin:0;
	padding:0;
}

ul.menu a {
	display:block;
}

ul.menu .MenuBox {
	width:149px;
	height:20px;
	padding:7px 5px 3px;
	background-image:url(http://bfile.shinobi.jp/5273/menu-02a.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#555;
}

ul.menu .MenuBoxEnd {
	width:150px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5273/menu-02a.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#555;
}

ul.menu .MenuBox:hover,
ul.menu .MenuBoxEnd:hover,
ul.menu .Menuhover {
	color:#39F;
}
	
ul.menu li.MenuTitle {
	position:relative;
	float:left;
	border-right:solid 1px #CCC;
}

ul.menu li.MenuEnd {
	position:relative;
	float:left;
	border:none;
}

ul.menu ul {
	position:absolute;
	top:29px;
	left:0;
	display:none;
	background-color:#E3E3E3;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.90;
}

ul.menu ul li.MenuList1 {
	position:relative;
	width:160px;
	margin:0;
}

ul.menu ul li.MenuList2 {
	position:relative;
	width:200px;
	margin:0;
}

ul.menu ul li a {
	display:block;
	padding:4px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	color:#444;
}

ul.menu ul li a:hover {
	color:#39F;
}

ul.menu img {
	margin:0 5px;
}

/* Cleafix */
* html ul.menu { height:1px;} /* IE6 */

ul.menu {min-height:1px;} /* IE7 */

/* モダンブラウザ */
ul.menu:after {
	content: ".";  
	display: block;  
	clear: both;
	height: 0;	
	visibility: hidden;
}

/*************************************************
  ページリンクブロック
*************************************************/

.PageLinkBlock {
	clear:both;
	text-align:center;
	padding:10px 10px;
}

/*************************************************
　フッター
*************************************************/

#FooterBlock {
	clear:both;
	padding:5px;
	background-color:#000;
	text-align: center;
	font-size:10px;
	line-height:160%;
	color:#CCC;
}

#FooterBlock a:link,
#FooterBlock a:visited {
	color:#09F;
}

#FooterBlock a:hover {
	color:#FFF;
}

/*************************************************
  プラグインブロック
*************************************************/

.PluginBlock {
	float:left;
	width: 220px;
	margin-top:25px;
	text-align: left;
}

.PluginInnerBlock {
	margin-left:10px;
	padding:10px 0 10px 10px;
	line-height:150%;
}

.PluginInnerBlock2 {
	margin-left:10px;
	padding:0 0 10px 10px;
	line-height:150%;
}

.PluginInnerBlock img {
	margin:0 5px;
}

h3.PluginTitle {
	padding:0 10px 2px;
	font-weight:bold;
	border-bottom:solid 1px #555;
	border-left:solid 3px #03F;
}

.PluginExplanation {
	padding:5px;
	font-size:11px;
}

.PluginContents {
	padding:2px 5px 3px;
}

.blogsearch {
	vertical-align:middle;
}

.box {
	width:150px;
	margin-bottom:5px;
}

.btn {
	height:20px;
}

/*************************************************
  各プラグイン共通項目用設定
*************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;	
}

/* レスのアイコン */
.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align:top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/*************************************************
  カテゴリー、アーカイブページ
*************************************************/

.SearchTitle {
	margin:10px 20px 0;
	padding:2px 5px;
	border:solid 1px #039;
	font-weight:bold;
	text-align:center;
}

.SearchNavi {
	margin:5px 20px;
	text-align:center;
}

.SearchNavi li {
	display:inline;
	font-size:10px;
}

.SearchContents {
	margin:0 20px 30px;
	padding:10px;
	border:dotted 1px #999;	
}

.SearchContents li {
	padding:0 10px;
	list-style:inside square;
}

.SearchContents li h3 {
	display:inline;
}

/*************************************************
  記事ブロック
*************************************************/

#EntryBlock {
	float:right;
	width:570px;
	margin-top:25px;
	text-align: left;
}

.EntryInnerBlock {
	margin:0 10px;
	padding:10px;
	text-align: left;
}

h2.EntryTitle {
	padding:3px 10px;
	text-align: left;
	font-size:14px;
	border-bottom:solid 2px #03F;
}

h2.EntryTitle a:link,
h2.EntryTitle a:visited {
	color:#555;
}

h2.EntryTitle a:hover {
	color:#39F;
}

.EntryTextBox {
	padding:10px 0 2px;
}

/*記事内リスト*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin:10px 20px;;
	padding:0px 20px;
}

.EntryTextBox ul li {
	list-style-type:disc;
}

.EntryTextBox ol li {
	list-style-type:decimal;
}


.EntryText {
	padding: 10px 0 0;
}

.EntryText a:link,
.EntryText a:visited {
	color:#28E;
}

.EntryText a:hover {
	color:#999;
}

/*記事内画像*/
.EntryText img,
.EntryText a img {
	margin:2px 4px;
}

/*追記文書が記載される部分*/
.EntryPsText {
	padding:0 10px 5px;
	text-align: right;
}

/*ランキング用バナー設置個所*/
.RankingBannerBlock {
	text-align:left;
}

.EntryFooter {
	margin-bottom:10px;
	padding:2px 5px;
	text-align:right;
	background-image: url(http://bfile.shinobi.jp/5273/back_02.gif);
	border-top:solid 1px #555;
}

.MoveTop {
	margin-left:5px;
	display:inline;
}

.Navi li .MoveTop,
.Navi li .MoveTop:visited {
	color:#09F;
}

.Navi li .MoveTop:hover {
	color:#03F;
}

/*************************************************
  コメントブロック
*************************************************/

.CommentBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.CommentMenuTitle{
	padding:2px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	background-color:#000;
}

.CommentTextBox{
	margin: 10px 0;
	border-top:solid 1px #039;
	border-left:solid 3px #039;
	background-image:url(http://bfile.shinobi.jp/5273/e_back-01.gif);
}

h4.CommentTitle{
	padding:5px 10px;
	text-align: left;
	font-weight:bold;
	color:#555;
	border-bottom:dotted 1px #039;
}

.CommentText{
	padding:5px 10px 10px;
}

.CommentNavi{
	text-align:right;
	padding:2px 10px;
}

.CommentNavi a {
	font-weight:bold;
}

.CommentUserName{
	margin-left: 5px;
}

.CommentUserName a:link,
.CommentUserName a:visited {
	color:#444;
	font-weight:normal;
}

.CommentUserName a:hover {
	color:#39F;
}

/*************************************************
  コメントレス
*************************************************/

.CommentResBlock {
	padding:0 0 10px;
}

.CommentResBox {
	border-top:solid 1px #555;
	border-left:solid 3px #555;
}

h4.CommentResTitle {
	padding:5px 10px;
	color:#555;
	font-weight:bold;
	border-bottom:dotted 1px #555;
}

.CommentResText {
	padding:5px 10px 10px;
}

.CommentResNavi {
	padding:2px 10px;
	text-align:right;
}

/*************************************************
  トラックバックブロック
*************************************************/

.TrackbackBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.TrackbackMenuTitle{
	padding:2px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	background-color:#000;
}

.TrackbackTextBox{
	margin: 5px 0;
	border-top:solid 1px #039;
	border-left:solid 3px #039;
}

h4.TrackbackTitle{
	padding:5px 10px;
	text-align: left;
	font-weight:bold;
	color:#666;
	border-bottom:dotted 1px #039;
}

.TrackbackText{
	padding:5px 10px 10px;
	line-height:160%;
}

.TrackbackNavi{
	text-align:right;
	padding:2px 10px;
}

/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	padding:20px 0;
	text-align: left;
}

/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
	width:300px;
}

/*************************************************
  コメント編集ページ
*************************************************/

.CommentEditBlock {
    width:650px;
	margin:30px auto;
	padding:30px 0;
	clear:both;
	text-align:center;
	background-color:#FFF;
	border:solid 1px #03C;
}

h3.CommentEditTitle {
	width:530px;
	margin:0 auto;
	padding:2px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	background-color:#000;
}

.Backbtn {
	margin-top:20px;
}

.BackButton {
	text-align:center;
}

/*************************************************
  コメントフォーム
*************************************************/

.CommentFormBlock{
	margin:10px 20px;
	padding:10px 0;
}

.CommentFormTable{
	margin:0px auto;
}

.CommentFormTh{
	padding:5px 5px 0px;
	text-align:right;
}

.CommentFormTd{
	padding-top:5px;
	text-align:left;
}

.CommentFormSubmit{
	padding-top:5px;
	text-align:left;
}

.CommentForms{
	padding:2px;
}

.btn {
    width:50px;	
    padding:0px;
}

.checkbuttom {
	border:none;
}

/*************************************************
  プラグイン　カレンダー
*************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0 auto;
	padding:2px;
	width:100%;
	background-color:#DFF;
	border-bottom:dotted 1px #999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	padding:2px 0;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	margin:0 auto;
	width:100%;
	padding:2px;
	background-image:url(http://bfile.shinobi.jp/5273/e_back-01.gif);
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* IE6 */
* html .CalendarMoveTable,
* html .CalendarTable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*IE7  */
*:first-child+html .CalendarMoveTable,
*:first-child+html .CalendarTable {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	padding:2px 0;
	color:#F66;
	font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#69F;
	font-weight:bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding:2px 0;
	color:#F66;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#69F;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#999;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#03F;
	font-weight:bold;
}