@charset "utf-8";

/*-----------------------------------------
 border
 
 ご利用に当たっての注意はこちらへ。質問なども受け付けております。
 http://cie.blog11.fc2.com/blog-entry-7.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:1px;
	font-size:100%;
	line-height:1.3em;
	color:#000040;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/border_body.png') repeat-y 50% 0;
}/* 全体のリンク設定 */
a{color:#932d05;text-decoration:none;}
a:link{color:#932d05;text-decoration:none;}
a:visited{color:#932d05;text-decoration:none;}
a:hover{color:#000040;text-decoration:underline;}

/*---------------------
 コンテンツ全体
----------------------*/
#container{
	width:800px;
	margin:0px auto 0px auto;
	text-align:left;
}

/*---------------------
 ヘッダー
----------------------*/
#banner{
	width:800px;
	height:140px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/border_banner.png') repeat-x;
	text-align:left;
}/* ブログタイトル リンク設定 */
#banner a{color:#000040;text-decoration:none;}
#banner a:link{color:#000040;text-decoration:none;}
#banner a:visited{text-decoration:none;}
#banner a:hover{color:#000040;text-decoration:none;}
/* ブログタイトル */
.blogtitle{
	font-size:16px;
	font-weight:bold;
	padding-top:72px;
	padding-left:20px;
	text-align:left;
}/* ブログの説明 */
.description{
	font-size:10px;
	padding:3px 0px 0px 20px;
	text-align:left;
}

/*---------------------
 横カレンダー
----------------------*/
#calendar {
	width:800px;
	height:23px;
	text-align:center;
	margin-bottom:20px;
	border-top:1px dashed #932d05;
	border-bottom:1px dashed #932d05;
}
#calendar ul {
	margin:0px 2px;
	padding:0px;
}
#calendar li {
	font-size:9px;
	display:block;
	float:left;
	width:23px;
	height:23px;
	color:#000040;
	text-decoration:none;
	text-align:center;
	line-height:23px;
	margin-left:1px;
}
#calendar li a, #calendar li a:link, #calender li a:visited {
	font-weight:bold;
	display:block;
	width:23px;
	height:23px;
	line-height:23px;
	color:#932d05;
}
#calendar li a:hover, #calendar li a:focus, #calendar li a:active {
	background:#d4ac66;
	text-decoration:none;
}
#calendar .prev a, #calendar .prev a:link, #calendar .prev a:visited{background:transparent;}
#calendar .prev a:hover, #calendar .prev a:focus, #calendar .prev a:active{background:#fc0;}
#calendar .next a, #calendar .next a:link, #calendar .next a:visited{background:transparent;}
#calendar .next a:hover, #calendar .next a:focus, #calendar .next a:active{background:#fc0;}

/*---------------------
 記事表示部
----------------------*/
#content{
	float:left;
	width:540px;
	padding:0px;
	margin-right:10px;
}/* 記事全体 */
.blog{
	padding-left:20px;
	padding-right:20px;
}/* 日付 */
.date{
	font-size:0.7em;
	font-weight:normal;
	padding:0px 15px 1px 0px;
	text-align:right;
}/* 記事本体 */
.blogbody{
	padding:0px 0px 20px 0px;
	line-height:1.3em;
	border: 0px;
}/* 記事タイトル */
.title{
	color:#000040;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:20px;
	border-bottom:1px solid #000040;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/border_title.png') no-repeat;
}/* 記事本文 */
.main{
	font-size:0.8em;
	margin-bottom:20px;
	margin-left:10px;
	padding-left:5px;
	word-break:break-all;
}
.main p{padding:0px;margin:0px;}
/* 本文中の画像 */
.main img{
	margin-right:5px;
	margin-bottom:5px;
}/* 本文中の絵文字 */
.main .emoji{
	margin:1px;
	vertical-align:middle;
	float:none;
}/* 続きを読む */
.continues{
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}/* 続きを読む リンク設定 */
.continues a, .continues a:link, .continues a:visited{color:#000040;text-decoration:none;}
.continues a:hover, .continues a:focus, .continues a:active{color:#932d05;text-decoration:none;}
/* 投稿時間等 */
.posted{
	font-size:0.6em;
	text-align:right;
	margin:0px 0px 25px 0px;
	padding:0px;
}/* 投稿時間等 リンク設定 */
.posted a, .posted a:link, .posted a:visited{color:#932d05;text-decoration:none;}
.posted a:hover, .posted a:focus, .posted a:active{color:#000040;text-decoration:none;}
/* 個別記事 トップと前後記事へのリンク */
.menu{
	text-align:right;
	margin-top:5px;
}/* リンク設定 */
.menu a, .menu a:link, .menu a:visited{color:#000040;text-decoration:none;}
.menu a:hover, .menu a:focus, .menu a:active{color:#932d05;text-decoration:none;}
/* PAGE TOP */
.pagetop{
	font-size:0.6em;
	text-align:right;
	margin:10px 0px;
}/* PAGE TOP リンク設定 */
.pagetop a{color:#000040;text-decoration:none;}
.pagetop a:link{color:#000040;text-decoration:none;}
.pagetop a:visited{color:#000040;text-decoration:none;}
.pagetop a:hover{color:#932d05;text-decoration:underline;}
/* ページナビ */
.pagenavi{
	font-size:0.6em;
	text-align:center;
	margin:10px 0px;
}/* ページナビ リンク設定 */
.pagenavi a{color:#000040;text-decoration:none;}
.pagenavi a:link{color:#000040;text-decoration:none;}
.pagenavi a:visited{color:#000040;text-decoration:none;}
.pagenavi a:hover{color:#932d05;text-decoration:underline;}


/*---------------------
 トラックバック表示部
----------------------*/
/* トラックバックURLヘッド */
.trackback-urlhead{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:5px;
}/* トラックバックURL */
.trackback-url{
	color:#932d05;
	font-size:0.7em;
	font-weight:bold;
	margin:15px 0px;
}/* トラックバックヘッド */
.trackback-head{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:5px;
}/* トラックバック本文 */
.trackback-body{
	font-size:0.65em;
	margin-bottom:15px;
	word-break:break-all;
}/* トラックバック送信時間等 */
.trackback-post{
	color:#000040;
	font-size:0.6em;
	text-align:right;
	margin:15px 0px;
	padding:0px;
	border-bottom:1px solid #cd99a0;
}/* トラックバック送信時間等 リンク設定 */
.trackback-post a, .trackback-post a:link, .trackback-post a:visited{color:#932d05;text-decoration:none;}
.trackback-post a:hover, .trackback-post a:focus, .trackback-post a:active{color:#000040;text-decoration:none;}

/*---------------------
 コメント表示部
----------------------*/
/* コメントヘッド */
.comments-head{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:20px;
	padding-top:5px;
}/* コメント本文 */
.comments-body{
	font-size:0.65em;
	margin-bottom:20px;
	word-break:break-all;
}/* コメント投稿時間等 */
.comments-post{
	font-size:0.6em;
	text-align:right;
	margin:15px 0px;
	padding:0px;
	border-bottom:1px solid #cd99a0;
}/* コメント投稿時間等 リンク設定 */
.comments-post a, .comments-post a:link, .comments-post a:visited{color:#932d05;text-decoration:none;}
.comments-post a:hover, .comments-post a:focus, .comments-post a:active{color:#000040;text-decoration:none;}

/*---------------------
 コメント送信フォーム
----------------------*/
table.form{margin-top:25px;} /* フォームのテーブル */
.form td{font-size:0.8em}
.form label{font-weight:bold;} /* ラベル */
#name{width:200px;border:1px solid #000040;} /* 名前 */
#mail{width:200px;border:1px solid #000040;} /* メール */
#url{width:200px;border:1px solid #000040;} /* URL */
#comment{width:400px;height:150px;border:1px solid #000040;} /* コメント */
#pass{width:100px;border:1px solid #000040;} /* パスワード */
#himitu{border:0px;background:transparent;} /* 秘密チェック */
#submit{font-size:1em;border:1px solid #000040;} /* 送信ボタン */
#del{font-size:1em;border:1px solid #000040;} /* 削除ボタン */

/*---------------------
 サイドバー
----------------------*/
#links{
	width:230px;
	float:right;
	padding:0px 0px 20px 0px;
	margin-right:10px;
	text-align:left;
}

/*---------------------
 サイドバー項目
----------------------*/
/* タイトル */
.sidetitle{
	font-size:0.7em;
	font-weight:bold;
	padding:0px 0px 3px 15px;
	margin:0px;
	text-align:left;
	width:215px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/border_sidetitle.png') no-repeat;
}/* 項目全体 */
.side{
	font-size:0.65em;
	text-align:left;
	margin-bottom:20px;
	line-height:1.4em;
	padding-top:5px;
}
.side ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.side li{
	padding:0px 0px 0px 14px;
	margin:0px 0px 5px 5px;
	background:url('http://blog-imgs-29.fc2.com/c/i/e/cie/border_sidebody.png') no-repeat;
}/* リンク設定 */
.side li a{color:#000040;text-decoration:none;}
.side li a:link{color:#000040;text-decoration:none;}
.side li a:visited{color:#000040;text-decoration:none;}
.side li a:hover{color:#932d05;text-decoration:underline;}

/*---------------------
 カレンダー（プラグイン）
----------------------*/
.calender{
	width:180px;
	font-size:1em;
}
.calender caption{
	font-size:1.2em;
	padding:3px 0px;
}
.calender caption a{
	color:#000040;
	font-weight:bold;
}
.calender th{
	font-size:0.9em;
	padding:3px 0px;
	margin:0px;
	text-align:center;
	font-weight:normal;
}
.calender th#sun{color:red;}
.calender th#sat{color:blue;}
.calender td{
	font-size:0.9em;
	padding:3px 0px;
	text-align:center;
}
.calender td a{
	color:#932d05;
	font-weight:bold;
}

/*---------------------
 プロフィール
----------------------*/
.photo{text-align:left;} /* 画像 */
.nickname{color:#000040;font-size:1em;font-weight:bold;margin:10px 0px;padding:0px 5px;} /* 名前 */
.message{color:#555;font-size:1em;padding:0px 5px;margin-bottom: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;padding:0px 20px 20px;font-size:xx-small;}

/*---------------------
 その他
----------------------*/
h1,h2,h3{
	margin:0px;
	padding:0px;
}/* 引用タグ */
blockquote{
	background: #fff;
	color:#000040;
	border:solid #000040;
	border-width: 0px 0px 0px 2px;
	padding:10px;
	width:95%;
	font-size:0.85em;
	margin:3px 0px 0px 3px;
	word-break:break-all;
}/* inputタグ(ボタンなど) */
input{
	background:#fff;
	border:1px solid #000040;
	color:#000040;
}
br {letter-spacing:normal;} /* brタグのletter-spacing解除 */
img{border:0px;}/* imgタグ */
.clear{clear:both;}
