/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 30px;
font-size:75%;
color: #474a4d;
background-color: #fffffc;
}  




/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
a { 
text-decoration: none;
}

/*通常のリンクの設定*/
a:link { 
color: green; 
}

/*過去に見たことがあるページのリンクの設定*/
a:visited { 
color:navy; 
}
/*カーソルが合っている状態のリンクの設定*/
a:hover { 
color:Gray; 
}
/*アクティブ状態のリンクの設定*/
a:active { 
color:Gray; 
}

/*改行*/
br { 
letter-spacing: normal; 
}

/*罫線*/

hr.style1 {
width: 500px;
height:1px;
margin: 2px 0px 2px 4px;
text-align:left;
padding: 0;
border: none ;
color: #000000;
background: #000000;
line-height: 0px;
}


.strongbr{
line-height: 300%;
} 





/*棒線*/

.line{
letter-spacing: 0px;
padding: 0px 0.2em 0px 0px;
}


.boldline{
line-height:300%;
}

.Lightline{
line-height:100%;
}

/*Verdana*/

.ver{
font-family:Verdana;
}


/*画像*/

a img { 
border: none;
}

																				 
img {
border: none;
 }



/*全体の設定*/
#mainBlock {
line-height: 150%;
letter-spacing: 0.05em;
}


/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/

p{display: inline;
}


.menu {
margin-top: 0;
margin-bottom: 0em;
padding: 0px;
letter-spacing: 0px;
}


#menu1 {
padding: 8px 0px;
margin: 0px 0px 0px 5px;
letter-spacing: 0px;
vertical-align:bottom;
line-height: 15px;
}  

#menu2 {
padding: 8px 0px;
margin: 0px 0px 2em 5px;
letter-spacing: 0px;
vertical-align:top;
line-height: 15px;
}

#menu3 {
padding: 8px 0px;
margin: 0px 0px 0px 5px;
letter-spacing: 0px;
vertical-align:bottom;
line-height: 15px;
}


.menuline{
line-height: 0px;
width: 42em;
padding: 0px;
margin: 0px 0px 0px 4px;
letter-spacing: 0px;
border-top: solid 1px #000000;
}


*html .menuline{
width: 42em;
padding: 0px;
margin: 1px 0px -5px 4px;
line-height: 0px;
letter-spacing: 0px;
border-top: solid 1px #000000;
}

.toptitle{
padding: 0px;
margin: 0px 0px 0px 4px;
vertical-align:bottom;
border:solid 1px #7d786e;
}

.topbanner{
padding: 0px;
margin: 0px 0px 0px 4px;
vertical-align:bottom;
border:solid 1px #7d786e;
}



.bold1{
font-weight: bold;
font-size: 120%;
font-family:Verdana;
letter-spacing: 0px;
vertical-align:bottom;
color: #000000;
}


.bold2{
font-weight: bold;
font-size: 120%;
font-family:Verdana;
letter-spacing: 0px;
vertical-align:top;
}




.ml{
margin: 0px;
padding: 0px 0px 0px 12px;
letter-spacing: 0px;
}

.mr{
margin: 0px;
padding: 0px 12px 0px 0px;
letter-spacing: 0px;
}

.mrl{
margin: 0px;
padding: 0px 12px 0px 12px;
letter-spacing: 0px;
}


.menuname{
margin: 0;
padding: 0;
letter-spacing: 0px;
font-family:Verdana;
}





/*ページタイトル文字色の設定*/
.TopTitleFont {
color: black;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
margin-top: 30em;
padding: 0em 0em;
text-align: center;
vertical-align:bottom;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 150px;
margin-left: 43em;
text-align: left;
line-height: 150%;
letter-spacing: 0.05em;
}


* html .PluginBlock {
width: 150px;
margin-left: 515px;
text-align: left;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
color:#000000;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 10px;
line-height:100%;
letter-spacing: 0.05em; 
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0px;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
max-width: 41.66em;
float:left;
text-align: left;
margin-top: 2em;
margin-left: 0em;
}


* html #EntryBlock {
min-width: 100px;
max-width: 500px;
float:left;
  width:expression(document.body.clientWidth < 102? "100px" : document.body.clientWidth > 502? "500px" : "auto");
text-align: left;
margin-top: 2em;
margin-left: 0px;
}



/*記事表示部分の背景や余白等の設定*/
#EntryInnerBlock {
text-align: left;
}

/*各記事タイトル部分の設定*/
#EntryTitle {
text-align: left;
margin: 2em 2em 2em 1em;
}

.mf{
margin: 0em;
padding: 0em 1em 0em 0em;
}

.mb{
margin: 0em;
padding: 0em 0em 0em 1em;
}


/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/

#EntryTextBox{
margin-top: 1em;
margin-bottom: 1em;
}

/*記事本文が記載される部分*/

.EntryText {
margin-top: 1em;
text-align: left;
}

/*追記文書のブロック部分*/

#EntryTextFooter{
margin-top: 2em;
margin-left: 1em;
}

/*追記文書のタイトル*/
.EntryPsTitle {
margin: 2em 0em 1em 1em;
text-align: left;
}

/*追記文書が記載される部分のタイトル*/
.EntryPsText {
margin: 5em 0em 2em 1em;
text-align: left;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
#EntryFooter {
margin-top: 1em;
text-align:left;
margin-bottom: 5em;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 1em;
}

/*次の記事やHOMEへのリンクが表示される背景部分*/
#PageLinkBlock{
text-align:center;
margintop: 15em;
}

.index{
padding: 2em;
margin-left: 3em;
margin-bottom: 20em;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
line-height:150%;
letter-spacing: 0.05em; 
padding:0px 5px 0px 0px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:left;
}
/*ブログ内検索のボックス*/
.box{
color:gray;
background:#FFFFFF;
border:solid 1px #000000;
}

/*ブログ内検索のボタン*/
.btn{
color:#000000;
background:#FFFFFF;
border:solid 1px #000000;
margin: 5px 3px;
cursor:pointer;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

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

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
