@charset "utf-8";


/*---------------------ページ全体----------------------*/
body{
        margin:0;
        padding:0;
        font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
        font-size:16px;
        letter-spacing:1px;
        line-height:1.6em;
        word-wrap: break-word;
        color:#151105;
        background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-bg-cloth.jpg);
}

/* リンク設定 */
a{color:#777e41;text-decoration:none;}
a:link{color:#777e41;text-decoration:none;}
a:visited{color:#777e41;text-decoration:none;}
a:hover{color:#97a053;text-decoration:underline;}

/*---------------------コンテンツ全体----------------------*/
#container{
        width: 900px;
        margin:0 auto;
        text-align:left;
        background: url(http://blog-imgs-61.fc2.com/p/o/t/potar/leaves-l-bg2.jpg) repeat-y;
}

/*---------------------ヘッダー----------------------*/
#header{
        width:900px;
        height:155px;
        margin:0;
        color: #3f330f;
        background: url(http://blog-imgs-61.fc2.com/p/o/t/potar/leaves-l-header.png) no-repeat;
        font-family:Candara, Optima, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
        letter-spacing:2px;
        text-align: right;
}
/* リンク設定 */
#header a{color:#3f330f;text-decoration:none;}
#header a:link{color:#3f330f;text-decoration:none;}
#header a:visited{color:#3f330f;text-decoration:none;}
#header a:hover{color:#3f330f;text-decoration:none;}
/* ブログタイトル */
.blogtitle{
        padding:60px 96px 0 96px;
        font-size:36px;
        line-height: 36px;
        font-weight:normal;
        -webkit-text-stroke: 0.2px #3f330f;
}
/* ブログの説明 */
.description{
        padding-right:96px;
        margin-top:12px;
        font-size:14px;
        line-height: 14px;
}
/* ヘッダー下ライン */
.header-dot-line { width: 900px; height: 25px;
            background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line.png) repeat-x; }
/*---------------------記事表示部----------------------*/
#content{
        margin: 0;
        padding: 0;
        width: 650px;
        float: right;
}
/* 記事全体 */
.entry{
        margin: 0 30px 0 30px;
        padding:0;
}
/* 各記事本体 */
.entrybody{
	padding:0;
	margin:0 0 50px 0;
}
/*----------------- エントリーヘッド -------------------*/
/* 記事ヘッダー全体 */
.entry-header {
        width: 590px;
        height: 55px;
        position: relative;
        left: -5px;
}
/* 日付 */
.date{
        width: 50px;
        height: 40px;
        margin: 0;
        float: left;
	font-size:13px;
        font-family:Candara, Optima, Verdana,sans-serif;
        line-height: 1em;
        text-align: center;
}
/* 年 */
.date-y { margin: 4px 0 0 -7px;}
/* 月日 */
.date-md { margin: 4px 0 0 -7px;}
/* 各曜日の背景 */
.date.Sun {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf101.png) no-repeat;}
.date.Mon {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf102.png) no-repeat;}
.date.Tue {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf103.png) no-repeat;}
.date.Wed {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf104.png) no-repeat;}
.date.Thu {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf105.png) no-repeat;}
.date.Fri {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf106.png) no-repeat;}
.date.Sat {background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf107.png) no-repeat;}
/* 記事タイトル */
.title{
        width: 540px;
        height: 30px;
        float: left;
	margin: 10px 0 0 0;
	padding:0;
	color:#3f330f;
	font-size:17px;
        line-height: 1em;
	font-weight:normal;
	letter-spacing:1.5px;
        font-family:Candara, Optima, Verdana,'メイリオ','Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3',sans-serif;
}
/* 記事タイトルリンク設定 */
.title a{color:#3f330f;text-decoration:none;}
.title a:link{color:#3f330f;text-decoration:none;}
.title a:visited{color:#3f330f;text-decoration:none;}
.title a:hover{color:#97a053;text-decoration:none;}
/* カテゴリーとタグ */
.cat-tag {
         width: 540px;
         height: 15px;
         clear: both;
         margin: 0;
	 padding:0 0 0 52px;
         font-size: 11px;
        line-height: 1em;
}
/*--------------------- 記事本文 ------------------------*/
.main{
	font-size:0.8em;
	margin:15px 0 0 0;
	padding:0;
        overflow: hidden;     
}
/* 画像 */
.main img{
	margin-bottom:5px;
	margin-right:5px;
}
.main .emoji{
	margin:1px;
	vertical-align:middle;
	float:none;
	border:0;
}
/* 続きを読む */
.continues{
        font-size:0.9em;
        font-weight:normal;
}
/* 投稿時間等 */
.posted{
	font-size:0.7em;
	text-align:right;
	margin:0 0 25px 0;
	padding:0;
}
/* 個別記事 トップと前後記事へのリンク */
.menu{
	text-align:right;
	margin:5px 0 0;
}
.pagenavi{
	font-size:0.7em;
	text-align:center;
	margin:0 0 15px;
}
/* ナビ仕切りアイコン */
.dot5 {margin: 0 3px 0 3px;}
/*---------------------トラックバック表示部----------------------*/
/* トラックバックURLヘッド */
.trackback-urlhead{
	font-size:0.8em;
	padding:0;
	margin:20px 0 5px 0;
}
.trackback-urlhead:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf14.png);
        position: relative;
        top: 5px;
        margin: 0 3px 0 0;
}
/* トラックバックURL */
.trackback-url{
	font-size:0.75em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	letter-spacing:2px;
}
/* トラックバックヘッド */
.trackback-head{
	font-size:0.8em;
	padding:0;
	margin:30px 0 10px 0;
}
.trackback-head:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf13.png);
        position: relative;
        top: 5px;
        margin: 0 3px 0 0;
}
/* トラックバック本文 */
.trackback-body{
	font-size:0.75em;
	padding:5px 10px 0 17px;
	margin:0 5px 0 5px;
        background: #fffdfc;
        border-radius: 3px 3px 0 0;
        border-left: 1px dotted #777e41;
        border-top: 1px dotted #777e41;
        border-right: 1px dotted #777e41;
        background: #fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line2.png) repeat-y 1px 0;
}
/* トラックバック送信時間等 */
.trackback-post{
	padding:0 10px 5px 17px;
	margin: 0 5px 15px 5px;
	font-size:0.65em;
	text-align:right;
        background: #fffdfc;
        border-radius: 0 0 3px 3px;
        border-right: 1px dotted #777e41;
        border-bottom: 1px dotted #777e41;
        border-left: 1px dotted #777e41;
        background: #fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line2.png) repeat-y 1px 0;
}

/*---------------------コメント表示部----------------------*/
/* コメントヘッド */
.comments-head{
	font-size:0.8em;
	margin:30px 0 5px 0;
	padding:3px 0 2px 5px;
}
.comments-head:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf12.png);
        position: relative;
        top: 5px;
        margin: 0 3px 0 0;
}
/* コメント本文 */
.comments-body{
	font-size:0.75em;
	padding:5px 10px 0 17px;
	margin:0 5px 0 5px;
        background: #fffdfc;
        border-radius: 3px 3px 0 0;
        border-left: 1px dotted #777e41;
        border-top: 1px dotted #777e41;
        border-right: 1px dotted #777e41;
        background: #fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line2.png) repeat-y 1px 0;
}
/* コメント投稿時間等 */
.comments-post{
	font-size:0.65em;
	text-align:right;
	padding:0 10px 5px 17px;
	margin:0 5px 15px 5px;
	background: #fffdfc;
        border-radius: 0 0 3px 3px;
        border-right: 1px dotted #777e41;
        border-bottom: 1px dotted #777e41;
        border-left: 1px dotted #777e41;
        background: #fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line2.png) repeat-y 1px 0;
}
/*------------------コメント送信フォーム--------------------*/
table.form{margin:35px 0px 0px 10px;} 
.form td{font-size:0.8em;}
.form label{font-weight:normal;} 
#name{width:200px;border:1px solid #575c30;}
#mail{width:200px;border:1px solid #575c30;}
#url{width:200px;border:1px solid #575c30;} 
#comment{width:400px;height:150px;border:1px solid #575c30;resize:vertical;}
#pass{width:100px;border:1px solid #575c30;} 
#himitu{border:0px;background:transparent;}
#submit{font-size:1em;border:1px solid #575c30;} 
#del{font-size:1em;border:1px solid #575c30;}
.mess{font-size:0.9em;}

/*---------------------サイドバー----------------------*/
#sidebar{
	width:250px;
        margin: 0;
	padding:0;
        float: right;
}

/*------------------サイドバー項目----------------------*/
/* タイトル */
.sidetitle{
	font-size:0.8em;
        margin: 4px 20px 0 20px;
	padding:0;
        color: #3f330f;
	line-height:1.1em;
}
/* プラグイン1 タイトル前のアイコン */
.sidetitle.plugin1:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf14.png);
        position: relative;
        top: 4px;
        margin: 0 3px 0 0;
}
/* プラグイン2 タイトル前のアイコン */
.sidetitle.plugin2:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf13.png);
        position: relative;
        top: 4px;
        margin: 0 3px 0 0;
}
/* プラグイン3 タイトル前のアイコン */
.sidetitle.plugin3:before {
        content: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf12.png);
        position: relative;
        top: 4px;
        margin: 0 3px 0 0;
}
/* 内容 */
.side{
	font-size:0.72em;
	text-align:left;
	line-height:1.6em;
	width:auto;
	padding:3px;
	margin:2px 20px 16px 20px;
}
/* リスト */
.side ul {
        margin:2px 0 5px 0;
        padding:0;
}
 
.side li {
        margin:0 0 3px 20px;
        list-style:none url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-li-dot5.png)  outside;
}
/* 検索 */
p.plugin-search input{
	background:#fffdfc;
	border:1px solid #575c30;
        margin-bottom: 5px;
}
/*サイドリンク設定*/
.side a{color:#575c30;text-decoration:none;}
.side a:link{color:#575c30;text-decoration:none}
.side a:visited{color:#575c30;text-decoration:none;}
.side a:hover{color:#97a053;text-decoration:unone;}

/*-------------------- カレンダー --------------------*/
.calender{
	width:200px;
	font-size:1.1em;
        border: solid 1px #575c30;
        border-collapse: collapse;
        font-family:Candara, Optima, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.calender caption{
	font-size:1em;
	padding:0 0 3px 0;
}
.calender caption a{
	font-weight:bold;
}
.calender th{
	font-size:0.85em;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:normal;
	letter-spacing:normal;
	height:21px;
	line-height:21px;
        border: dotted 1px #575c30;
}
.calender td{
	font-size:0.8em;
	padding 0;
	text-align:center;
	height:19px;
	line-height:19px;
        border: dotted 1px #575c30;
}
.calender td a{
        display:block;width:100%;height:100%;
	font-weight:normal;
	background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf2.png) no-repeat 50% 50%;
        color: #151105;
}
.calender td a:hover{
        display:block;width:100%;height:100%;
	background-color:transparent;
	background:#fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaf2.png) no-repeat 50% 50%;
        color: #151105;
}

/*---------------------フッター----------------------*/
#footer{
        width: 900px;
	clear: both;
	font-size:0.7em;
	text-align: left;
	line-height: 1.6em;
	margin:20px 0 0 0;
	padding:0;
        background: url(http://blog-imgs-61.fc2.com/p/o/t/potar/leaves-l-footer.png) no-repeat;
}
/* フッター上ライン */
.footer-dot-line { width: 900px; height: 5px;
            background: url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line.png) repeat-x; }
/* コピーライト */
.copyright { margin: 0 20px 0 30px; padding: 7px 0 15px 0;}
/*---------------------その他----------------------*/
h1,h2{
        margin:0;
        padding:0;
}

/* 引用 */
.main blockquote{
	padding:3px 9px 3px 16px;
	font-size:0.9em;
	margin:10px 5px 10px 5px;
        background: #fffdfc url(http://blog-imgs-55.fc2.com/p/o/t/potar/leaves-line2.png) repeat-y 1px 0;
        border-radius: 3px;
        border: 1px dotted #777e41;
}
/* 罫線 */
hr {
    border: 0;
    height: 0;
    border-top: 1px solid #575c30;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* テキストエリア */
.main textarea{
        background:#fffdfc;
        border: 1px solid #575c30;
}
br {letter-spacing:normal;} /* brタグのletter-spacing解除 */
img{border:0;}/* imgタグ */
.clear{clear:both;}
/*ページの先頭へ戻るアイコン*/
#back-top { 
        position:fixed;
        right:15px;
        bottom: 15px;
}