@charset "utf-8";

/*-----------------------------------------
 cheap paper
 
 ご利用に当たっての注意はこちらへ。質問なども受け付けております。
 http://cie.blog11.fc2.com/blog-entry-21.html
 
 designed by cie.
 http://cie.blog11.fc2.com/
 http://blog.livedoor.jp/cie/
------------------------------------------*/

/*---------------------
 ページ全体
----------------------*/
body{
	width:100%;
	height:100%;
	font-family:Verdana, sans-serif, 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', Osaka, Arial;
	margin:0px;
	padding:0px;
	text-align:center;
	letter-spacing:2px;
	font-size:100%;
	line-height:1.5em;
	color:#424242;
	background:#fff url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_body.png') repeat-y 100% 0%;
}/* リンク設定 */
a{color:#424242;text-decoration:none;}
a:link{color:#424242;text-decoration:none;}
a:visited{color:#424242;text-decoration:none;}
a:hover{color:#706751;text-decoration:none;}

/*---------------------
 コンテンツ全体
----------------------*/
#container{
	margin:0px;
	padding:0px 0px 0px 10px;
	text-align:left;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_container.png') repeat-y 0% 0%;
}

/*---------------------
 ヘッダー
----------------------*/
#banner{
	width:100%;
	height:80px;
	text-align:left;
}/* リンク設定 */
#banner a{color:#424242;text-decoration:none;}
#banner a:link{color:#424242;text-decoration:none;}
#banner a:visited{text-decoration:none;}
#banner a:hover{color:#706751;text-decoration:none;}
/* ブログタイトル */
.blogtitle{
	font-size:12px;
	font-weight:bold;
	padding:25px 0px 8px 30px;
	text-align:left;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_blogtitle.png') no-repeat 0% 100%;
}/* ブログの説明 */
.description{
	font-size:10px;
	padding:0px 0px 0px 32px;
	text-align:left;
}

/*---------------------
 記事表示部
----------------------*/
#content{
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px 0px 20px 0px;
}/* 記事全体 */
.blog{
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_blog.png');
	margin-right:250px;
}/* 日付 */
.date{
	color:#706751;
	font-size:0.65em;
	font-weight:bold;
	padding:10px 0px 5px 3px;
	margin-left:24px;
	text-align:left;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_date.png') no-repeat left bottom;
}/* 記事本体 */
.blogbody{
	padding:0px 10px 20px 10px;
	margin-left:5px;
	border:0px;
}/* 記事タイトル */
.title{
	color:#424242;
	font-size:0.8em;
	font-weight:bold;
	margin:0px 10px 10px 10px;
	padding:10px 0px 10px 3px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_title.png') repeat-x left bottom;
	background-position:50% bottom;
}/* 記事本文 */
.main{
	font-size:0.75em;
	line-height:23px;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 5px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_main.png');
	word-break:break-all;
}/* 本文中の画像を背景画像より前へ */
.main img{position:relative;}
.main a{color:#706751;text-decoration:none;font-weight:bold;}
.main a:link{color:#706751;text-decoration:none;font-weight:bold;}
.main a:visited{color:#706751;text-decoration:none;font-weight:bold;}
.main a:hover{color:#424242;text-decoration:none;font-weight:bold;}
.main p{padding:0px;margin:0px;}
/* 画像 */
.main img{
	padding:4px;
	margin-right:5px;
	margin-bottom:5px;
}
.main .emoji{
	margin:1px;
	vertical-align:middle;
	float:none;
	padding:0px;
}
/* 続きを読む */
.continues{
	font-size:0.9em;
	text-decoration:none;
}/* 続きを読む リンク設定 */
.continues a{color:#706751;text-decoration:none;font-weight:normal;}
.continues a:link{color:#706751;text-decoration:none;font-weight:normal;}
.continues a:visited{color:#706751;text-decoration:none;font-weight:normal;}
.continues a:hover{color:#424242;text-decoration:none;font-weight:normal;}
/* 投稿時間等 */
.posted{
	font-size:0.6em;
	text-align:right;
	margin:0px 10px 10px 10px;
	padding:3px 0px 5px 0px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_posted.png') repeat-x;
}/* 投稿時間等 リンク設定 */
.posted a{color:#706751;text-decoration:none;}
.posted a:link{color:#706751;text-decoration:none;}
.posted a:visited{color:#706751;text-decoration:none;}
.posted a:hover{color:#003333;text-decoration:none;}
/* 個別記事 トップと前後記事へのリンク */
.menu{
	text-align:right;
	margin-top:5px;
}/* リンク設定 */
.menu a{color:#706751;text-decoration:none;}
.menu a:link{color:#706751;text-decoration:none;}
.menu a:visited{color:#706751;text-decoration:none;}
.menu a:hover{color:#003333;text-decoration:none;}
/* PAGE TOP */
.pagetop{
	font-size:0.6em;
	text-align:right;
	margin:0px 20px 5px;
}/* リンク設定 */
.pagetop a{color:#424242;text-decoration:none;}
.pagetop a:link{color:#424242;text-decoration:none;}
.pagetop a:visited{color:#424242;text-decoration:none;}
.pagetop a:hover{color:#706751;text-decoration:none;}
.pagenavi{
	font-size:0.6em;
	text-align:center;
	margin:0px 0px 10px;
}
.pagenavi a{color:#424242;text-decoration:none;}
.pagenavi a:link{color:#424242;text-decoration:none;}
.pagenavi a:visited{color:#424242;text-decoration:none;}
.pagenavi a:hover{color:#706751;text-decoration:none;}

/*---------------------
 トラックバック表示部
----------------------*/
/* トラックバックURLヘッド */
.trackback-urlhead{
	font-size:0.75em;
	font-weight:bold;
	margin:0px 0px 12px 8px;
	padding:15px 0px 3px 2px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_trackback-head.png') no-repeat left bottom;
}/* トラックバックURL */
.trackback-url{
	color:#706751;
	font-size:0.75em;
	font-weight:bold;
	margin:15px 20px;
}/* トラックバックヘッド */
.trackback-head{
	font-size:0.75em;
	font-weight:bold;
	margin:0px 0px 12px 8px;
	padding:15px 0px 3px 2px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_trackback-head.png') no-repeat left bottom;
}/* トラックバック本文 */
.trackback-body{
	font-size:0.65em;
	margin:0px 10px 2px;
	padding:0px 2px;
	line-height:20px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_trackback-body.png');
	word-break:break-all;
}/* トラックバック送信時間等 */
.trackback-post{
	color:#424242;
	font-size:0.6em;
	text-align:right;
	margin:5px 10px 15px;
	padding:0px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_trackback-post.png') repeat-x left bottom;
}/* トラックバック送信時間等 リンク設定 */
.trackback-post a{color:#706751;text-decoration:none;}
.trackback-post a:link{color:#706751;text-decoration:none;}
.trackback-post a:visited{color:#706751;text-decoration:none;}
.trackback-post a:hover{color:#424242;text-decoration:none;}

/*---------------------
 コメント表示部
----------------------*/
/* コメントヘッド */
.comments-head{
	font-size:0.75em;
	font-weight:bold;
	margin:0px 0px 12px 8px;
	padding:15px 0px 3px 2px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_comments-head.png') no-repeat left bottom;
}/* コメント本文 */
.comments-body{
	font-size:0.65em;
	margin:0px 10px 2px;
	padding:0px 2px;
	line-height:20px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_comments-body.png');
	word-break:break-all;
}/* コメント投稿時間等 */
.comments-post{
	font-size:0.6em;
	text-align:right;
	margin:5px 10px 15px;
	padding:0px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_comments-post.png') repeat-x left bottom;
}
.comments-post a{color:#706751;text-decoration:none;}
.comments-post a:link{color:#706751;text-decoration:none;}
.comments-post a:visited{color:#706751;text-decoration:none;}
.comments-post a:hover{color:#424242;text-decoration:none;}

/*---------------------
 コメント送信フォーム
----------------------*/
table.form{margin:25px 0px 0px 10px;} /* 全体 */
.form td{font-size:0.8em;}
,form label{font-weight:normal;} /* テキスト */
#name{width:250px;background:transparent;border:1px solid #808080;} /* 名前 */
#mail{width:250px;background:transparent;border:1px solid #808080;} /* メール */
#url{width:250px;background:transparent;border:1px solid #808080;} /* URL */
#comment{width:350px;height:150px;background:transparent;border:1px solid #808080;} /* コメント */
#pass{width:100px;background:transparent;border:1px solid #808080;} /* パスワード */
#himitu{border:0px;background:transparent;} /* 秘密チェック */
#submit{font-size:1em;border:1px solid #808080;} /* 送信ボタン */
#del{font-size:1em;border:1px solid #808080;} /* 削除ボタン */
.mess{font-size:0.95em;}

/*---------------------
 サイドバー
----------------------*/
#links{
	position:absolute;
	right:10px;
	top:10px;
	width:220px;
	color:#424242;
	padding:0px 0px 20px;
}

/*---------------------
 サイドバー項目
----------------------*/
/* タイトル */
.sidetitle{
	font-size:0.75em;
	font-weight:bold;
	margin:0px 0px 3px;
	padding:3px 0px 3px 5px;
	text-align:left;
	width:220px;
}/* 全体 */
.side{
	font-size:0.65em;
	text-align:left;
	line-height:1.5em;
	margin:0px 0px 20px;
	padding:5px;
	width:100%;
	word-break:break-all;
	overflow: hidden;
}
.side ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.side li{
	padding:0px 5px 0px 5px;
	margin:0px 0px 5px 5px;
}
.side li a{color:#706751;text-decoration:none;}
.side li a:link{color:#706751;text-decoration:none;}
.side li a:visited{color:#706751;text-decoration:none;}
.side li a:hover{color:#424242;text-decoration:none;}

/*---------------------
 カレンダー
----------------------*/
.calender{
	width:210px;
	font-size:1em;

}
.calender caption{
	font-size:1.2em;
	padding:5px 0px;
}
.calender caption a{
	color:#706751;
	font-weight:bold;
}
.calender th{
	font-size:0.9em;
	margin:0px;
	text-align:center;
	font-weight:normal;
	letter-spacing:normal;
	width:25px;
	height:20px;
	line-height:20px;
}
.calender th#sun{color:red;}
.calender th#sat{color:blue;}
.calender td{
	font-size:0.9em;
	text-align:center;
	width:25px;
	height:20px;
	line-height:20px;
}
.calender td a{
	color:#706751;
	font-weight:bold;
}

/*---------------------
 プロフィール
----------------------*/
.photo{text-align:center;} /* 画像 */
.nickname{color:#424242;font-size:1em;font-weight:bold;margin:10px 0px;padding:0px 5px;} /* ニックネーム */
.message{color:#424242;font-size:1em;padding:0px 5px;} /* 本文 */

/*---------------------
 クレジット
----------------------*/
/* POWERED BY FC2 BLOG */
.powered{
	font-size:0.7em;
	text-align:center;
	margin:0px 0px 10px 0px;
}/* Syndicate this site (XML) */
.syndicate{
	font-size:0.6em;
	text-align:center;
}
.designed{margin:0px 0px 10px;background:url('http://rosea.jpn.org/css/dummy.gif') no-repeat;}

/*---------------------
 フッター
----------------------*/
#footer{
	clear:both;
	font-size:0.7em;
	text-align:left;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 25px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/cheap_blog.png') no-repeat;
}
#footer a, #footer a:link, #footer a:visited{color:#706751;text-decoration:none;}
#footer a:hover{color:#424242;text-decoration:none;}

/*---------------------
 その他
----------------------*/
h1,h2,h3{
	margin:0px;
	padding:0px;
}/* 引用スタイル */
blockquote{
	background: #fcfcfc;
	color:#424242;
	width:90%;
	border:solid #706751;
	border-width: 0px 10px 0px 10px;
	margin:3px 10px 4px 8px;
	padding:8px 10px 8px;
	font-size:0.9em;
	line-height:23px;
	word-break:break-all;
}/* inputタグ(ボタンなど) */
input{
	background:#fff;
	border:1px solid #808080;
	color:#424242;
}
br {letter-spacing:normal;} /* brタグのletter-spacing解除の為必要 */
img{border:0px;}/* imgタグ */
.clear{clear:both;}
