/* ################################################# 
　基本の設定
################################################# */

/* ---------- スクロールバーの色（未対応ブラウザあり） ---------- */
html {
scrollbar-3dlight-color:#c46e64;
scrollbar-arrow-color:#c46e64;
scrollbar-darkshadow-color:#c46e64;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-track-color:#ffffff;
}

/* ---------- 全体の背景 ---------- */
body {
	background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_270896.gif) repeat-y;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-color: #ffdac6;
	margin: 0px;
	padding: 0px;
}

/* ---------- 全体のリンク色 ---------- */
a:link	{ color: #555555; text-decoration: none; }
a:visited	{ color: #555555; text-decoration: none; }
a:active	{ color: #555555; text-decoration: none; }
a:hover	{ color: #ffffff; background-color: #abd07c; text-decoration: none; }

/* ---------- 全体のフォント ---------- */
div {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	line-height: 150%;
}

/* ---------- 見出し ---------- */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* ---------- リストマーク ---------- */
ul {
	list-style-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_270887.gif);
	vertical-align: 100%;
	line-height:150%;
	margin: 0px;
	padding: 0px;
}

/* ---------- リスト内の文字（リンクなし部分） ---------- */
li {
	padding: 0px;
	color: #8bb553;
}

/* ---------- 画像枠の削除 ---------- */
img {
	border: none;
}

/* ---------- コメント・サーチのフォーム ---------- */
form {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

input,textarea {
	font-size: 12px;
	color: #333333;
	border:1px solid #c46e64;
	padding: 2px;
}


/* ################################################# 
　レイアウト
################################################# */

/* ----------------------------------------------------- */
/*  全体幅                                               */
/*  全体背景を固定してあるので変えないほうがいいです。   */
/*  （減らすのは大丈夫です。左右の余白が広くなります）   */
/* ----------------------------------------------------- */
#body {
	width: 700px;
	margin: auto;
}

/* ---------- 上（タイトル） ---------- */
#head {
	background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_270885.gif) no-repeat;
	background-position: 0% 100%;
	height: 130px;
	margin-bottom: 20px;
}

/* -------------------------------------------------------- */
/*  右（記事表示部）                                        */
/*  幅を変更する場合は１つ↓の『左』の右マージン（470）も   */
/*  同じ数値分だけ変更してください（例：両方共10px増やす）  */
/*  減らす場合も同様です。                                  */
/* -------------------------------------------------------- */
#right {
	width: 450px;
	float: right;
	margin: 0px;
}

/* ---------- 左（リストメニュー） ---------- */
#left {
	margin: 0px 470px 0px 0px;
}

/* ---------- 下（copyright） ---------- */
#foot {
	clear: both;
	margin: auto;
}


/* ################################################# 
　　　上（#head内）
################################################# */

/* ---------- ブログタイトル ---------- */
.site_title {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bolder;
	padding: 50px 30px 10px 200px;
	font-size: 24px;
	text-align: right;
}

.site_title a {color: #c46e64; text-decoration: none; background-color: transparent;}
.site_title a:link {color: #c46e64; text-decoration: none; background-color: transparent;}
.site_title a:visited {color: #c46e64; text-decoration: none; background-color: transparent;}
.site_title a:active {color: #c46e64; text-decoration: none; background-color: transparent;}
.site_title a:hover {color: #c46e64; text-decoration: none; background-color: transparent;}

/* ---------- ブログ説明 ---------- */
.description {
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding: 0px 30px 10px 200px;
}


/* ################################################# 
　　　右（#right内）
################################################# */

/* ---------- エントリーナビ ---------- */
.entry_navi {
	text-align: center;
	font-size: 60%;
	color: #555555;
	padding: 0px 0px 5px 0px;
}

.entry_navi a:link	{ color: #555555; text-decoration: none; }
.entry_navi a:visited	{ color: #555555; text-decoration: none; }
.entry_navi a:active	{ color: #555555; text-decoration: none; }
.entry_navi a:hover	{ color: #ffffff; text-decoration: none; }

/* ---------- エントリー枠（CM/TB/PF共通） ---------- */
.entry {
	margin: 0px 0px 15px 0px;
}

/* ---------- エントリータイトル（CM/TB/PF共通） ---------- */
.entry_title {
	font-size: 100%;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #ffffff;
	margin: 0px;
	padding-top: 7px;
}

.entry_title a:link { color: #ffffff; text-decoration: none; }
.entry_title a:visited { color: #ffffff; text-decoration: none; }
.entry_title a:active { color: #ffffff; text-decoration: none; }
.entry_title a:hover { color: #ffffff; text-decoration: none;  background-color: transparent;}

/* ---------- エントリー本文枠（PF共通） ---------- */
.entry_main {
	background-color: #f8f5e8;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
}

/* ---------- エントリー本文（CM/TB/PF共通） ---------- */
.entry_body {
	font-size: 78%;
	line-height: 150%;
	text-align: left;
	color: #333333;
	padding: 10px 20px 5px 20px;
}

.entry_body a:link { color: #8bb553; text-decoration: none; }
.entry_body a:visited { color: #8bb553; text-decoration: none; }
.entry_body a:active { color: #8bb553; text-decoration: none; }
.entry_body a:hover { color: #ffffff; text-decoration: none; }

/* ---------- エントリー日時 ---------- */
.entry_date {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #c46e64;
	padding: 10px 0px 5px 0px;
}

/* ---------- エントリー・名前/カテゴリ/CM・TBへのリンク ---------- */
.entry_bottom {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.entry_bottom a {color: #333333; text-decoration: none;}
.entry_bottom a:link {color: #333333; text-decoration: none;}
.entry_bottom a:visited {color: #333333; text-decoration: none;}
.entry_bottom a:active {color: #333333; text-decoration: none;}
.entry_bottom a:hover {color: #ffffff; text-decoration: none;}

/* ---------- コメントタイトル（TB共通） ---------- */
.cm_title {
	background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_271297.gif) no-repeat;
	background-position: 0% 100%;
	font-size: 80%;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #c46e64;
	margin: 0px;
	padding: 5px 0px 0px 25px;
}

/* ---------- コメント・名前/日時（TB共通） ---------- */
.cm_bottom {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #8bb553;
	margin: 0px 15px 5px 15px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #c46e64;
}

.cm_bottom a {color: #8bb553; text-decoration: none;}
.cm_bottom a:link {color: #8bb553; text-decoration: none;}
.cm_bottom a:visited {color: #8bb553; text-decoration: none;}
.cm_bottom a:active {color: #8bb553; text-decoration: none;}
.cm_bottom a:hover {color: #ffffff; text-decoration: none;}

/* ---------- トラックバックタイトル（下） ---------- */
.tb_title {
	font-size: 65%;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #e2b8ad;
	padding: 10px 0px 10px 40px;
}

/* ---------- トラックバックURL ---------- */
.trackback_url {
	background-color: #ffffff;
	font-size: 60%;
	text-align: left;
	color: #555555;
	padding: 2px 5px 2px 5px;
	border: 3px double #c46e64;
	margin: 0px 40px 0px 40px;
}

/* ---------- ページ送り ---------- */
ul.navi {
	list-style: none;
	text-align: center;
	font-size: 60%;
	padding: 0px 0px 5px 0px;
}

ul.navi  li{
	display:inline;
	margin:0px 2px;
	color: #555555;
}

.navi li a:link { color: #555555; text-decoration: none; }
.navi li a:visited { color: #555555; text-decoration: none; }
.navi li a:active { color: #555555; text-decoration: none; }
.navi li a:hover { color: #ffffff; text-decoration: none; }

/* ---------- 投稿画像枠 ---------- */
.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #e2b8ad;
	margin: 5px;
}

/* ---------- 引用文枠 ---------- */
blockquote {
	font-size: 80%;
	color: #333333;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border-right: 1px solid #e2b8ad;
	border-left: 1px solid #e2b8ad;
}

/* ################################################# 
　　　左（#left内）
################################################# */

/* ---------- カレンダー枠 ---------- */
.c_b {
	background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_270907.gif) no-repeat;
	width: 195px;
	height: 161px;
	text-align: center;
	margin: 5px 0px 25px 10px;
}

/* ---------- カレンダー ---------- */
.calendar {
	font-family: "Verdana", "MS UI Gothic","ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	text-align: left;
	font-size: 10px;
	color: #333333;
	padding: 18px 0px 0px 30px;
	margin: 0px;
}

.calendar a {color: #ffffff; background-color: #dba592; text-decoration: none; font-weight: bolder;}
.calendar a:link {color: #ffffff; background-color: #dba592; text-decoration: none; font-weight: bolder;}
.calendar a:visited {color: #ffffff; background-color: #dba592; text-decoration: none; font-weight: bolder;}
.calendar a:active {color: #ffffff; background-color: #dba592; text-decoration: none; font-weight: bolder;}
.calendar a:hover {color: #ffffff; background-color: #dba592; text-decoration: none; font-weight: bolder;}

.cell{
	padding: 0px 2px 0px 2px;
}

/* ---------- メニュー枠 ---------- */
.links1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
}

/* ---------- メニュータイトル ---------- */
.linktitle {
	background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070703_270910.gif) no-repeat;
	background-position: 0% 0%;
	font-family: "verdana","arial","sans-serif";
	font-size: 80%;
	font-weight: bolder;
	color: #c46e64;
	line-height: 100%;
	padding: 2px 15px 5px 25px;
}

/* ---------- メニューリスト（テキスト他） ---------- */
.linktext {
	font-size: 60%;
	color: #666666;
	line-height: 150%;
	padding: 5px 10px 0px 20px;
}

/* ---------- メニューリスト（フリースペース他） ---------- */
.linktext02 {
	font-size: 60%;
	color: #666666;
	line-height: 150%;
	padding: 10px 0px 0px 0px;
}

/* ---------- サーチ ---------- */
.search {
	padding: 10px 0px 0px 10px;
}

/* ---------- アマゾン ---------- */
.ama_pict {
	float: left;
	padding: 0px 10px 10px 0px;
}

.ama_name {
	color: #f06eaa;
	font-weight: bolder;
}


/* ################################################# 
　　　下（#foot内）
################################################# */

/* ---------- copyright ---------- */
.copy {
	font-size: 60%;
	text-align: center;
	color: #555555;
	padding: 30px 0px 30px 0px;
	}

.copy a:link { color: #555555; text-decoration: none; }
.copy a:visited { color: #555555; text-decoration: none; }
.copy a:active { color: #555555; text-decoration: none; }
.copy a:hover { color: #ffffff; text-decoration: none; }


/* ################################################# 
　　　CM/TBのツリー化
################################################# */

ul.tree {
	line-height:150%;
	list-style-image: none;
	padding: 5px 0px;
}


ul.tree li {
	background-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070607_254695.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 0px 0px 13px;
}


ul.tree li.end {
	background-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070607_254696.gif);
}