/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0;
padding: 0;
background-color:#f6f2e3;
color:#312920;
font-size:10pt;
font-family: "メイリオ","Meiryo";
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:275aff;
text-decoration: underline;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color: #275aff;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:275aff;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:275aff;
}

/*全体の設定*/
#mainBlock {
}

main {
min-width: 1020px;
margin: 0 auto;
padding: 0;
overflow: hidden;
position: relative;
top: -220px;
}

/*font-color*/
.FontcolorGreen {
color: #2d6f4c;
}
.FontcolorBlue {
color: #275aff;
}

.FontcolorYellow {
color: #fff000;
}

.FontcolorOrange {
color: #ff5908;
}

.FontcolorGray {
color: #605d59;
}

strong {
font-size: 1.2em;
font-weight: bold;
color: #ff0000;
}

small {
font-size: 0.8em;
color: #605d59;
}

.LargeFont {
font-size: 1.2em;
}

.BoldFont {
font-weight: bold;
}

.SmallFont {
font-size: 0.8em;
color: 808080;
}

hr {
width: 100%;
border: 1px dashed #6e6358;
}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
min-width:1020px;
height:120px;
margin: 0 auto;
border-width: 5px 0px 10px 0px;
border-style: solid;
border-color: #5f5035;
background: url(http://file.doukouhutari.tosalog.com/heabg.png);
}
/*ページタイトル文字部分の設定*/
#TopTitle {
width: 100%;
text-align: left;
margin: 0 auto;
overflow: hidden;
padding: 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:808080;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
width: 100%;
height: 40px;
margin: 0 auto;
margin-top: 10px;
clear: both;
font-size: 1.1em;
text-align: left;
text-indent: 20px;
line-height: 32px;
color: #423928;
}

#HeadNav {
width: 48%;
height: 200px;
margin: 0 auto;
position: relative;
top: -200px;
left: 20%;
z-index: 9;
}

#HeadNav ul{
}

#HeadNav li{
margin: 0px 6px;
float: right;
list-style: none;
list-style-type: none;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
footer {
width: 100%;
height: 40px;
clear:both;
overflow: hidden;
text-align: center;
line-height: 50px;
background: url(http://file.doukouhutari.tosalog.com/heabg.png);
border-top: 8px solid #5f5035;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 24%;
min-width: 240px;
height: auto;
display: block;
float: left;
padding-right: 5px;
border-right: 1px solid #5f5035;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
width: 100%;
margin: 0 auto;
padding-bottom: 20px;
display: block;
margin-bottom: 30px;
border-bottom: 1px solid #5f5035;
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
width: 100%
height: 20px;
overflow: hidden;
margin-bottom: 10px;
font-size: 1.1em;
font-weight: bold;
line-height: 40px;
}

.PluginTitle>span {
width: 68%;
height: 2px;
display: block;
float: right;
margin-left: 60px;
margin-top: -22px;
background-color: #5f5035;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
}

.plugin_data {
width: 94%;
height: 20px;
font-size: 0.9em;
}

.plugin_data_date {
height: 24px;
display: block;
margin-top: -20px;
margin-botom: 30px;
font-size: 0.8em;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
width: 100%;
margin-bottom: 10px;
font-size:0.9em;
}

#Categolies:before {
content:url(http://file.doukouhutari.tosalog.com/arrow.png);
display:block;
margin: 10px -7px 0px -3px;
float: left;
}

#Categolies {
height: 36px;
margin-bottom: 14px;
font-size: 1em;
text-indent: 10px;
background-color: #c8c1b1;
font-weight: bold;
}

#Categolies a {
width: 190px;
height: 30px;
display:block;
float: left;
line-height: 36px;
text-decoration: none;
}

.profile_image img {
width: 40%;
height: auto;
margin-left: 10px;
margin-right: 10px;
float: left;
}

#HN, #HP, #job, #Age {
width: 48%;
height: 16px;
float: left;
font-size: 0.9em;
line-height: 20px;
}

#HN>div, #HP>div, #job>div, #Age>div, #HN>p, #HP>p, #job>p, #Age>p {
margin: 0;
padding: 0;
float: left;
}

#HN>p, #HP>p, #job>p, #Age>p {
margin-right: 5px;
font-weight: bold;
}

#Introduction {
clear: both;
margin-bottom: 80px;
font-size: 0.9em;
}

#Introduction>p {
height: 20px;
margin: 10px 0px 0px 0px;
padding: 0;
font-weight: bold;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 72%;
win-width: 440px;
overflow: hidden;
margin-top:40px;
margin-left: 2%;
display: block;
float: left;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
width: 100%;
display: block;
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
text-align: left;
background-color: #dbccb9;
}

.EntryText a {
display: block;
margin: 0 auto;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
width: 100%;
height: 42px;
background-color: #9b854c;
clear: both;
}

.EntryTitle>a {
width: 100%;
height: 20px;
padding: 8px;
display: block;
border-bottom: 1px solid #fffbba;
text-decoration: none;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
width: 80%;
height: 30px;
display: block;
float: left;
line-height: 24px;
font-size: 1.4em;
font-weight: bold;
color: #fffbba;
font-family: "游明朝","Yu Mincho",serif;
}

.EntryTitleFont:before {
content: url(http://file.doukouhutari.tosalog.com/titleicon.png);
width:24px;
height: 24px;
float: left;
display: block;
margin-right: 10px;
}

/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
width: 16%;
height: 18px;
padding-left: 8px;
margin-top: 2px;
float: right;
display: block;
overflow: hidden;
font-size: 0.8em;
background-color: #fffbba;
text-decoration: none;
color: #685b40;
line-height: 18px;
}

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

/*記事本文が記載される部分*/
.EntryText {
width: 90％;
padding: 20px;
text-align: left;
line-height: 24px;
font-size:1em;
}

.EntryText a {
width: auto;
height: auto;
display: block;
}

.ArticleColumn {
width: 100%;
}

.ArticleColumn time {
width: 100%;
clear: both;
display: block;
}

.ArticleLeftColumn {
width: 48%;
height: auto;
overflow: hidden;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.ArticleRightColumn {
width: 48%;
height: auto;
overflow: hidden;
float: right;
margin-bottom: 10px;
}

.ArticleLeftColumn>a>img, .ArticleRightColumn>a>img {
width: 100%;
height: auto;
margin: 0 auto;
margin: 10px;
}

.linear {
width: 100%;
clear: both;
margin-bottom: 10px;
}

.center {
width: 100%;
margin: 0 auto;
text-align: center;
clear: both;
}

.MainVisual {
width: 105%;
height: auto;
margin: 0 auto;
margin: -50px 0px 20px -20px;
padding: 0;
clear: both;
background-color: #fffbba;
border-bottom: 3px solid #9b854c;
}

.MainVisual>a {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
margin-top: 30px;
padding: 20px;
text-align: center;
}

.MainVisual img {
width: auto;
height: 320px;
margin: 0 auto;
text-align: center;
}

.MainVisual p {
width: 100%;
height: auto;
clear: both;
font-family: "游明朝","Yu Mincho",serif;
text-align: center;
}

.MainVisual .temple {
height: 16px;
margin-bottom: 0;
padding-bottom: 0;
font-size: 12pt;
color: #241e12;
}

.MainVisual .words {
height: 16px;
color: #9b854c;
text-align: center;
padding-bottom: 16px;
border-bottom: 1px solid #9b854c;
}

.row {
widtth: 100%;
margin: 0 auto;
overflow: hidden;
clear: both;
margin-bottom: 24px;
}

.map {
width: 370px;
height: auto;
}

.row img {
height: auto;
margin: 0 auto;
margin: 10px;
}

.ArticleColumn dl {
color: #008080;
margin: 6px 0px;
}
.ArticleColumn dt {
width: 100%;
clear: both;
}
.ArticleColumn dd {
width: 100%;
clear: both;
}

.planlist {
width: 92%;
margin: 2%;
padding: 2%;
border: 1px solid #7D705A;
}

.planlist h3 {
padding: 1%;
width: 20%;
height: 22px;
display: block;
background-color: #7D705A;
color: #dbccb9;
}

.planlist dl {
color: #425757;
margin: 6px 0px;
}

.planlist dt {
width: 80%;
height: 18px;
font-size: 1.1em;
overflow: hidden;
clear: both;
color: #008080;
}

.planlist dd {
margin-bottom: 24px;
clear: both;
line-height: 18px;
}

.planlist dt:after {
content:"======================================";
width: 80%;
display: inline-block;
float: right;
}

.planlist span {
width: 100%;
clear: both;
display: block;
text-decoration: underline;
}

.Introduction h4 {
width: 90%;
height: 30px;
clear: both;
border-bottom: 4px solid  #3E706D;
font-size: 1.1em;
}

.Introduction h4:before {
content: " ■";
color: #3E706D;
display: inline-block;
}

/*追記文書が記載される部分*/
.EntryPsText {
text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
width: 100%;
height: 20px;
padding: 8px;
font-size:0.8em;
border-top: 4px double #685b40;
}



/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
width: 180px;
height: 20px;
padding-left: 4px;
display: block;
float: left;
background: #685b40;
line-height: 20px;
}

.EntryCategory a {
width: 96%;
height: 20px;
float: left;
display: block;
color: #dbccb9;
text-decoration: none;
}

.EntryCategory a:before {
content: "▶";
width: 20px;
height: 20px;
float:left;
display: block;
}

/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
width: 100px;
height: 18px;
margin-right: 25%;
padding-left: 4px;
display: block;
float: right;
background: #685b40;
}

.EntryComment a {
width: 100%;
height: 20px;
display: block;
color: #dbccb9;
text-decoration: none;
}

.NinjaClap {
width: 160px;
height: 20px;
overflow: hidden;
display: block;
position: absolute;
bottom: 16px;
right: 10px;
line-height: 20px;
}

.NinjaClap>a {
width: 64%;
height: 20px;
display: block;
float: left;
}

/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
}

#footpager {
width: 100%;
height: 28px;
margin: 0 auto;
margin: 0;
padding: 0;
overflow: hidden;
clear: both;
display: block;
}

.pager {
width: 100%;
height: 28px;
padding: 0;
margin: 0;
}

#footpager li {
width: 100px;
height: 28px;
display:block;
float: left;
text-align: center;
line-height: 28px;
color: #fff;
background-color: #9b854c;
}

.prev {
margin-right: 30%;
}

.Home {
margin-right: 30%;
}

.next {
float: right;
}

#footpager a {
width: 100%;
height: 28px;
display:block;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
background-color:ffffff;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
}
/*コメントのタイトル部分*/
.CommentTitle{
background-color:f5f5f5;
}
/*コメント部分*/
.CommentText{
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
}
/*投稿者名の部分*/
.CommentUserName{

}
/*投稿者のホームページへのリンク部分*/
.CommentURL{

}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{

}
/*コメント編集へのリンク部分*/
.CommentEdit{

}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{

}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
}
/*トラックバックの記事部分*/
.TrackbackText{
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
margin-left: 5px;
margin-top: 5px;
padding:1px;

}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
#CalenderBox {
width: 90%;
padding: 20px 10px;
background-color: #c8c1b1;
}

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:100%;
margin-bottom: 10px;
border-bottom: 1px solid #6e6358;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:100%;
padding:3px;
font-size: 0.9em;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
.CalendarTable td {
width: 14%;
height: 20px;
margin: 6px;
}

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
color: #9b854c;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color: #275aff;
text-decoration: underline;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
         	padding:10px 30px 10px 50px;
}

.CommentResBox {
	padding:10px;
        border:dotted 2px #696969;
         
}

.CommentResTitle {
         font-color:#696969;
	font-size:1.2em;
	font-weight:700;
}

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

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