/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {font-family:ＭＳ Ｐゴシック;color:#666666;
font-size:12px;
}

/*通常のリンクの設定*/
a:link {
color:#0033FF;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#009966;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#CCFF99;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#CCFF99;
text-decoration:underline;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
hr{height:1px solid noshade;}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
text-align:center;
font-size:11px
}
#FooterBlock a:link {
color:#0033FF;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
#FooterBlock a:visited{
color:#009966;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
#FooterBlock a:active {
color:#CCCCCC;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
#FooterBlock a:hover {
color:#CCFF99;
text-decoration:underline;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 3px 10px 20px 10px;
font-size:11px;
line-height:16px;
}
.plugin1{padding-top:20px;}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
margin-top:20px;
margin-bottom:5px;
width:139px;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
color:#666666;
line-height:18px;
text-indent:1em;
background-image:url('http://file.ajiyotarou.blog.shinobi.jp/blog_line.gif');
background-repeat:no-repeat;
font-size:12px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width:614px;
background-color:#FFFFFF;
font-size:12px;
line-height:1.5em;
color:#666666;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px 31px 20px 40px;
clear:both;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
border-left:5px solid #000000;
text-indent:1em;
font-size:131%;
font-weight:bold;
line-height:1.8;
margin-left:2px;
}
.EntryTitle a{color:#000000;text-decoration:none;}
.EntryTitle a:visited{color:#000000;}
.EntryTitle a:active {color:#000000;text-decoration:underline;}
.EntryTitle a:hover {color:#000000;text-decoration:underline;}


/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {margin:0px;}

/*記事本文が記載される部分*/
.EntryText {
padding: 10px 0px 0px 0px;
clear:both;
}
.EntryText p{margin:2px 0px;}
.EntryPsText p{margin:2px 0px;}

/*追記文書が記載される部分*/
.EntryPsText {padding: 20px;}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
margin-left: 5px;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
color:#999999;
margin-top:10px;
font-size:77%;
clear:both;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
text-align:left;
padding:0px 15px 0px 15px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
padding:0px 15px 0px 15px;
}

/*通常のリンクの設定*/
.plugin_data a:link {
color:#0033FF;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
.plugin_data a:visited{
color:#009966;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.plugin_data a:active {
color:#999999;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
.plugin_data a:hover {
color:#CCFF99;
text-decoration:underline;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:150px;
font-size:12px;
padding:9px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size:12px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
font-size:12px;
text-align: center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size:12px;
text-align: right;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:150px;
font-size:12px;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
text-align: center;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:12px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:12px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-size:12px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
text-align: center;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:12px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:12px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:12px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:12px;
}

/**************************************************************************************
  全体デザイン
**************************************************************************************/
/*フッター用*/
.copy {
	line-height: 18px;
	color: #999999;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 11px;
}

table
.f {
    width: 800px;
	margin-bottom: 20px;
}

div#bloginhead {
    width: 614px;
    height: 150px;
    text-align: center;
    margin: 10 auto 0;
}