/**************************************************
　トップメニュー設定
**************************************************/
#topmenu{
margin:20px auto 0;
width:380px;
}
#topmenu td{
text-align:center;
}
/*セレクトボックス*/
#PluginBlock select,.om{
font:bold 10px Verdana;
background:#c5e0d8;
border:1px solid #433d3c;
width:165px;
}
/*タイトル*/
.title{
font:bold 10px Verdana;
}
/*オプション*/
#PluginBlock option,.omo{
font:10px Verdana;
}
/*間の余白*/
.opm{
margin:1px 0;
}
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*画像*/
img {border-width:0;}
/*改行*/
br {letter-spacing:0;}

/*BODY全体に関する設定*/
body{
overflow:auto;
text-align:center;
font:10px Verdana;
background:#d5dfd5;
margin:0;
font-size:10px;
}
/*<td>の全ての設定*/
td {
font:10px Verdana;
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*リンク全体の設定*/
a{
text-decoration:none;
}
/*通常のリンクの設定*/
a:link {
color:#e9e4d4;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#e9e4d4;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#000;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#000;
}
/*全体の設定*/
#main{
width:620px;
margin:auto;
}
#main_foot{
width:412px;
float:left;
}
#mainBlock {
width:412px;
border:1px solid #798;
background:#433d3c;
text-align:center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}

/*スクロールバーの設定*/
#EntryBlock{
scrollbar-3dlight-color:#98b8a6;
scrollbar-arrow-color:#798;
scrollbar-base-color:#98b8a6;
scrollbar-darkshadow-color:#98b8a6;
scrollbar-face-color:#98b8a6;
scrollbar-highlight-color:#98b8a6;
scrollbar-shadow-color:#798;
scrollbar-track-color:#798;
}

#PluginBlock{
scrollbar-3dlight-color:#d5dfd5;
scrollbar-arrow-color:#000;
scrollbar-base-color:#d5dfd5;
scrollbar-darkshadow-color:#d5dfd5;
scrollbar-face-color:#d5dfd5;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
scrollbar-track-color:#d5dfd5;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
color:#474a4d;
letter-spacing:1px;
margin-top:15px;
background:#fff;
text-align:left;
border:1px solid #fff;
}
#topblock {
margin:1px 0;
border-top:1px dashed #433d3c;
border-bottom:1px dashed #433d3c;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
background:#fff;
font:22px impact;
margin:3px 5px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#474a4d;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
background:#fff;
margin-left:5px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#img{
vertical-align:middle;
}
#FooterBlock {
text-align:right;
color:#433d3c;
width:410px;
margin:auto;
}
#FooterBlock a:link,#FooterBlock a:visited{color:#433d3c;}
#FooterBlock a:hover,#FooterBlock a:active{color:#798;}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
#PluginBlock {
border-top:1px solid #798;
border-bottom:1px solid #798;
border-left:1px solid #798;
background:#433d3c;
color:#e9e4d4;
margin:0;
width: 200px;
height:600px;
text-align: left;
overflow:auto;
float:right;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
background:#fff;
margin-top:15px;
padding:2px 0;
}
.PluginTitlex {
color:#474a4d;
padding:3px 5px;
font-weight:800;
border-top:1px dashed #433d3c;
border-bottom:1px dashed #433d3c;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
margin: 1px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
margin:5px;
}
/*プラグイントップへのリンク*/
.link{text-align:right;}
.link span{color:#000;}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

/*通常のリンクの設定*/
#EntryBlock a:link {
color:#474a4d;
}
/*過去に見たことがあるページのリンクの設定*/
#EntryBlock a:visited{
color:#474a4d;
}
/*カーソルが合っている状態のリンクの設定*/
#EntryBlock a:hover {
color:#ced;
}
/*アクティブ状態のリンクの設定*/
#EntryBlock a:active {
color:#ced;
}
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
margin:15px auto 0px;
color:#474a4d;
border:1px solid #798;
background:#98b8a6;
width: 380px;
height: 350px;
text-align: left;
overflow:auto;
letter-spacing:1px;
line-height:150%;
}
#EntryBlock td{
color:#474a4d;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
border-bottom:1px dashed #687;
border-top:1px solid #acb;
text-align: left;
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin: 10px 0 0 10px;
font:20px impact;
color:#ced;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
margin-left:10px;
text-align: left;
font-weight:800;
font-size:11px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 13px 2px;
border:1px solid #ced;
}
/*記事本文が記載される部分*/
.EntryText {
margin: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
font-weight:bold;
margin: 15px 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）*/
.EntryFooter {
margin: 0 10px 10px 15px;
text-align:right;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
font-weight:bold;
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
font-weight:bold;
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:right;
font-weight:bold;
margin:0px 15px;
height:15px;
}
.PageLinkBlockb{
text-align:right;
border-top:1px solid #acb;
}
#plbb{
margin:7px 5px 0px;
}
.np{
font-weight:bold;
}


/*記事内画像*/
.EntryText img{
border:1px solid #acb;
margin:1px;
}
/*記事内リンク*/
.EntryText a{
text-decoration:underline;
}
/*絵記号*/
.EntryText img.emoji{
padding:0;
margin:0;
border-width:0;
background:transparent;
}
/*記事内テーブル*/
.EntryText td{
text-align:left;
padding:2px;
border:1px solid #798;
font-size:10px;
}
.EntryText table {
border-collapse: collapse;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
border-top:1px solid #acb;
font-family: Verdana;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
margin:10px;
text-align: left;
}
/*コメントのタイトル、コメント、コメント情報の全ての部分*/
.CommentTextBox{
border-bottom:1px dashed #687;
border-top:1px solid #acb;
}
/*コメントのタイトル部分*/
.CommentTitle{
margin:10px 10px 0px;
text-align: left;
font-weight:bold;
margin-bottom:7px;
}

/*コメント部分*/
.CommentText{
margin:0 20px 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
margin:0 5px 5px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left:3px;
}
/*コメントレスへのリンク*/
.CommentRes{
border:1px solid #798;
background:#acb;
color:#798;
padding:2px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-right:40px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
color:#474a4d;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
height:15px;
width:410px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:center;
height:50px;
}
/*コメントフォーム送信ボタン設定*/
.CommentFormSubmit input{
width:70px;
border:1px solid #798;
background:#acb;
color: #474a4d;
font:10px Verdana;
font-weight:bold;
}
/*inputタグやtextareaの設定*/
.CommentForms,#color{
width:250px;
border:1px solid #acb;
background:#798;
color: #acb;
font-size:10px;
}
.CommentForms{
padding:2px 4px;
}
#color option{
background:#9ba;
}
input{
background:#798;
border:1px solid #acb;
font-size:10px;
padding:2px 4px;
font:10px Verdana;
}

/* コメントプレビュー */
#commentpreview{
border-bottom:1px dashed #687;
}
#commentpreview_text{
border:1px dashed #798;
margin:0 10px 10px;
}
form{margin:0;}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
border-top:1px solid #acb;
border-bottom:1px dashed #798;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
margin:7px 10px 0;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
margin: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
margin:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
margin:0 10px 7px;
text-align: left;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width:180px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
margin:auto;
color:#fff;
border:1px solid #d5dfd5;
width:160px;
}
.CalendarMoveTable td{
font:bold 10px Verdana;
height:16px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
font-weight:bold;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable td{
font:bold 10px Verdana;
}
.CalendarTable {
margin:auto;
width:160px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font:bold 10px Verdana;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
border:1px solid #d5dfd5;
width:7%;
height:16px;
color:#ea8;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
color:#fff;
border:1px solid #d5dfd5;
width:7%;
height:16px;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
border:1px solid #d5dfd5;
width:7%;
height:16px;
color:#8ae;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
border:1px solid #d5dfd5;
width:7%;
height:17px;
color:#ea8;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
border:1px solid #d5dfd5;
width:7%;
height:17px;
color:#8ae;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
border:1px solid #d5dfd5;
width:7%;
height:17px;
color:#9ba;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
border-top:1px solid #acb;
border-bottom:1px dashed #687;
}

.CommentResBox {
}

.CommentResTitle {
margin:10px 10px 0px;
font-weight:bold;
margin-bottom:4px;
}

.CommentResText {
margin:20px;
}

.CommentResFooter {
	text-align:right;
	margin:10px;
border:1px solid #798;
background:#acb;
color:#798;
}