@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;
	line-height:180%;
	background-color:#F5FFFF;
	text-align:center;
}

td {
	text-align:center;
}

select,input,textarea {
	padding:2px;
	vertical-align:middle;
	border:solid 1px #CCD;
	background-color:#FFF;
}

/*引用文*/
blockquote {
	margin:10px 20px;
	padding:10px;
	border:dotted 1px #889;
}

/*罫線*/
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:#778;
	text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#778;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#99C;
	text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#99C;
	text-decoration:none;
}

/*************************************************
  メインブロック
*************************************************/

#MainBlock {
	width:800px;
	text-align: center;
	margin:0 auto;
	background-color:#FFF;
	border-right:solid 1px #BBC;
	border-left:solid 1px #BBC;
}

/*************************************************
 ヘッダー
*************************************************/

#TopBlock {
	width:800px;
	height:200px;
	text-align:left;
	background: url(http://bfile.shinobi.jp/5303/sky-04.jpg) no-repeat;
}

/*ページタイトル文字部分の設定*/
h1 {
	padding:30px 20px 10px;
	font-size:26px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
}

h1 a:link,
h1 a:visited,
h1 a:hover {
	color:#FFF;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopBlock p {
	padding:0px 20px;
	color:#FFF;
	overflow:hidden;
}

/*************************************************
  トップメニュー
*************************************************/

#TopMenu {
	width:800px;
	height:30px;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
	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/5303/mneu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
}

ul.menu .MenuBoxEnd {
	width:150px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5303/mneu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
}

ul.menu .MenuBox:hover,
ul.menu .MenuBoxEnd:hover,
ul.menu .Menuhover {
	color:#777;
}
	
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;
	text-align:left;
	color:#444;
	font-family:Tahoma, Geneva, sans-serif;
}

ul.menu ul li a:hover {
	color:#666;
}

ul.menu img {
	margin:0 5px;
}


/* Cleafix */
* 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 {
	height:38px;
	clear:both;
	padding:6px;
	border-top:solid 1px #CCD;
	background:url(http://bfile.shinobi.jp/5303/sky_footer-02a.jpg) no-repeat;
	text-align: center;
	font-size:10px;
	line-height:160%;
}

#FooterBlock a:link,
#FooterBlock a:visited {
	color:#36C;
}

#FooterBlock a:hover {
	color:#FFF;
}


/*************************************************
  プラグインブロック
*************************************************/

.PluginBlock {
	float:left;
	width: 220px;
	margin-top:25px;
	text-align: left;
	overflow:hidden;
}

.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:2px;
}

h3.PluginTitle {
	padding:0 10px 2px;
	font-weight:bold;
	border-bottom:solid 1px #889;
	border-left:solid 3px #C0C0DD;
}

.PluginTitle a:link,
.PluginTitle a:visited {
	color:#444;
}

.PluginTitle a:hover {
	color:#99A;
}

.PluginExplanation {
	font-size: 11px;
	padding: 5px;
}

.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 #99A;
	background-color:#F3F3FF;
	color:#666;
	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 #99A;	
}

.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;
	overflow:hidden;
}

.EntryInnerBlock {
	margin:0 10px;
	padding:10px;
	text-align: left;
}

h2.EntryTitle {
	padding:0 10px 2px;
	text-align: left;
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;
}

h2.EntryTitle a:link,
h2.EntryTitle a:visited {
	color:#444;
}

h2.EntryTitle a:hover {
	color:#99C;
}
.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:#66A;
	text-decoration:underline;
}

.EntryText a:hover {
	color:#99C;
}

/*記事内画像*/
.EntryText img,
.EntryText a img {
	margin:2px 4px;
}

/*追記文書が記載される部分*/
.EntryPsText {
	padding:0 10px 5px;
	text-align: right;
}

/*ランキング用バナー設置個所*/
.RankingBannerBlock {
	text-align:left;
}

.RankingBannerBlock img {
	padding:2px;
}

.EntryFooter {
	margin-bottom:10px;
	padding:2px 5px;
	text-align:right;
	border-top:solid 1px #99A;
}

.MoveTop {
	margin-left:5px;
	display:inline;
}

.Navi li .MoveTop,
.Navi li .MoveTop:visited {
	color:#444;
}

.Navi li .MoveTop:hover {
	color:#99C;
}

/*************************************************
  コメントブロック
*************************************************/

.CommentBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.CommentMenuTitle{
	padding:3px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 5px #B0B0CC;
}


.CommentTextBox{
	margin: 10px 0;
	border-top:solid 1px #889;
	border-left:solid 3px #889;
}

h4.CommentTitle{
	padding:5px 10px;
	text-align: left;
	font-weight:bold;
	color:#555;
	border-bottom:dotted 1px #889;
}

.CommentText{
	padding:5px 10px 10px;
	line-height:160%;
}

.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:#99C;
}

/*************************************************
  コメントレス
*************************************************/

.CommentResBlock {
	padding:0 0 10px;
}

.CommentResBox {
	border-top:solid 1px #C0C0DD;
	border-left:solid 3px #C0C0DD;
}


h4.CommentResTitle {
	padding:5px 10px;
	color:#555;
	font-weight:bold;
	border-bottom:dotted 1px #C0C0DD;
}

.CommentResText {
	padding:5px 10px 10px;
	line-height:160%;
}

.CommentResNavi {
	padding:2px 10px;
	text-align:right;
}

/*************************************************
  トラックバックブロック
*************************************************/

.TrackbackBlock{
	margin-top:20px;
	padding:10px 20px;
}

h3.TrackbackMenuTitle{
	padding:3px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 5px #B0B0CC;
}

.TrackbackTextBox{
	margin: 5px 0;
	border-top:solid 1px #AAB;
	border-left:solid 3px #AAB;
}

h4.TrackbackTitle{
	padding:5px 10px;
	text-align: left;
	font-weight:700;
	color:#666;
	border-bottom:dotted 1px #AAB;
}

.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 {
	clear:both;
	width:800px;
	margin:30px auto;
	padding:40px 0;
	background-color:#FFF;
	border:solid 1px #BBB;
	text-align:center;
}
h3.CommentEditTitle {
	width:530px;
	margin:0 auto;
	padding:3px 8px;
	text-align: left;
	font-size:20px;
	font-style:italic;
	color:#444;
	border-top:solid 1px #B0B0CC;
	border-right:solid 1px #778;
	border-bottom:solid 1px #778;
	border-left:solid 3px #B0B0CC;
}

.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;
	padding-bottom:5px;
	text-align:left;
}

.CommentForms{
	padding:2px;
}

.btn {
    width:50px;	
    padding:0px;
}

.checkbuttom {
	border:none;
}

/*************************************************
  プラグイン　カレンダー
*************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0 auto;
	padding:2px;
	width:100%;
	border:solid 1px #B0B0CC;
	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;
	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:#F88;
	font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#69F;
	font-weight:bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding:2px 0;
	color:#F88;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#69F;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#999;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#36F;
	font-weight:bold;
}