/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
background-color:#dcdcdc;
text-align:center;
font-family:Meiryo,"Century Gothic",Osaka,Geneva;
scrollbar-face-color:#dcdcdc;
scrollbar-highlight-color:#f8f8f8;
scrollbar-shadow-color:#f8f8f8;
scrollbar-3dlight-color:#dcdcdc;
scrollbar-arrow-color:#f8f8f8;
scrollbar-track-color:#dcdcdc;
scrollbar-darkshadow-color:#dcdcdc;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
}
/*アクティブ状態のリンクの設定*/
a:active {
}

/*全体の設定*/
#mainBlock {
width:922px;
text-align: center;
margin-left:auto;
margin-right:auto;
border-left:1px solid #c0c0c0;
border-right:1px solid #c0c0c0;
background-color:#ffffff;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:900px;
height: 75px;
text-align: left;
margin:10px;

}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 10px 10px 10px;
text-align:right;
border:1px solid #000000;
background-color:#f8f8f8;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:25px;
font-weight:700;
}

/*通常のリンクの設定*/
#TopTitle a:link {
text-decoration:none;
color:#000000;
}
/*過去に見たことがあるページのリンクの設定*/
#TopTitle a:visited{
text-decoration:none;
color:#000000;
}
/*カーソルが合っている状態のリンクの設定*/
#TopTitle a:hover {
text-decoration:none;
color:#696969;
visibility : visible;float : none;clear : none;position : relative;top : 1pt;left : 1pt;
}
/*アクティブ状態のリンクの設定*/
#TopTitle a:active {
text-decoration:none;
color:#696969;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 10px 10px 20px;
background-color:#000000;
color:#ffffff;
font-size:13px;
}

div#calendar {
font-size : 13px;
text-align: center;
width: 100%;
overflow:hidden;
border-bottom:1px solid #696969;
color:#333333;
margin:10px;
}
div#calendar li {
display : inline;
list-style-type : none;
font-size : 13px;
}
div#calendar ul {
list-style-position : inside;
}
div#calendar li a{
font-weight: bold;
color:#696969;
font-decoration:none;
}
div#calendar li a:hover{
font-weight: bold;
color:#696969;
font-decoration:underline;
}
li.day {
padding:0px 2px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 25px;
text-align:left;
background-color:#000000;
margin:10px;
padding:5px;
color:#ffffff;
font-size:13px;
}

/*通常のリンクの設定*/
#FooterBlock a:link {
color:#d2691e;
font-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
#FooterBlock a:visited{
color:#d2691e;
font-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
#FooterBlock a:hover {
color:#d2691e;
font-decoration:underline;
}
/*アクティブ状態のリンクの設定*/
#FooterBlock a:active {
color:#d2691e;
font-decoration:underline;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float:left;
border:1px solid #000000;
margin:10px;
background-color:#f8f8f8;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:5px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border:1px solid #333333;
padding:5px;
background-color:#333333;
text-align:center;
font-weight:700;
color:#ffffff;
font-size:13px;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
color:#333333;
padding-top:5px;
padding-bottom:5px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding-top:5px;
padding-bottom:5px;
color:#333333;
}

/*通常のリンクの設定*/
.PluginInnerBlock a:link {
color:#8b0000;
border-bottom:1px solid #dcdcdc;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
.PluginInnerBlock a:visited{
color:#8b0000;
border-bottom:1px solid #dcdcdc;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
.PluginInnerBlock a:hover {
color:#8b0000;
border-bottom:2px solid #000000;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.PluginInnerBlock a:active {
color:#8b0000;
border-bottom:2px solid #000000;
text-decoration:none;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 680px;
float:right;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*記事詳細ページなどのタイトル枠の設定*/
.PageTitle{
background-color:f8f8f8;
padding:15px;
border:1px solid #dcdcdc;
}

.PageTitle a:link {
color:#000000;
text-decoration:none;
}
.PageTitle a:visited{
color:#000000;
text-decoration:none;
}
.PageTitle a:hover {
color:#000000;
text-decoration:underline;
}
.PageTitle a:active {
color:#000000;
text-decoration:underline;
}

/*記事詳細ページなどのタイトルの設定*/
.PageTitleII{
font-size:20px;
font-weight:700;
color:#d2691e;
}
/*記事詳細ページの記事情報部分の設定*/
.PageTitleInfo{
font-size:12px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
border-left:15px solid #696969;
border-top:1px solid #696969;
border-right:1px solid #696969;
border-bottom:1px solid #696969;
padding:10px;
margin-top:10px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#000000;
font-weight:700;
font-size:13px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
font-size:13px;
color:#333333;
}

/*通常のリンクの設定*/
.EntryText a:link {
color:#333333;
text-decoration:underline;
}
/*過去に見たことがあるページのリンクの設定*/
.EntryText a:visited{
color:#696969;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
.EntryText a:hover {
color:#333333;
background-color:#dcdcdc;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.EntryText a:active {
color:#333333;
background-color:#dcdcdc;
text-decoration:none;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: left;
background-color:#f8f8f8;
font-size:13px;
color:#333333;
}
/*通常のリンクの設定*/
.EntryPsText a:link {
color:#333333;
text-decoration:underline;
}
/*過去に見たことがあるページのリンクの設定*/
.EntryPsText a:visited{
color:#696969;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
.EntryPsText a:hover {
color:#333333;
background-color:#dcdcdc;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
.EntryPsText a:active {
color:#333333;
background-color:#dcdcdc;
text-decoration:none;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-bottom:1px solid #696969;
margin-bottom:10px;
font-size:13px;
}
.EntryFooter a:link {
color:#000000;
text-decoration:none;
}
.EntryFooter a:visited{
color:#000000;
text-decoration:none;
}
.EntryFooter a:hover {
color:#000000;
text-decoration:underline;
}
.EntryFooter a:active {
color:#000000;
text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
font-size:15px;
}
/*次の記事やHOMEへのリンクが表示される部分の文字色設定*/
.PageLinkBlockFont{
border:1px solid #dcdcdc;
font-weight:700;
color:#000080;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
border-left:10px solid #696969;
border-bottom:1px solid #696969;
padding:5px;
}

.CommentBox{
margin-left:10px;
margin-right:5px;
margin-bottom:20px;
margin-top:10px;
background-color:#f8f8f8;
border-left:5px solid #dcdcdc;
}

.CommentTextBox{
margin-left:10px;
margin-right:10px;
margin-bottom:20px;
margin-top:10px;
background-color:#f8f8f8;
}


/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
color:#696969;
font-size:17px;
font-weight:700;
padding:10px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
font-size:13px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
border-top:1px solid #ffffff;
font-size:15px;
}
.CommentFooter a:link {
color:#000000;
text-decoration:none;
}
.CommentFooter a:visited{
color:#000000;
text-decoration:none;
}
.CommentFooter a:hover {
color:#000000;
text-decoration:underline;
}
.CommentFooter a:active {
color:#000000;
text-decoration:underline;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
margin-left:20px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:left;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
width:400px;
border:1px solid #696969;
text-align:center;
background-color:#dcdcdc;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormReset{
text-align:left;
width:200px;
border:1px solid #696969;
text-align:center;
background-color:#dcdcdc;
}
/*inputタグの設定*/
.CommentForms{
width:200px;
border:1px solid #696969;
}
/*textareaの設定*/
.CommentTextForms{
width:400px;
height:100px;
border:1px solid #696969;
}
/*input（タイトル）の設定*/
.CommentTitleForms{
width:400px;
border:1px solid #696969;
}
/* スクロールバー*/
textarea{
scrollbar-face-color:#fff;
scrollbar-highlight-color:#696969;
scrollbar-shadow-color:#696969;
scrollbar-3dlight-color:#fff;
scrollbar-arrow-color:#696969;
scrollbar-track-color:#FFFFFF;
scrollbar-darkshadow-color:#fff;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackMenuTitle{
text-align: left;
border-left:10px solid #696969;
border-bottom:1px solid #696969;
padding:5px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin-left:10px;
margin-right:5px;
margin-bottom:20px;
margin-top:10px;
background-color:#f8f8f8;
border-left:5px solid #dcdcdc;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
color:#696969;
font-size:17px;
font-weight:700;
padding:10px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
font-size:13px;
color:#696969;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:#696969;
font-size:15px;
}
.TrackbackFooter a:link {
color:#696969;
text-decoration:none;
}
.TrackbackFooter a:visited{
color:#696969;
text-decoration:none;
}
.TrackbackFooter a:hover {
color:#696969;
text-decoration:underline;
}
.TrackbackFooter a:active {
color:#696969;
text-decoration:underline;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 17px;
margin:10px;
}

#TrackbackURL{
width:500px;
border:1px solid #696969;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
font-size:15px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:left;
font-size:15px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size:13px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
background-color:#ffffff;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {

}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
background-color:#ffffff;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
background-color:#ffffff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
font-size:13px;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-weight:500;
color:#ff1493;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-weight:500;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
font-weight:500;
color:#4169e1;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
font-size:13px;
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
background-color:#ffffff;
color:#ff1493;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
background-color:#ffffff;
color:#4169e1;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
background-color:#ffffff;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}


/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
color:#696969;
}

.CommentResBox {
	padding:10px;
background-color:#ffffff;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
font-size:13px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
}
