body {
  margin:0 ;
  background:#cccccc ;
}

/*全体の設定*/

/*テキスト左寄せ*/
.left {
  text-align:left ;
}
/*テキスト中央寄せ*/
.center {
  text-align:center ;
}
/*テキスト右寄せ*/
.right {
  text-align:right ;
}

.no_border {
    border-style:none;
}

#OutLine{
  width:500px ;
  background:#FFFFFF ;
  border: 1px solid #333333;
}

/********************************************************************************** ヘッダ ********/
#TopBlock {
  width:500px ;
  text-align:center ;
  background:#333333 ;
  border: 1px solid #333333;
}
#TopTitle {
  font:bold 14px Verdana ;
}

#TopExplanation {
  font:12px Verdana ;
}

/********************************************************************************** メニュー ********/

#navigation {
width: 500px;
background-color: #FFFFFF;
padding:5px 0;
border: 1px solid #333333;
}

#navigation a{
  color:#000000 ;
}

#navigation a:hover{
  color:#ff0000 ;
}

#navigation ul {
list-style: none;
margin: 0px;
padding: 0px;
word-spacing:5px;
font-size: 13px;
text-align: left;
background-color: #FFFFFF;
}

#navigation li {
display: inline;
white-space: nowrap;
}

/********************************************************************************** トップ絵 ********/

.TopPic {
  width:500px;
  height:200px;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  background-image:url('http://file.klugheit.blog.shinobi.jp/top_pic.jpg');
  background-repeat:no-repeat;
  background-position:center center;
}

/********************************************************************************** Twitter ********/

.Twitter {
  border: 1px solid #333333;
  background-color: #333333;
}


/****************************************************************************** プラグイン ********/
.PluginInnerBlock {
  width:500px ;
  overflow:hidden ;
  padding:10px ;
}
.PluginInnerBlock a{
  color:#000000 ;
}
.PluginInnerBlock a:hover{
  color:#ff0000 ;
  text-decoration:none ;
}
.PluginTitle {
  font:bold 12px Verdana ;
  text-align:center ;
  color:#000000 ;
}
.PluginExplanation {
  color:#000000 ;
  font:12px Verdana ;
  padding:0px 5px;
}
.PluginContents {
  color:#000000 ;
  font:12px Verdana ;
  padding:5px 5px;
}
.profile_image {
  text-align:center ;
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
  text-align:center ;
  padding:5px ;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
  text-align:right ;
}





/******************************************************************************** エントリ ********/
.EntryBlock {
  width:500px ;
  text-align:center ;
  background:#FFFFFF ;
  overflow: hidden;
  border: 1px solid #333333;
}
.EntryBlock:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
  width:460px ;
  margin-bottom:30px ;
  background:#ffffff ;
  overflow:hidden ;
  padding:10px ;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
  text-align:left ;
  font:bold 12px Verdana ;
  color:#444444 ;
  margin:15px 0 ;
}
.EntryTitle a{
  color:#ff0000 ;
  text-decoration:none ;
}
.EntryTitle a:hover{
  text-decoration:underline ;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
  font:12px Verdana ;
  color:#444444 ;
  line-height:22px ;
  text-align:left ;
}
.EntryTextBox a{
  color:#444444 ;
}
.EntryTextBox a:hover{
  color:#ff0000 ;
  text-decoration:none ;
}
/*追記文書が記載される部分*/
.EntryPsText {
  margin:20px 0 ;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
  text-align:center ;
  margin-top:10px ;
  margin-bottom:5px ;
  font:10px Verdana ;
}
.EntryFooter a{
  color:#0000ff ;
}
.EntryFooter a:hover{
  color:#ff0000 ;
  text-decoration:none ;
}

.RightPdd {
  margin-right:5px ;
}





/**************************************************************************** ページリンク ********/
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
  margin:5px;
  text-align:center ;
  font:12px Verdana ;
  color:#ffffff ;
}
.PageLinkBlock a{
  color:#444444 ;
  text-decoration:none ;
}
.PageLinkBlock a:hover{
  color:#ff0000 ;
  text-decoration:underline ;
}





/******************************************************************************** コメント ********/
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin:5px 0px ;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
}
/*コメント部分*/
.CommentText{
  margin:0 10px ;
  font:12px Verdana ;
  color:#444444 ;








  line-height:22px ;
  text-align:left ;
}
.CommentText a{
  color:#444444 ;
}
.CommentText a:hover{
  color:#ff0000 ;
  text-decoration:none ;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
  text-align:right;

  padding:5px;
}
/*投稿者名の部分*/
.CommentName{
  margin-right:5px ;
  color:#0000ff ;
}
.CommentFooter {
  text-align:right ;
  margin-top:15px ;
  font:10px Verdana ;
  color:#ff0000 ;
}
.CommentFooter a{
  color:#ff0000 ;
}
.CommentFooter a:hover{
  color:#444444 ;
  text-decoration:none ;
}
.CommentResBlock {
  border-top:dashed 1px #000000 ;
  margin-top:10px ;
  padding-left:10px ;
}





/************************************************************************ コメントフォーム ********/
.CommentFormTh {
  text-align:left ;
  font:10px Verdana ;
  color:#ff0000 ;
  padding:0 10px;
}
.CommentFormTd{
  text-align:left ;
  padding-left:10px ;
}

input {
  background:#ffffff ;
  border:solid 1px #000000 ;
}
/*input*/
.CommentForms{
  font:12px Verdana ;
  color:#000000 ;
  width:300px ;
  height:18px ;
  margin-bottom:5px ;
}

SELECT {
  font:10px Verdana ;
  margin:0 ;
  padding:0 ;
}

/*絵文字*/
#emoji {
  text-align:right ;
}
#emoji img {
  margin:0 :
  padding:0 ;
  border: 0 ;
}

/*textarea*/
.CommentFormTxt{
  border:0 ;
  background-color:#ffffff ;
  border:solid 1px #000000 ;
  font:12px Verdana ;
  line-height:14px ;
  color:#000000 ;
  width:400px ;
  height:100px ;
}

/*submit*/
.CommentFormSubmit {
  width:100px ;
  height:20px ;
  margin-top:10px ;
  margin-bottom:10px ;
  background:#000000 ;
  border:solid 1px #ffffff ;
  font:10px Verdana ;
  color:#ffffff ;
}





/************************************************************************** トラックバック ********/
#TrackbackURL{
  border:0 ;
  color:#0000ff ;
  text-align:center ;
  width:300px ;
}





/******************************************************************** プラグインカレンダー ********/
/*日付移動*/
.CalendarMoveTable {
  width:300px ;
  text-align:center ;
  margin-bottom:10px ;
}
 .CalendarMoveTr {
  text-align:center ;
}
 .CalendarPrevTd a{
  color:#ffffff ;
  font:12px Verdana ;
}
 .CalendarNowTd {
  color:#ffffff ;
  font:12px Verdana ;
}
 .CalendarNextTd a{
  color:#ffffff ;
  font:12px Verdana ;
}
 .CalendarTable {
  width:300px ;
  text-align:center ;
}

/*曜日*/
.CalendarWdayTr {
  text-align:center ;
}
.CalendarWdaySun {
  color:#ffb6c1 ;
  font:bold 12px Verdana ;
  padding-bottom:10px ;
}
.CalendarWday {
  color:#ffffff ;
  font:bold 12px Verdana ;
  padding-bottom:10px ;
}
.CalendarWdaySat {
  color:#99ccff ;
  font:bold 12px Verdana ;
  padding-bottom:10px ;
}

/*日付*/
.CalendarTr {
  text-align:center ;
}
.CalendarTdSun {
  color:#ffb6c1 ;
  font:12px Verdana ;
}
.CalendarTdSun a{
  color:#ffb6c1 ;
}
.CalendarTdSat {
  color:#99ccff ;
  font:12px Verdana ;
}
.CalendarTdSat a{
  color:#99ccff ;
}
.CalendarTd {
  color:#ffffff ;
  font:12px Verdana ;
}
.CalendarTdSat a{
  color:#ffffff ;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}





/************************************************************************************ フッタ ******/
#FooterBlock {
  clear:both;
  width:500px ;
  padding:20px 0 ;
  text-align:center ;
  background:#333333 ;
  color:#ffffff ;
  font:12px Verdana ;
  line-height:28px ;
  border: 1px solid #333333;
}
#FooterBlock a{
  color:#ffffff ;
}
#FooterBlock a:hover{
  color:#ff0000 ;
  text-decoration:none ;
}

