body{
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS PGothic", sans-serif;
font-size: 13px;
text-align: center;
margin: 0;
padding: 0;
background: #d99d54 url(https://mtbc.blog.shinobi.jp/File/grain.jpg);
overflow-y: scroll;
}

body > div {
position: relative;
width: 960px;
margin: 0 auto;
}

#layout {
width: 960px;
margin-top: 0;
padding-top: 0;
}

#header {
height: 200px;
margin-top: 0;
padding-top: 0;
text-align: left;
background: url(https://mtbc.blog.shinobi.jp/File/pencil.png) bottom right no-repeat;
}

#layout > table {
width: 960px;
}

#menu {
float: right;
width: 300px;
margin: 40px 10px 0 10px; /*305*/
color: #888;
text-align: left;
font-size: 95%;
line-height: 140%;
}

#menu p{
margin: 0 20px 10px 25px;
color: #f60;
}

#main {
float: left;
width: 620px;
margin: 40px 10px 0 10px;
padding: 0;
text-align: left;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/*タイトル部分
------------------------------------------------------------*/

/*サイトタイトル*/

.site_title {
width: 322px;
text-align: left;
font-weight: bold;
font-size: 200%;
height: 20px;
padding: 30px 0 20px 50px;
margin-left: 10px;
text-shadow: 0 1px 0 #555;
letter-spacing: 0.2em;
}

.site_title a {
text-decoration: none;
}

.site_title a:active {
text-shadow: 0 -1px 0 #555;
}

.site_title a:link, .site_title a:visited {
color: #fff;
}

/*サイト説明文*/

.site_intro {
width: 232px;
text-align: left;
color: #555;
margin: -100px 0 50px 10px;
padding: 120px 0 40px 140px;
background: #ec5 url(https://mtbc.blog.shinobi.jp/File/beehive.png);
border: 5px solid #fff;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
font-size: 110%;
}

/*カレンダー*/

#calender {
height: 60px;
text-align: center;
padding: 10px 0 10px 0;
}

#calender ul {
font-size: 90%;
list-style-position: inside;
}

#calender li {
display: inline;
list-style-type: none;
}

.calendar{
font-size: 85%;
color: #fff;
text-shadow: 0 1px 2px #000;
}

li.day {
padding: 0 3px 0 2px;
color: #fff;
}

.prev-month-calendar {
margin-right: 8px;
}

.next-month-calendar {
margin-left: 8px;
}

#calender a {
color: #fff;
}

/*文字設定
------------------------------------------------------------*/

h2 {
display: inline;
font-size: 115%;
color: #555;
height: 25px;
margin: 0 20px;
padding: 0 5px;
position: relative;
top: 20px;
text-shadow: 0 1px 0 #fff;
background: url(http://file.mtbc.blog.shinobi.jp/marker.png) repeat-x 0 10px;
color: #444;
}

.plugin_tex {
margin: -16px 0 15px 0;
padding: 50px 20px 8px 20px;
line-height: 100%;
background: #fff;/*ffb*/
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}


#menu a[href*=watercrown] {
/background: url(http://watercrown.yu-yake.com/favicon.ico) no-repeat;
/padding-left: 20px;
}

#menu a[href*=yahoo] {
/background: url(http://www.yahoo.co.jp/favicon.ico) no-repeat;
/padding-left: 20px;
}


/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
padding-left: 10px;
margin: 0;
}

/* 左メニューのPR部分
--------------------------------------------------*/

.PluginContents ul {
line-height: 100%;
margin: 0;
padding-left: 0;
}

.PluginContents ul li {
font-size: 120%;
text-align: left;
padding-left: 0;
list-style-type: none;
}

/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

#menu ul {
text-align: center;
margin: 0;
padding-left: 20px;
list-style-type: circle;
text-decoration: none;
font-size: 80%;
}

#menu li {
font-size: 80%;
color: #666;
line-height: 120%;
padding: 0 15px 5px 0;
text-decoration: none;
}

/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
text-align: center;
}

.pay img{
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
margin: 0 10px 5px 0;
padding: 5px;
}

/*エントリー
--------------------------------------------------*/

/*エントリーテーブル（1ブロック）*/

.entry_table {
width: 560px;
margin: 10px 20px 30px 20px;
border-top: dotted 1px #555;
}

.entry_table:first-child {
border-top: 0;
}

/*エントリー：ナビゲーション*/

.entry_navi {
padding: 30px 0;
font-size: 90%;
text-align: center;
}

/*エントリー：見出し*/

.entry_title{
font-size: 130%;
font-weight: bold;
color: #555;
margin: 40px 30px 20px 30px;
}

.entry_title_back {
height: 63px;
border: 0;
}

.entry_title2 {
font-size: 130%;
margin-top: 5px;
font-weight: bold;
font-size: 100%;
color: #555;
margin-left: 2em;
}

.entry_title a {
color: #555;
}

/*エントリー：テキスト*/

.entry_text {
font-size: 100%;
line-height: 200%;
color: #222;
margin: 10px;
text-align: justify;
}

.entry_text a:link{
color: #5aa4e8;
}

.entry_text a:visited{
color: #5b72e8;
}

.entry_text h3, .entry_text h4, .entry_text h5 {
margin: 0 0 0.5em 0;
}

.entry_text section {
margin: 1.5em 0 0.5em 0;
}

.entry_bg{
text-align: left;
margin-right: 10px;
}

.NinjaEntryCommercial {
display: none;
position: absolute;
/top: 227px;
/left: 650px;
z-index: -1;
color: #d99d54;
}

/*エントリー：ステータス（日付等）*/

.entry_state {
font-size: 90%;
text-align: left;
margin: 20px 0 10px 35px;
}

#pagetop {
margin: 0 0 50px 0;
}

/*テキスト内の画像*/

.entry_text a img {
background: #fff;
clear: right;
float: right;
border: 1px solid #fff;
margin: 0 0 15px 20px;
padding: 5px;
box-shadow: 0 1px 3px #555;
}

.entry_text a img:hover {
border: 1px solid #999;
}

.entry_text a img:active {
opacity: 0.7;
}

/*検索
---------------------------------------------------------*/

#search {
text-align: center;
margin-top : 10px;
padding: 0;
}

.box {
width: 199px;
}

.btn {
letter-spacing: 2px;
width: 50px;
}

textarea, input, select {
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS PGothic", sans-serif;
}

img.emoji{
vertical-align: middle;
border: 0;
}

.EntryPsText {
padding: 10px 0;
text-align: right;
}

.CommentResBlock {
padding: 10px 30px 10px 50px;
}

.CommentResBox {
background-color: #f0f0f0;
border: 1px solid #ddd;
padding: 10px;
}

.CommentResTitle {
font-size: 13px;
font-weight: 700;
color: #777;
border-bottom: 1px dotted #555;
}

.CommentResText {
padding: 10px 0 0 10px;
line-height: 140%;
}

.CommentResFooter {
text-align: right;
margin: 15px 0;
border-top: 1px dotted #555;
}

.center {
text-align: center;
}

.right{
text-align: right;
}

.left{
text-align: left;
}
.plugin_data_date {
font-size: 11px;
text-align: right;
}
.plugin_data {
padding: 3px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding: 3px;
width: 90%;
margin: 0 auto;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
width: 90%;
padding: 3px;
margin-left: auto;
margin-right: auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color: #f43;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color: #45f;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}

.CalendarTable a:link {
background-color: #999;
color: #fff;
padding: 1px;
}


a {
text-decoration: none;
outline: 0;
}

a:link {
color: #555;
}

a:visited, #calender a:visited {
color: #555;
}

code {
display: block;
padding: 3px 10px;
border: 1px solid rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.05);
line-height: 140%;
}

/*-----*/

div.plugin_cm_with_res img {
margin-left: 5px;
}

/*-------------------------------------------------------
  footer
-------------------------------------------------------*/
.footer {
height: 80px;
padding: 80px 0 10px 0;
text-align: center;
vertical-align: middle;
line-height: 140%;
font-size: 80%;
letter-spacing: 1px;
}

.footer, .footer a {
color: #fff;
text-shadow: 0 1px 2px #000;
}


a:link:hover, #calender a:hover {
text-decoration: underline;
}

a:link:active, a:visited:active, #calender a:active, .entry_text a:active {
color: #ef3d45;
}