@charset "UTF-8";
/**************************************************************************************
全体の設定
**************************************************************************************/
html{
overflow-y:scroll;  
}  
/*BODY全体に関する設定*/
body{
font-family:Verdana,'ＭＳ Ｐゴシック',sans-serif;
background-color:#666666;
font-size:12px;
color:#666666;
background-image:url('http://file.linkyou003.kagome-kagome.com/bg_gingham_check02_xs08.gif');
}
/*全体ブロックの設定*/
#mainBlock{
width:830px;
margin:0 auto;
}
/*中央左側ブロックの設定（左プラグインと記事）*/
#LeftBlock{
width:655px;
float:left;
}
/*中央ブロックの位置設定（記事等が表示される場所）*/
#CenterBlock{
float:right;
}
/*記事ブロックの設定*/
#EntryBlock{
width:480px;
background-color:#FFFFFF;
margin-top:5px;
}
/**************************************************************************************
共通の設定
**************************************************************************************/
/*通常のリンクの設定*/
a:link {
color:#FF6600;

text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#FF6600;

text-decoration:none;
}
/*選択状態のリンクの設定*/
a:active {

text-decoration:underline;
color:#FF33CC;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover{

text-decoration:underline;
color:#FF33CC;
}
/*テーブルの設定*/
caption{
font-weight:bold;
}
/*<h1>の設定（ブログタイトル）*/
h1{
font-size:20px;
margin:0px;
padding:0px;
}
/*<h2>の設定（記事タイトル）*/
h2{
font-size:15px;
margin:0px;
padding:0px;
}
/*<h3>の設定（記事本文中の見出し）*/
h3{
font-size:15px;
margin:0px;
padding:0px;
}
/*次の記事やHOMEへのリンクが表示される部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
}
/**************************************************************************************
詳細記事表示変更の設定（つづき/閉じる）
**************************************************************************************/
/*通常の設定*/
.menutop{
color:#FF6600;
text-decoration:underline;
font-weight:bold;
}
/*カーソルが合っている状態の設定*/
.menutop:hover{
color:#FF33CC;
cursor:pointer
}
/**************************************************************************************
トップブロックの設定（ブログタイトル等）
**************************************************************************************/
/*一番上のブロックの設定（タイトルが書かれる場所）*/
#TopBlock{
background-color:#FFFFFF;
background-position:left top;
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
}
/*ブログタイトル部分の設定*/
.TopTitle{
padding:50px;
}
/*ブログタイトル文字の設定*/
.TopTitleFont{
color:#666666;
}
/*ブログタイトルの下に来るブログの説明文*/
.TopExplanation{
padding:15px; color:#666666;
}
/**************************************************************************************
記事繰り返し処理部分の設定
**************************************************************************************/
/*記事タイトル部分の設定*/
.EntryTitle{
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
background-position:left top;
padding:5px;
}
/*各記事タイトルの文字設定*/
a.EntryTitleFont{
color:#ff6600;
}
/*各記事タイトルの文字設定（カーソルが合っている状態）*/
a:hover.EntryTitleFont{
color:#FF33CC;
}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
}
/*記事を投稿した日付部分の設定*/
.EntryWriteDate{
text-align:right;
margin:5px;
}
/*記事本文が記載される部分の設定*/
.EntryText{
padding:5px;
font-size:14px;
}
/*追記文が記載される部分の設定*/
.EntryPsText{
padding:5px;
border-top:dashed 1px #AAAAAA;
}
/*記事下のリンク部分の設定（カテゴリー、コメント、トラックバック）*/
.EntryFooter{
padding:5px;
margin-bottom:5px;
text-align:right;
border-bottom:dashed 1px #AAAAAA;
}
/**************************************************************************************
コメント部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
}
/*コメントメニューのタイトルの設定（”この記事にコメントする”と書かれてる部分）*/
.CommentMenuTitle{
background-color:#cccccc;
padding-left:5px;
margin-top:5px;
border-top:solid 1px #AAAAAA;
border-bottom:solid 1px #AAAAAA;
font-size:14px;
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
padding:5px;
margin-bottom:5px;
border-bottom:dashed 1px #AAAAAA;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
margin:0px auto;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*コメント表示部分の設定（タイトル、コメント、コメント情報の全て）*/
.CommentTextBox{
margin:5px;
border:solid 1px #AAAAAA;
}
/*コメントのタイトル部分の設定*/
.CommentTitle{
background-color:#cccccc;
padding-left:5px;
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
}
/*コメントタイトル文字の設定*/
.CommentTitleFont{
font-weight:bold;
font-size:15px;
}
/*コメント部分*/
.CommentText{
padding:5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
}
/*-------------------------------------------------------
  コメント編集部分
-------------------------------------------------------*/
/*コメント編集部分全体の設定*/
.CommentEdit{
width:480px;
background-color:#ffffff;
border:solid 1px #AAAAAA;
float:right;
margin-top:5px;
}
/*コメントのタイトル部分の設定*/
.CommentEditTitle{
padding-left:5px;
background-color:#cccccc;
border-top:solid 1px #AAAAAA;
border-bottom:solid 1px #AAAAAA;
}
/*-------------------------------------------------------
  管理者返信部分
-------------------------------------------------------*/
/*管理者送信部分全体の設定*/
.CommentResBlock {
margin:0 10px 10px 10px;
border:solid 1px #AAAAAA;
}
/*管理者送信コメントのタイトル*/
.CommentResTitle {
padding-left:5px;
}
/*管理者送信コメントのタイトルの文字設定*/
.CommentResTitleFont{
font-weight:bold;
font-size:15px;
}
/*管理者送信コメントの本文*/
.CommentResText {
padding:5px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentResFooter {
text-align:right;
border-top:dotted 1px #AAAAAA;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニュータイトルの部分*/
.TrackbackMenuTitle{
padding-left:5px;
font-size:14px;
background-color:#cccccc;
border-top:solid 1px #AAAAAA;
border-bottom:solid 1px #AAAAAA;
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
}
/*”この記事にトラックバックする”と書かれた部分の設定*/
.TrackbackURLTitle{
padding:5px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:300px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin:5px;
border:solid 1px #AAAAAA;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
background-color:#cccccc;
padding-left:5px;
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
}
/*トラックバックタイトルの文字設定*/
.TrackbackTitleFont{
font-weight:bold;
font-size:15px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding:5px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/**************************************************************************************
左プラグインブロックの設定
**************************************************************************************/
/*左のプラグイン表示箇所全体の設定*/
#PluginBlockLeft{
width:170px;
margin-top:5px;
float:left;
background-color:#ffffff;
}
/**************************************************************************************
右プラグインブロックの設定
**************************************************************************************/
/*右のプラグイン表示箇所全体の設定*/
#PluginBlockRight{
width:170px;
margin-top:5px;
float:right;
background-color:#ffffff;
}
/**************************************************************************************
タイトル下プラグインブロックの設定
**************************************************************************************/
/*タイトル下のプラグイン表示箇所全体の設定*/
.PluginBlockTitleBottom{
background-color:#ffffff;
}
/**************************************************************************************
記事上プラグインブロックの設定
**************************************************************************************/
/*記事上のプラグイン表示箇所全体の設定*/
#PluginBlockEntryTop{
margin-top:5px;
background-color:#ffffff;
}
/**************************************************************************************
記事下プラグインブロックの設定
**************************************************************************************/
/*記事下のプラグイン表示箇所全体の設定*/
#PluginBlockEntryBottom{
margin-top:5px;
}
/**************************************************************************************
各プラグイン共通の設定
**************************************************************************************/
/*プラグイン表示箇所の背景や余白設定*/
.PluginBlock{
padding-bottom:10px;
background-color:#FFFFFF;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle{
background-image:url('http://file.linkyou003.kagome-kagome.com/wa_bg_hana01_a05.gif');
background-position:left top;
color:#ff6600;
}
/*プラグインのタイトル文字の設定*/
.PluginTitleFont{
font-weight:bold;
font-size:12px;
padding:5px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation{
}
/*プラグインが表示される場所の設定*/
.PluginContents{
}
/*各プラグイン処理内の基本デザイン*/
.plugin_data{
padding:7px 5px 1px 5px; text-align:left; border-bottom:dashed 1px #AAAAAA;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date{
text-align:right;
padding:5px;
}
/*IE対策*/
.Side{
width:170px;
}
/*IE対策*/
.EntryTop,.EntryBottom{
width:480px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロックの設定（著作権が表示される場所）*/
#FooterBlockCp{
width:830px;
text-align:center;
clear:both;
margin:5px;
}
/*一番下のブロックの設定（CMが表示される場所）*/
#FooterBlockCm{
text-align:center;
margin:5px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
width:80%;
margin:0 auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
margin:0 auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun{
text-align:center;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
text-align:center;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
text-align:center;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}