* {
	margin: 0;
	padding: 0;}

body {
	text-align: center;
	font-family: 'verdana', 'trebuchet ms', sans-serif;
	color: #313131;}

a{
	color: #008BF2;
}
a:hover {
	color    : #313131;
	background: url(http://bfile.shinobi.jp/4268/01_wp.gif) repeat #CEFF84;
}
tr{
	font-size: 80%;}
#MainBlock {
	font-size: 80%;
	margin: 0 auto;
	text-align: left;
	min-width: 840px;
	max-width: 1280px;
	text-align: left;
}
/*通常のリンクの設定*/
a:link {
	text-decoration:underline;
	color: #444400; 

}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	text-decoration:underline;
	color: #664400; 

}
/*アクティブ状態のリンクの設定*/
a:active {
	text-decoration:underline;
	color: #553300; 

}
/**************************************************************************************
フォーム用デザイン
**************************************************************************************/

/*インプット幅の設定*/
textarea {
/*  width: 25em;*/
  max-width: 95%;
}

input {
/*  width: 11em;*/
  max-width: 95%;
}

input[type="button"],input[type="reset"],
input[type="submit"],input[type="file"],
input[type="image"] {
  width: auto;
}


textarea{
	background: url(http://bfile.shinobi.jp/4268/01_textarea.gif) repeat-x 50% 0%;
	border: 1px solid #959595;
}

/**************************************************************************************
ヘッダー用デザイン
**************************************************************************************/
#TopBlock {
	width: 100%;
	height:95px;

	border-bottom: 1px solid #668310;
background-color:#b0b055;
background-image:url('http://file.sugiitakunn.blog.shinobi.jp/6b2d92df.jpeg');
background-position:right top;
background-repeat:no-repeat;
}
.TopTitle{
	padding: 30px 0 10px 10px;
}
.TopTitleFont a{
	font-size: 22px;
	color: #313131;
	text-decoration: none;
}
.TopExplanation{
	padding-left: 10px;
}
.TopExplanationFont{
	font-size: 13px;
}

/**************************************************************************************
エントリー用デザイン
**************************************************************************************/
#EntryBlock {
	float: left;
	width:100%;
}
.EntryInnerBlock{
	margin:0.5em 400px 40px 10px;
}
.EntryTitle{
	padding: 5px 10px 5px 23px;
	border-bottom: 5px solid #ABE00C;
	background: url(http://bfile.shinobi.jp/4268/01_title_2.gif) no-repeat 0% 7px;
border-color:#999900;
background-color:#CCCC99;
}
.EntryTitleFont{
	font-size: 20px;
}
.EntryTextBox{
	padding: 5px 10px 10px 10px;
	background: url(http://bfile.shinobi.jp/4268/01_entry.gif) repeat-x 50% 0%;
}
.EntryText{
	width: 100%;
	line-height: 1.7;
}
.EntryPsText{
	margin-top: 10px;
}
.EntryTop ul{
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	list-style-type: none;
}
.EntryTop li{
	list-style-type: none;
	display: inline;
	margin: 2px 0;
	padding-left: 11px;
	background : url(http://bfile.shinobi.jp/4268/01_li.gif) no-repeat left center;
}
.EntryTop a{
	text-decoration: none;
}
.EntryText ul{
	margin-left: 2em;
}
.EntryText ol{
	margin-left: 2em;
}
/**************************************************************************************
ナビ用デザイン
**************************************************************************************/
.PageLinkBlock {
	text-align: center;
	margin:0.5em 380px 40px 10px;
}
.PageLinkBlock li{
	list-style-type: none;
	display: inline;
}
.PageLinkFont{
	background: url(http://bfile.shinobi.jp/4268/01_plugin.gif) repeat-x 50% 50%;
	border: 1px solid #8AB015;
	marigin: 0 20px;
	padding: 2px 5px;
}
.PageLinkFont a{
	text-decoration : none;
	color : #7C9926;
}
/**************************************************************************************
コメント用・トラックバックデザイン
**************************************************************************************/
.CtTop{
	margin: 3px 0 0 10px;
	list-style-type: none;
}
.CtTop li{
	list-style-type: none;
	display: inline;
	margin: 2px 0;
	padding-left: 11px;
	background : url(http://bfile.shinobi.jp/4268/01_li.gif) no-repeat left center;
}
.CtTitle{
	font-weight: bold;
	color : #8AB015;
}
.CtDay{
	font-size: 10px;
	color: #B4B4B4;
}
.CtEdit a{
	color: #B4B4B4;
	font-size: 10px;
	text-decoration: none;
}
.CtText{
	padding: 10px 0;
	line-height: 1.6;
}
.CtRes{
	margin: 0 0 25px 60px;
	padding: 5px;
	background-color: #F0FFD3;
}
.CtTextBox{
	margin: 5px 0 5px 20px;
}
.CtFont{
	margin-bottom: 10px;
}
/**************************************************************************************
プラグイン用デザイン
**************************************************************************************/
#PluginBlock_R {
	overflow: hidden;
	float: left;
	width: 180;
	background: #cccc66; 
	margin: 1em 0 0 -185px;
}
#PluginBlock_L {
	overflow: hidden;
	float: left;
	width: 200;
	background: #cccc66; 
	margin: 1em 0 0 -385px;
}
.PluginInnerBlock{
	margin: 0 10px 10px 0;
	background: #cccc66; 

}
.PluginTitle{
	margin-bottom: 5px;
	padding: 8px 5px;

	border: 1px solid  #666600;
	font-size: 13px;
background-color:#CCCC99;
}
.PluginExplanation{
	font-size: 10px;
}
.PluginContents{
	padding: 0 5px 0 10px;
	line-height: 1.6;
color:#000000;
}
.PluginInnerBlock ul{
	list-style-type: none;
}
.PluginInnerBlock li{
	margin          : 2px 0;
	padding-left    : 11px;
	background : url(http://bfile.shinobi.jp/4268/01_li.gif) no-repeat left 5px;
}
.PluginInnerBlock dl{
	margin-top: 5px;
}
.PluginInnerBlock dt{

	background: url(http://bfile.shinobi.jp/4268/01_entry.gif) repeat-x 50% 0%;
	padding-left: 0.5em;
}
.PluginInnerBlock dd{
	margin-left: 2em;
}
.PluginBlockCm {
	text-align: right;
	font-size: 10px;
	margin: 20px;
}
.plugin_data_small{
	font-size: 10px;
	color: #313131;
}

/**************************************************************************************
フッター用デザイン
**************************************************************************************/
#FooterBlock {
	clear: both;
	width: 100%;
	border-top: 2px solid #8AB015;
	background: #cccc66; 

	text-align: center;
	font-size: 10px;
}
.copyright {
	padding: 20px 0 20px 0;
}
.design a{
	text-decoration : none;
	color : #313131;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	width: 80%;
}
.CalendarMoveTable a{
	font-weight: bold;
	color: #313131;
	text-decoration: none;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
	height: 20px;
	font-size: 10px;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align: left;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align: center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align: right;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width: 80%;
}
.CalendarTable a{
	color: #ABE00C;
	font-weight: bold;
	text-decoration: none;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color: #F25144;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #4470F2;
}
.CalendarWdayTr th{
	padding: 1px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	text-align: center;
	font-size: 10px;
}
.CalendarTdSun,
.CalendarTd,
.CalendarTdSat{
	padding: 1px;
}
.plugin_data_date {
	font-size: 10px;
	text-align:right;}
