@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:#626262;
	line-height:180%;
	background-color:#d7fefe;
	text-align:center;
}

/* IE6 */
* html body { font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


select,input,textarea {
	padding:2px;
	vertical-align:middle;
	border:solid 1px #CCD;
	background-color:#FFF;
}

/* 画像 */
img, a img {
	margin: 2px;
	border: 0;
}

img.emoji {
	margin: 0 1px;
	border: 0;
}

/*記事、コメント、トラックバック、コメントレスのデータ部分*/
.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:#0033FF;
	text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#0033FF;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#9933CC;
	text-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#9933CC;
	text-decoration:underline;
}

/*************************************************
  メインブロック
*************************************************/

#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:305px;
	text-align:left;
	background:#CAE1FF url(http://bfile.shinobi.jp/5303/sky-04.jpg) no-repeat;
         background-image:url('http://file.sumarowingclub.blog-fps.com/5380_blue.gif');
         background-position:center top;
}

/*ページタイトル文字部分の設定*/
h1 {
	padding:30px 20px 10px;
	font-size:32px;
         font-style:italic;
         font-weight:bold;
	font-family:"Times New Roman", Times, sans-serif;
}

h1 a:link,
h1 a:visited,
h1 a:hover {
	color:#fff568;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopBlock p {
	padding:0px 20px;
	color:#fff568;
	overflow:hidden;
}

/*************************************************
  トップメニュー
*************************************************/


#MenuBox {
	color: #119295 ;
	background-color: #88e1e1 ;
	text-align: left ;
	padding: 0px 0px 0px 0px ;
	border-top: solid 1px #ccccdd ;
	border-left: solid 1px #ccccdd ;
	border-bottom: solid 1px #ccccdd ;
	border-right: solid 1px #ccccdd ;
	width: 800px ;
	height: 42px ;
}

/* ---------------------- Blueslate nav ---------------------- */
.blue {
	width: 800px ;
	height: 42px ;
	clear: left ;
}

.blue #slatenav{
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(http://sumarowing.takara-bune.net/images/blueslate_background.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}

.blue #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}

.blue #slatenav ul li a{
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 10px 0 10px;
	height:28px;
}

.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background:transparent url(http://sumarowing.takara-bune.net/images/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ---------------------- END Blueslate nav ---------------------- */


/*************************************************
  ページリンクブロック
*************************************************/

.PageLinkBlock {
	clear:both;
	text-align:center;
	padding:10px 10px;
}

/*************************************************
　フッター
*************************************************/

#FooterBlock {
	height:38px;
	clear:both;
	padding:6px;
	border-top:solid 1px #CCD;
	background:#d6d6d6;
	text-align: center;
	font-size:10px;
	line-height:160%;
}

#FooterBlock a:link,
#FooterBlock a:visited {
	color:#3366cc;
}

#FooterBlock a:hover {
	color:#F9FFFF;
}


/*************************************************
  プラグインブロック
*************************************************/

.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:2px;
}

h4.PluginTitle {
	padding:0 10px 2px;
	font-weight:bold;
	border-bottom:solid 1px #889;
	border-left:solid 5px #C0C0DD;
}

h4.PluginTitle a:link,
h4.PluginTitle a:visited {
	color:#444;
}

h4.PluginTitle a:hover {
	color:#99A;
}

.PluginExplanation {
	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;
}

.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 8px #C0C0DD;
}

h2.EntryTitle a:link,
h2.EntryTitle a:visited {
	color:#444;
}

h2.EntryTitle a:hover {
	color:#99C;
}
.EntryTextBox {
	padding:10px 0 2px;
}

.EntryText {
	padding: 10px 0 0;
}

.EntryText a:link,
.EntryText a:visited {
	color:#66A;
	text-decoration:underline;
}

.EntryText a:hover {
	color:#99C;
}

/*追記文書が記載される部分*/
.EntryPsText {
	margin:10px 10px 5px;
	text-align: right;
}

/*ランキング用バナー設置個所*/
.RankingBannerBlock {
	text-align:left;
}

.EntryFooter {
        margin-top:0;
	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;
}

/* 記事内の画像
------------------------------------------------*/
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock img,
.RankingBannerBlock a img {
	margin: 1px;
}

/*罫線
-----------------------------------------------*/
hr {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.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.5em;
	padding: 10px;
	border: dotted 1px #889;
	background-color:#F3F3FF;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'" ; color: #669; }
q:before { content: open-quote; }
q:after  { content: close-quote; }


/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #69F;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid  #DDD;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

* html pre { overflow: scroll; } /* IE6 */

*:first-child+html pre { overflow: scroll; } /* IE7 */


code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-bottom: -8px; }

.NinjaClap img { vertical-align: middle; }

/*************************************************
  コメントブロック
*************************************************/

.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;
	background-color:#F3F3FF;
}


.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;
	background-color:#F3F3FF;
}

.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;
	background-color:#F3F3FF;
}

.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;
	background-color:#d0faff;
}
/*カレンダー日付移動用テーブル、<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;
         background-color:#c0ffba;
}

/* 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:#ff2626;
	font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#2696ff;
	font-weight:bold;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	padding:2px 0;
	color:#ff2626;
font-weight:bold;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#2696ff;
         font-weight:bold;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#686868;
         font-weight:bold;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-weight:bold;
background-color:#FFCCFF;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#fe00fe;
	font-weight:bold;
         
}