/**************************************************************************************

■ 全ブロックの共通設定

**************************************************************************************/
* {
	margin          : 0px;
	padding         : 0px;
}
body {
	font-size       : small;
	color           : #000000;
	text-align      : center;
	font-family     :Helvetica, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #F2F2F2;
}
a:link,
a:visited,
a:active{
	color           : #274B8F;
	text-decoration : none;
}
a:hover,
a:active {
  color: #4A89DC;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  color: #666666;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 4px #4A89DC;
  -moz-box-shadow: 0px 0px 4px #4A89DC;
  box-shadow: 0px 0px 4px #4A89DC;
  border: 1px solid #4A89DC;
}
textarea{
	font-size       : small;
}
/******** ▼ 外枠 ********************************************/
#MainBlock {
	width           : 800px;
	text-align      : left;
	margin          : 0 auto;
	padding-top     : 30px;
}

/**************************************************************************************

■ ヘッダーのデザイン

**************************************************************************************/
#TopBlock{
}
.TopTitle{
	font-family     : Helvetica,"ＭＳ Ｐ明朝", "細明朝体",Verdana, "Osaka", sans-serif;
	padding         : 5px 0;
	font-size       : 28px;
}
.TopExplanation{
	font-size       : small;
	margin          : 5px 0 50px 0;
}
#TopMenu select{
	background-color: #F2F2F2;
}

/**************************************************************************************

■ エントリーのデザイン

**************************************************************************************/
/******** パンくず ****************************************/
.Pan{  
	height          : 15px;
	text-align      : right;
	padding-right   : 10px;
}  
.Pan li{
	display         : inline;
	line-height     : 15px;
	list-style-type : none;
	padding-left    : 12px;
}  
.Pan li a{
	background      : url(http://bfile.shinobi.jp/4417/11_li02.gif) no-repeat right 5px;
	padding-right   : 10px;
	text-decoration : none;
} 
/******** ▼ タイトル・枠 ************************************/
#EntryBlock{
}
.EntryInnerBlock{
	border          : 1px solid #E1E1E1;
	background-color: #ffffff;
	margin          : 20px 0;
	padding         : 20px;
}
.EntryTitle{
	padding-bottom  : 5px;
	border-bottom   : 2px solid #F2F2F2;
	font-size       : 18px;
	letter-spacing  : 0.2em;
}
/******** ▼ 日付など ****************************************/
.EntryBottom{
	text-align      : right;
	font-size       : small;
	list-style-type : none;
}
.EntryBottom li{
	display         : inline;
	margin-left     : 1em;
}
/******** ▼ 本文 ********************************************/
.EntryText{
	line-height     : 1.6;
	margin          : 1em 0 3em 0;
}
.EntryPsText{
	padding-top     : 1.5em;
}
.EntryPsLink{ 
 margin: 1.5em 0;
  text-align: center;
}
.EntryPsLink a {
  display:block;
  padding:10px;
  text-decoration: none;
  font-weight: bold;  
  background:#F2F2F2;
}
.EntryPsLink a:hover {
  background:#e7e7eb;
  color:#00008b;
}
/******** ▼ ナビ ********************************************/
.EntryNavi{
	list-style-type : none;
}
.EntryNavi li{
	background      : url(http://bfile.shinobi.jp/4417/11_li01.gif)  no-repeat 0% 7px;
	padding         : 2px 0 2px 12px;
}
#NaviBlock{
	padding         : 2em 0;
	text-align      : center;
}
#NaviBlock ul{
	font-weight     : bold;
	list-style-type : none;
}
#NaviBlock li{
	background-color: #E1E1E1;
	padding         : 2px 5px;
	margin          : 5px;
	display         : inline;
}
#NaviBlock a{
	font-weight     : normal;
}


/**************************************************************************************

■ プラグインのデザイン

**************************************************************************************/
#Plugin{
	visibility      : hidden;
	filter          : alpha(opacity:90);
	opacity         : 0.9;
	right           : 100px;
	top             : 50px;
	width           : 220px;
	background-color: #000000;
}
.PluginBlock{
	position        : absolute;
}
.PluginClose{
	margin          : 10px;
	text-align      : right;
}
.PluginClose a{
	font-size       : small;
	font-weight     : bold;
	letter-spacing  : 0.2em;
	background-color: #ffffff;
	padding         : 2px 5px;
}
.PluginInnerBlock{
	margin          : 0 10px 30px 10px;
}
.PluginTitle{
	color           : #ffffff;
	font-size       : 15px;
        text-align      : left;
	letter-spacing  : 0.1em;
	border-bottom   : 2px solid #3C3C3C;
	padding-bottom  : 5px;
}
.PlaginExplanation{font-size : small;}

.PlaginData{
	color           : #ffffff;
	font-size       : small;
	line-height     : 1.6;
	margin-top      : 5px;
}
/******** ▼ 内部設定 ****************************************/
.plugin_data {
	text-align      : left;
	border-bottom   : 1px dashed #3C3C3C;
	padding         : 5px 0 5px 0;
}
.plugin_data_date {
	font-size       : x-small;
	text-align      : right;
}


/**************************************************************************************

■ コメント
■ トラックバック

**************************************************************************************/
/******** ▼ タイトル・枠 ************************************/
.CtBlock{
	border          : 1px solid #E1E1E1;
	background-color: #ffffff;
	margin          : 20px 0;
	padding         : 20px;
}
.CtInnerBlock{
	margin-bottom   : 20px;
}
.CtTitle{
	padding-bottom  : 5px;
	border-bottom   : 2px solid #F2F2F2;
	font-size       : 20px;
	letter-spacing  : 0.2em;
	margin-bottom   : 10px;
}
.CtTitle_2{
	padding         : 3px 0 5px 0;
	font-size       : 15px;
}
/******** ▼ 日付など ****************************************/
.CtTop{
	font-size       : x-small;
	color           : #2E86BA;
	list-style-type : none;
}
.CtTop li{
	display         : inline;
	margin-right    : 1em;
}
/******** ▼ 本文 ********************************************/
.CtText{
	line-height     : 1.6;
	margin          : 0.5em 0;
}
.CtRsBlock{
	background-color: #F2F2F2;
	margin-left     : 5em;
	padding         : 1em;
}
/******** ▼ フォーム ****************************************/
.CtBlock input,
.CtBlock textarea{
border:0;
padding:5px;
font-size:1.3em;
color:#393e4f;
border:solid 1px #ccc;
margin:0 0 10px;
width:300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


/**************************************************************************************

■ フッターのデザイン

**************************************************************************************/
#FooterBlock{
	text-align      : center;
	clear           : both;
	font-size       : x-small;
	padding-top     : 10px;
}
.FooterCp{
	margin-bottom   : 10px;
}
.FooterCm{
	margin-top      : 5px;
}


/**************************************************************************************

■ カレンダー・検索用デザイン

**************************************************************************************/
/******** ▼ カレンダー日付移動用テーブル*********************/
.CalendarMoveTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
}
.CalendarMoveTr {
	text-align: center;
}
/******** ▼ カレンダー表示用テーブ***************************/
.CalendarTable {
	margin          : 0 auto;
	text-align      : center;
	width           : 190px;
}
.CalendarTable a{font-weight     : bold;}

/*** ▼ 曜日表示部分 のデザイン *************************/
.CalendarWdayTr {
	text-align      : center;
}
/**** ▼ 曜日表示部分、日曜日 ***************************/
.CalendarWdaySun {
	color           : #e3b0a2;
}
/**** ▼ 曜日表示部分、土曜日 ***************************/
.CalendarWdaySat {
	color           : #A2C2E3;
}
/**** ▼ 日付表示部分<tr> *******************************/
.CalendarTr {
	text-align      : center;
}

/**** ▼ 検索用デザイン **********************************/
.box{
	font-size       : x-small;
	width: 120px;}
.btn{
	font-size       : x-small;}

.left {
	text-align      : left;}
.center {
	text-align      : center;}
.right {
	text-align      : right;}
/**** ▼ リストマーク **********************************/
/** リストマーク **/
.EntryText ul{
	list-style-type : none;
	padding-left    : 1.5em;
}
.EntryText li{
	background      : url(http://bfile.shinobi.jp/4396/09_icon1.gif)  no-repeat 0% 7px;
	padding         : 0 0 0 12px;
}

