/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
	* {
		margin : 0px;
		padding : 0px;
		font-style : normal;
		font-weight : normal;
	}
/*BODY全体に関する設定*/
body {
background-color:#ffffff;
font-size:12px;
font-family:sans-serif;
text-align:center;
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#000000;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{

color:#000000;
text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {

text-decoration:underline;

color:#F26C4F;
}
/*アクティブ状態のリンクの設定*/
a:active {

text-decoration:underline;

color:#F26C4F;
}

/*全体の設定*/
#mainBlock {
width:780px;
text-align: center;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
width:780px;
height:200px;
padding : 115px 0px 65px 620px;
margin-bottom : 10px;
background : url(http://file.momo.asukablog.net/PC_Banner.gif) no-repeat;
}
#TopBlock img{
width : 155px;
height : 20px;
border : 0px;
}
#BodyBlock {
width : 780px;
}
#LeftBlock {
float : left;
clear:both;
margin-right : 15px;
text-align: center;
width : 605px;

}
#LeftBlock .MenuBlock{
float : left;
margin-right : 15px;
text-align: center;
width : 180px;
}

#LeftBlock .MainBlock {
float : right;
text-align: center;
width : 410px;
}

#RightBlock {
float : right;
clear:both;
text-align: center;
width : 160px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
padding: 5px;
text-align: center;
width : 780px;
margin-bottom : 10px;
border : 1px Solid #000000;
font-size : xx-small;
}
#AddBlock {
padding: 5px;
text-align: center;
width : 780px;
margin-bottom : 10px;
font-size : xx-small;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/

.PluginBlock1 {
width: 180px;
padding : 10px;
margin-bottom : 20px;
border : 1px Solid #000000;
}
.PluginBlock2 {
width : 410px;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}
.PluginBlock3 {
width: 160px;
margin-bottom : 20px;
}
.PluginBlock4 {
width: 160px;
padding : 10px;
margin-bottom : 20px;
border : 1px Solid #000000;
}
.PluginBlock5 {
width: 160px;
padding : 10px;
margin-bottom : 20px;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle1 {
background : url(http://file.momo.asukablog.net/PluginTitle.gif) no-repeat center middle;
text-align : center;
font-size:12px;
margin-bottom : 10px;
}
.PluginTitle2 {
background : url(http://file.momo.asukablog.net/Heart_Red-12x10.gif) no-repeat left middle;
text-align: left;
border-bottom : 1px Solid #000000;
padding:5px 0px 5px 20px;
font-size:12px;
}
.PluginTitle4 {
background : url(http://file.momo.asukablog.net/PluginTitle2.gif) no-repeat center middle;
text-align : center;
font-size:12px;
margin-bottom : 10px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
font-size:10px;
line-height : 1.5;
}
.PluginContents2 {
padding : 15px 5px 0px 5px;
font-size:12px;
line-height : 2;
}


.CategoryBlock {
width : 410px;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}
/*各記事タイトル部分の設定*/
.CategoryTitle {
background : url(http://file.momo.asukablog.net/Heart_Red-12x10.gif) no-repeat left middle;
text-align: left;
border-bottom : 1px Solid #000000;
padding:5px 0px 5px 20px;
font-size:12px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.CategoryText {
padding : 15px 5px 0px 5px;
font-size:12px;
line-height : 2;
}



/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事表示部分の背景や余白等の設定*/
.EntryBlock {
width : 410px;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
background : url(http://file.momo.asukablog.net/Heart_Black-12x10.gif) no-repeat left middle;
text-align: left;
border-bottom : 1px Solid #000000;
padding:5px 0px 5px 20px;
font-size:12px;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryText {
padding : 15px 5px 0px 5px;
font-size:12px;
line-height : 2;
}
.EntryText a:link {
color : #000000;
text-decoration : none;
border-bottom : 1px dotted #000000;
}
.EntryText a:visited {
color : #555555;
text-decoration : none;
border-bottom : 1px dotted #555555;
}
.EntryText a:hover {
border-bottom : 1px dotted #F26C4F;
text-decoration : none;
color:#F26C4F;
}
.EntryText a:active {
border-bottom : 1px dotted #F26C4F;
color:#F26C4F;
text-decoration : none;
}
.EntryText strong {
font-weight : bold;
}
.bookmark {
width : 100%;
margin : 50px 0px 15px 0px;
text-align : right;
}
.bookmark a:link {
border : none;
text-decoration : none;
}
.bookmark a:visited {
border : none;
text-decoration : none;
}
.bookmark a:hover {
border : none;
text-decoration : none;
}
.bookmark a:active {
border : none;
text-decoration : none;
}
.bookmark IMG {
vertical-align : top;
}
.ad {
width : 100%;
margin-bottom : 15px;
padding : 10px 0px 10px 0px;
border-top : 1px Dotted #000000;
border-bottom : 1px Dotted #000000;
text-align : center;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
border-style:none;
font-size : 10px;
}
.ad a:link {
color : #000000;
border : none;
}
.ad a:visited {
color : #000000;
border : none;
}

.ad a:hover {
color : #F26C4F;
border : none;
}
.ad a:active {
color : #F26C4F;
border : none;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
width : 100%;
padding: 10px;
border : 1px Solid #000000;
margin-bottom : 20px;
}
.PageLinkBlock table{
font-size : 10px;
width : 100%;
}
.PageLinkBlock table td.left{
width : 180px;
text-align : center;
}
.PageLinkBlock table td.center{
width : 50px;
text-align : center;
}
.PageLinkBlock table td.right{
width : 180px;
text-align : center;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
width : 100%;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}
.CommentEditBlock{
float : right;
width : 420px;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
background : url(http://file.momo.asukablog.net/Heart_75Gray-12x10.gif) no-repeat left middle;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
margin-bottom : 10px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
width : 100%;
border : 1px Solid #3D3D3D;
padding : 10px;
margin-bottom : 10px;
}
/*コメントのタイトル部分*/
.CommentTitle{
background : url(http://file.momo.asukablog.net/Heart_75Gray-12x10.gif) no-repeat left middle;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
}
/*コメント部分*/
.CommentText{
font-size:12px;
line-height : 15px;
word-break: break-all;
margin-bottom : 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
border-style:none;
font-size : 10px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding:0px 5px 0px 0px;
text-align:right;
border-right : 3px Solid #3D3D3D;
font-size : 12px;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding:0px 0px 0px 5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
font-size : 12px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
width : 100%;
padding: 20px 15px;
text-align: left;
border : 1px Solid #000000;
margin-bottom : 20px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
background : url(http://file.momo.asukablog.net/Heart_75Gray-12x10.gif) no-repeat left middle;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
font-size:12px;
line-height : 15px;
word-break: break-all;
margin-bottom : 10px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
background : url(http://file.momo.asukablog.net/Heart_75Gray-12x10.gif) no-repeat left middle;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
}
/*トラックバックの記事部分*/
.TrackbackText{
font-size:12px;
line-height : 15px;
word-break: break-all;
margin-bottom : 10px;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
background : url(http://file.momo.asukablog.net/Heart_75Gray-12x10.gif) no-repeat 0px 7px;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
margin-bottom : 10px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
width : 300px;
border : 0px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
margin-bottom : 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
font-size : 10px;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {

}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
font-size : 10px;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
padding-bottom : 10px;
font-size : 12px;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
font-size : 10px;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:100%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
color:#666666;
font-size:10px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
font-size:10px;
color:#666666;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
color:#666666;
font-size:10px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:10px;
color:#CC3333;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:10px;
color:#003399;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:10px;
color:#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:10px;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:#000000;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBox {
width : 90%;
border : 1px Solid #818181;
padding : 10px;
margin-bottom : 10px;
text-align : right;
color : #818181;
}

.CommentResTitle {
background : url(http://file.momo.asukablog.net/Heart_50Gray-12x10.gif) no-repeat left middle;
text-align: left;
padding:5px 0px 5px 20px;
font-size:12px;
}

.CommentResText {
font-size:12px;
text-align: left;
line-height : 15px;
word-break: break-all;
margin-bottom : 10px;

}

.CommentResFooter {
text-align:right;
border-style:none;
font-size : 10px;
}