/**************************************************************************************
Copyright
**************************************************************************************/

/* Copyright (C)2006-2007 mavericyard All rights reserved. */

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/* body ----------*/
body {
   font-family:  "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   font-size:15px;
   color: #333;
   line-height: 140%;
   text-align: center;
   background-color: #FFFFF6;
   margin: 10px auto;
   padding: 0px;
   word-wrap:break-word;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}

h1,h2,h3{color: #44433D !important;font-size:14px !important;font-weight:normal !important;margin:0 !important;}

/* Link ----------*/
a,
a:link,
a:visited,
a:active { color: #111; text-decoration: none; }
a:hover {
   color: #111;
}



input, textarea {
   font-family:  "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   font-size: 11px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

select {
   font-family:  "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   font-size: 10px;
   color: #44433D;
   background-color: #E6E3D4;
   border: 1px #88867A solid; 
   margin: 1px 0px;
   padding: 2px;
}

.entry-body textarea {
   width: 95%x;
   height: 12em;
   margin: 5px 10px;
}

p { margin: 12px 0px; }

blockquote {
   color: #44433D;
   background-color: #EFEEE6;
   border: 1px #CCCCCC solid;
   margin: 15px 5px;
   padding: 15px 15px;
}

/* table ----------*/
table { border-collapse: collapse; }
td { text-align:center; }


/* mainblock ----------*/
#mainBlock {
   width:798px;
   text-align: left;
   margin: 0px;
   background-color: #fff;
   border: 1px #44433D solid;
   padding: 0px;
   margin: auto;
}

/* left, center, right ----------*/
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/* TopBlock ----------*/
#TopBlock {
  width: auto;
   /*height: auto;*/
    
    height:22px;
   text-align: left;
   /*background-color: #fff;*/
   /* background:url("http://file.fakekaizen.yamatoblog.net/eye_top_wall.png")　center top no-repeat;*/
   border: 0px #44433D solid;
   margin: 0px;
}

#TopTitle {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   font-size: 9px;
   color: #111;
   
   line-height: 120%;
   padding-top: 8px;
   padding-left: 20px;

}

#TopExplanation {
   font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   font-size: 9px;
   color: #111;
   line-height: 120%;
   padding-left: 20px;
   padding-bottom: 0px;
margin-top:0px;
}

#TopTitle a,
#TopTitle a:link,
#TopTitle a:visited,
#TopTitle a:hover { color: #111; text-decoration: none; }

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/* Footer Block ----------*/
#FooterBlock {
   font-size: 9px;
   color: #88867A;
   line-height: 200%;
   clear:both;
   text-align: center;
   background-color: #fff;
   padding: 10px 0px;heigh-max:15px;
}

.footer_copy {
   font-family: "メイリオ", Verdana, Arial, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 10px;
   color: #88867A;
   clear:both;
   text-align: center;
   padding: 20px 0px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*Plugin Block ----------*/
.PluginBlock {
   width: 225px;
   text-align: left;
   float: left;
   padding: 5px 5px 10px 5px;
   margin: 0px;
}

.PluginInnerBlock { padding: 0px; }

.PluginTitle {
   font-family: georgia, Times New Roman, Times, serif;
   font-size: 9px;
   color: #fff;
   letter-spacing: 0.1em;
   text-align: left;
   /*background-color: #88867A;*/background-color:#fff;
   /*border: 1px solid #CCC8AD;*/
   margin: 0px;
   padding: 3px 10px;
}

/* (プラグインの説明部分の設定) ----------*/
.PluginExplanation { padding: 5px; }

.PluginContents {
   font-size: 11px;
   color: #666666;
   font-weight: normal;
/* background-color: #FFFFFF; */
/* border: 0px solid #FFFFFF; */
   margin: 0px;
   padding: 5px 15px;
}

.plugin_powerd {
   font-family: Verdana, Arial, "Osaka", "MS UI Gothic", sans-serif;
   font-size: 11px;
   line-height: 200%;
   padding: 30px 0px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/* Enyry Block ----------*/
#EntryBlock {
   width: 788px;
   float: left;
   background-color: #fff;
  font-size:15px;
   /*border: 1px #88867A solid;*/
   margin: 5px 0px 10px 0px;
   padding: 0px;
}

.EntryInnerBlock {
   text-align: left;
   border-bottom: 1px #CCC8AD solid;
   margin : 5px 20px 20px 20px;
}

.EntryTitle {
   font-family: "小塚明朝 Pro H", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, "Osaka", sans-serif;
   color: #111;
   font-size: 32px;
   font-weight: bold;
   line-height: 120%;
/*border-top: solid 3px #555;
border-bottom:1px dotted #555;*/
padding:8px 0;
/* background-color: #FFFFFF; */
/* border: 0px #FFFFFF solid; */
   margin: 0px;
   padding-bottm: 18px;
}

.EntryTextBox { padding: 15px 0px; }
.EntryTextBox a,
.EntryTextBox a:link,
.EntryTextBox a:visited,
.EntryTextBox a:active,
.plugin_powerd a,
.footer_copy a { color: #6F687A; text-decoration: none; }
.EntryTextBox a:hover { color: #6F687A;  }

.EntryText { padding: 0px;}

/* (追記) -----*/
.EntryPsText {
   font-family: verdana, arial, sans-serif;
   font-size: 10px;
   padding: 15px 0px;
   text-align: right;
}

.EntryFooter {
   font-family: verdana, arial, sans-serif;
   font-size: 9px;
   color: #88867A;
   font-weight: bold;
   text-align: right;
   padding: 20px 0px 10px 0px;
}

.EntryWriteDate {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   color: #88867A;
   line-height: 100%;
   text-align: left;
   margin: 0px;
   padding: 5px 0px;
}

/* (prev, home, next) -----*/
.PageLinkBlock {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   text-align:center;
   padding:10px;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/* Comment Block ----------*/
.CommentBlock{ padding:25px; }

/* (この記事にコメントする) -----*/
.CommentMenuTitle,
.TrackbackMenuTitle {
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   color: #606054;
   font-weight: bold;
   letter-spacing: 0.1em;
   text-arign: left;
   border-bottom: 1px solid #606054;
   margin: 15px 0px;
   padding-bottom: 5px;
}

.CommentTextBox {
   border-bottom: 1px #606054 dotted;
   padding: 10px 0px;
}

.CommentTitle,
.CommentResTitle,
.TrackbackTitle { text-align: left; }

.CommentText,
.TrackbackText { padding: 10px 0px; color: #A5A57A; }

.CommentFooter,
.CommentResFooter,
.TrackbackFooter {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   padding: 5px 0px;
   text-align:right;
}

/* (投稿者 URL-Link) -----*/
.CommentURL,
.TrackbackURL { border-bottom: 1px dotted; }

/* Comment Form Block ----------*/
.CommentFormBlock{ padding: 20px 5px; }

.CommentFormTable{
   font-size: 11px;
   letter-spacing: 0.1em;
   word-break: break-all;
   margin: 0px;
   padding: 0px;
}

.CommentFormTh{ padding-top:5px; text-align:right; }

.CommentFormTd{ padding-top:5px; text-align:left; }

/* (送信ボタン) -----*/
.CommentFormSubmit{ text-align:left; }

/* (input, textarea) -----*/
.CommentForms{ }

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*Trackback Block ----------*/
.TrackbackBlock{ padding:25px; }

.TrackbackMenuTitle{ text-align: left; }

.TrackbackTextBox{ margin: 5px 0px; }

/* ("この記事のトラックバック"部分) -----*/
.TrackbackURLTitle{ padding: 10px 20px; text-align: left; font-size: 12px; }

/* (トラックバックする為のURLが記載されているフォーム部分の設定) */
.TrackbackURL{ }

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/* Plugin Data ----------*/
.Plugin_data { text-align:left; padding: 3px; line-height:140%; }

/* (各プラグイン処理内基本デザインの下に記載する日付など) -----*/
.Plugin_data_date {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   text-align: right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/* カレンダー日付移動用テーブル（前月、次月へのリンクなど）-----*/
.CalendarMoveTable {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   padding: 3px;
   width:80%;
}

.CalendarMoveTr {}

.CalendarPrevTd {}

.CalendarNowTd {}

.CalendarNextTd {}

.CalendarTable {
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 150%;
   width:80%;
   padding: 3px;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/* 曜日表示部分 -----*/
.CalendarWdayTr { }

/*曜日表示部分 - 日曜日 -----*/
.CalendarWdaySun { color: #C4A1A1; }

/*曜日表示部分 - 平日 -----*/
.CalendarWday { color:#969080; }

/*曜日表示部分 - 土曜日 -----*/
.CalendarWdaySat { color: #AAA1C4; }

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr { color: #8C8A72; }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun { }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat { }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd { }
/*記事が存在する場所の設定*/
.CalendarTdLink { }
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont { color: #C4C2A3; }
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
   border-bottom: 1px #606054 dotted;
   padding:15px 0px 15px 20px;
}

.CommentResBox { color: #82816F; }

.CommentResText { padding:10px 0px; }

.CommentResFooter { text-align:right; }



/************** yahoo Model *************/
.ya a{
	color:blue !important;background:url("http://file.menobyouki.tsuyushiba.com/arrow.png") left 4px no-repeat;
	padding-left:20px;
	text-decoration:underline;border:none !important;
}
.ya a:hover{
	color:red !important;background:url("http://file.menobyouki.tsuyushiba.com/arrow1.png") left 4px no-repeat;
	padding-left:20px;
	text-decoration:underline;border:none !important;
}

.ya{
	font-size:15px;
	line-height:110%;
}
.ya p{
	font-size:13px;
	color:#111;
	margin-top:0px;
	margin-bottom: 15px;
}


.links a{color:#44433d !important;text-decoration:none;border:none !important;}
.links a:hover{color:#44433d !important;text-decoration:none;border:none !important;}
.links a:visited{color:#44433d !important;text-decoration:none;border:none !important;}
.links a:active{color:#44433d !important;text-decoration:none;border:none !important;}

.ya .inf a{color:#111 !important;background:none !important;text-decoration:none !important;padding-left:0px !important;}
.ya .inf a:hover{color:#111 !important;background:none !important;text-decoration:none !important;padding-left:0px !important;}
.ya .inf a:visited{color:#111 !important;background:none !important;text-decoration:none !important;padding-left:0px !important;}



/*     GUIDE
------------------------------------------------*/
.guide{
	background: url("http://file.fakekaizen.yamatoblog.net/nurse250.jpg") left center no-repeat;
	min-height: 235px;
	padding-left:200px;
	padding-top:30px;
	width:500px;
}
.guide_mes{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:8px;
	border:1px solid #999;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	background:#ffc;
	font-size: 14px;

}
.guide_star{
	font-size: 15px;
	text-align:center;
	padding:10px;
}
.guide_star span{
	color:#FF9900;
	font-size:22px;
}

.guide_mes p{margin-top:10px;line-height:160%;text-indent:0 !important;}

.col_red{color:#ff6600;text-shadow:1px 1px 1px #ddd;}


.detail{
	text-align:center;background: url("http://file.menobyouki.tsuyushiba.com/detail.gif") center no-repeat;
    height:32px;padding-top:10px;font-size:90%;margin:0 auto;
}

.detail a{color:#fff !important;text-decoration:none;}
.detail a:hover{color:#ffcccc !important;text-decoration:none;}
.detail a:visited{color:#fff !important;text-decoration:none;}


.bold_b{color:blue;margin:0 1px;background:#ffff66;}


.google_side{text-align:center;}

#pr{margin:2px 1px 2px 20px;}
#pr a{color:#333 !important;font-size:13px;}
#pr a:hover{color:#333 !important;font-size:13px;}
#pr a:visited{color:#333 !important;font-size:13px;}
#pr span {background:#669966;padding:0px 3px;color:#fff;margin:0 5px 0 0;	
    font-size:11px;
border-radius:3px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px;}



/*     Nivo Slider
***************************************************************************/

.theme-default #slider {
    margin:0px auto 0 auto;
    width:758px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    /*margin-top:150px;*/margin-top:40px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
