/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* { font-family:"ＭＳ　Ｐゴシック", Osaka, sans-serif;}

/*全てのテーブルの設定*/
table { border-collapse: collapse;}
td    { text-align:center;}

/*通常のリンクの設定*/
a:link    {}
a:visited {}
a:hover   {}
a:active  {}

/*テキスト・画像*/
.left   { text-align:left;}
.center { text-align:center;}
.right  { text-align:right;}
img { border:0;}

/*BODYに関する設定*/
body {
margin:0;
padding:0;
text-align:center;
}

/*全体の設定*/
#mainBlock {
text-align: center;
margin:auto;
width:770px;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width : 770px;
height: 190px;
text-align: left;
background:url("http://bfile.shinobi.jp/2941/AquaBlue_BlogTitle.jpg") top center no-repeat;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 60px 0 0 50px;
font-size:150%;
}
/*ページタイトル文字色の設定*/
.TopTitleFont       { color:#ffffff;}
#TopTitle a:link    { color:#ffffff; text-decoration:none;}
#TopTitle a:visited { color:#ffffff; text-decoration:none;}
#TopTitle a:hover   { color:#ffffff; text-decoration:none;}
#TopTitle a:active  { color:#ffffff; text-decoration:none;}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 15px 0 0 50px;
color:#ffffff;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 535px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
padding: 5px 0 3px 10px;
text-decoration:underline;
font-size:98%;
font-weight:bold;
}
.EntryTitle a:link    { text-decoration:underline; color:#000000;}
.EntryTitle a:visited { text-decoration:underline; color:#000000;}
.EntryTitle a:hover   { text-decoration:underline; color:#000000;}
.EntryTitle a:active  { text-decoration:underline; color:#000000;}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
font-size:95%;
line-height:1.7;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 15px 10px;
text-align: left;
font-size:95%;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
border-top:dotted 3px #e0e0e0;
text-align:right;
margin:0 0 50px;
padding:5px;
font-size:85%;
}
.EntryFooter a:link    { color:#000000;}
.EntryFooter a:visited { color:#000000;}
.EntryFooter a:hover   { color:#0000ff;}
.EntryFooter a:active  { color:#000000;}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:left;
padding:10px;
line-height:1.5;
}
.PageLinkBlockNotEntry{
margin:50px auto 20px;
text-align:center;
}
.PageLinkBlockHome {
margin:50px auto 20px;
text-align:center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
margin:30px 0;
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin:0 0 30px;
padding:5px 30px;
background:url("http://bfile.shinobi.jp/2941/AquaBlue_CmTbTitleItem.jpg") left top no-repeat;
text-align: left;
font-weight:bold;
font-size:90%;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:80px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:left;
font-weight:bold;
font-size:80%;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
margin:20px auto 30px;
text-align:center;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size:80%;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 30px 0 15px;
}
/*コメントのタイトル部分*/
.CommentTitle{
padding:3px 5px;
text-align: left;
font-size:97%;
font-weight:bold;
border-left:solid 5px #0000ff;
}
/*コメント部分*/
.CommentText{
padding: 10px 0;
font-size:93%;
line-height:1.5;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
font-size:80%;
border-top:3px dotted #f0f0f0;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px 0 40px 30px;
}
.CommentResBox {
padding:10px;
}
.CommentResTitle {
font-size:97%;
font-weight:bold;
text-decoration:underline;
}
.CommentResText {
padding:10px 0 0;
font-size:93%;
line-height:1.5;
}
.CommentResFooter {
text-align:right;
margin:15px 0;
padding:10px 0 0;
border-top:3px dotted #f0f0f0;
font-size:80%;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
margin:10px 0;
padding:5px 30px;
background:url("http://bfile.shinobi.jp/2941/AquaBlue_CmTbTitleItem.jpg") left top no-repeat;
text-align: left;
font-weight:bold;
font-size:90%;
}
/*この記事にトラックバックする　と書かれた部分の設定*/
.TrackbackURLTitle{
margin:0 0 40px;
text-align: left;
font-size: 85%;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
padding:3px 5px;
border-left:solid 5px #0000ff;
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:1.5;
font-size:90%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
font-size:85%;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
background-color:#f0f0f0;
text-align: left;
float: left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0 10px 20px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
width:200px;
height:45px;
background:url("http://bfile.shinobi.jp/2941/AquaBlue_PluginTitle.jpg") top center no-repeat;
text-align:cente;
}
.PluginTitleFont {
color:#ffffff;
font-weight:bold;
padding:15px 5px 0;
font-size:95%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 5px;
font-size:93%;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
font-size:93%;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
margin:auto;
text-align:center;
width:160px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd { font-size:95%;}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd { font-weight:bold;}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd { font-size:95%;}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:160px;
margin:10px auto 0;
text-align:center;
border:solid 2px #000000;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
border-bottom:solid 2px #000000;
border-top:solid 1px #000000;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border-right:solid 1px #000000;
background-color:ffcccc;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
border-right:solid 1px #000000;
background-color:#ffffff;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
background-color:#ccccff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border-right:solid 1px #000000;
border-top  :solid 1px #000000;
background-color:#ffdddd;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
border-top:solid 1px #000000;
background-color:#ddddff;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
border-right:solid 1px #000000;
border-top  :solid 1px #000000;
background-color:#ffffff;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
font-weight:bold;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 150px;
padding:50px;
text-align: center;
font-size:85%;
}