@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, 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: ''; }


/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*{margin:0px;padding:0px;text-decoration:none;font-family:‘メイリオ’, ‘Meiryo’, ‘Courier New, ‘ヒラギノ丸ゴ ProN W4′, ‘Hiragino Maru Gothic ProN’, ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’, ‘ヒラギノ角ゴ ProN W3′, ‘Hiragino Kaku Gothic ProN’, ‘メイリオ’, ‘Meiryo’, sans-serif;}

/*BODY全体に関する設定*/
body {
background-image:url("http://file.syadousama.syoyu.net/3.png") repeat;
text-align: center;
margin: 0px auto;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table {
border-collapse: collapse;
border: none;
border-spacing: 0;
}
/*リンクの設定*/

/*通常のリンクの設定*/

a {
 outline: 0;
}

a:link {
color:#2e2f60;
}
.EntryInnerBlock a:link {
}
.EntryTitle a:link {
border-bottom:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#595a93;
}
.EntryInnerBlock a:visited{
}
.EntryTitle a:visited {
border-bottom:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#c4c4c5;
}

a:hover.img{
border: none;} /* スペース無し */

.PluginBlock a:hover {
color:#c8cfe6;
}
.EntryInnerBlock a:hover {
border-bottom:0px;
}

/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:800px;
margin: auto;
text-align: center;
background:url(http://file.syadousama.syoyu.net/back.png) fixed repeat-y 50% 0%;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:800px;
margin-left: 40;
text-align: center;
height: 220px;
a:hover.img{border: none;} /* スペース無し */
border:0px 0px;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
text-align:right;
background:#000;
padding: 0px 0px 0px 0px;
margin-top:0px;
font-size:1.3em;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#FFF;
font-weight:bold;
}

/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }  /* IE7 */
* html .clearfix { height: 1px; }  /* IE6 */

/**************************************************************************************
フッターを下部へ押しやるための、コンテンツのラッパー
**************************************************************************************/
#wrap {
  width: 100%;
  text-align: center;
  min-height: 100%;
  height: auto;
  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -60px;
  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 60px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
width:800px;
margin: auto;
text-align: center;
background:url(http://file.syadousama.syoyu.net/footer.png)  no-repeat 49% 0%;
font-size:10px;
color:#d5d3d4;
}

/**************************************************************************************
  羽ペン
**************************************************************************************/
.quill {
 position: fixed;
 margin-left: 640px;
 margin-top: -52px;
 width: 200px;
 height: 187px;
}

.NinjaClap {
  display: none;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 10px;
text-align: right;
float: left;
margin-left:-20px;
margin-top:150px;
margin-bottom:30px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:1px;
padding-top:0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font-size:14px;
text-align:left;
background-repeat:no-repeat;
background-position:center bottom;
height:22px;
width:120px;
padding:0px 0px 10px 0px;
margin-bottom:30px;
color:#FFFFFF;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 1px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 5px;
font-size:12px;
width:150px;
}

/* 画像横並び */
.images ul {
    padding:0;
    margin:10;
    font-size:0;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.images:after ul{
    content:url(css_justify.png);
    line-height:0;
    visibility:hidden;
}

.images ul li{
    display:inline;
    margin:0;
    padding:0;
}

div.images {
　　margen-left:10px;
}

/*************************************************
  メニュー
*************************************************/

/* 上部メニューとリスト部分の基本指定
------------------------------------------------*/
#nav, #nav ul {
	margin: 20px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	text-align: left;
}

/* 上部メニュー
------------------------------------------------*/

/* 全体指定 */
#nav {
	margin: 0px 10px 25px 11px;
	z-index: 10;
}

/* 上部メニューの枠 */
#nav li{
	float: left;
	position: relative;
	margin-left: -1px;
}

/* 上部メニューの中身 */
#nav a{
	display: block;
	height: 220px;
        width:234px;
	padding: 0px 0px;
	text-decoration: none;
	background-color: #000;
        color: #000;                     /* 文字色 */
}


/* メニューとリストにマウスが乗ったときの背景色 */
#nav a:hover{ background-color: #f00000; }

/* リスト部分
------------------------------------------------*/

/* 全体指定 */
#nav ul{
	margin: 10;
	width: 14em;
	position: absolute;
	display: none;
	top: 0px;
   　 left: 20px;
}

/* 各リストの中身 */
#nav li ul a{
	width: 14em;
	padding: 10px 1em;
    　margin-top: -1px;
	margin-left: -1px;
	height:auto;
	float:left;
	border: solid 1px #CCC;          /* 枠線の指定 */
	background-color: #FEF;          /* 背景色 */
}

/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
　padding: 15px 20px;
　text-align: left;
}

/* 各タイトル
------------------------------------------------*/
h5.SearchTitle {
   　 position: absolute; 
   　 top: 0px;
   　 width: 100%
   　 padding: 0px 0px 0px;
　　 border="0"
   　 text-align: center;
}

h2.Plugin2Title {
   　 position: absolute; 
   　 top: 0px;
   　 width: 100%
	padding: 0px 0px 0;
	text-align: center;
}

h3.Plugin3Title {
   　 position: absolute; 
   　 margin-top:40px;
   　 width: 100%
	padding: 20px 0px 0;
	text-align: left;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;             /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 0;
	padding: 10px;
	border: dotted 1px #CCC;
	font-size: 109%;           /* 13px */
}

ul.SearchContents li {
	list-style: inside disc;
}


/*************************************************
  記事上のプラグイン5（記事一覧ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 0px 0px 0px;
	text-align: center;
}

/* プラグイン表示部分 */
div.Plugin5Body {
	padding: 0 0px 0px; 

}

/* プラグイン本体 */
div.Plugin5Contents { margin: 0px 0; }

/* プラグイン2のボックス
------------------------------------------------*/
div.Plugin2InnerBlock {
	margin: 0px 10px 0px;
	text-align: center;
}

/* プラグイン表示部分 */
div.Plugin2Body {
	padding: 0 0px 0px;
}

/* プラグイン本体 */
div.Plugin2Contents { margin: 0px 0; }


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
font-size:0.9em;
line-height:1.7;
width: 500px;
float:left;
text-align: left;
padding-right:30px;
margin-left: 52px
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px 10px 20px 0px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
height: 40px;
font-weight:bold;
padding:22px 6px 4px 90px;
background-image:url('http://file.syadousama.syoyu.net/line01.png');
background-repeat:no-repeat;
background-position:left center;
margin-left: -62px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#ececff;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 10px 20px 10px 50px;
color:#333;
}

/*記事内画像のスタイル*/
.EntryText img{
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 3px solid #656480;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding-right:15px;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:5px;
font-size:10px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:10px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:10px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
margin:2px;
font-size:10px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
margin:2px;
font-size:10px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
margin:2px;
font-size:10px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
margin:2px;
font-size:10px;
background:#f96;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
.plugin_data ul{
list-style: none;
margin: 0px;
padding: 0px;
line-height: 150%;
}
.plugin_data ul.tree li{
margin: 0px;
padding: 0px 0px 0px 20px;
}
