/* ################################################# 
　基本の設定
################################################# */

/* ---------- スクロールバー（未対応ブラウザあり） ---------- */
html {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#555555;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#555555;
scrollbar-shadow-color:#555555;
scrollbar-track-color:#ffffff;
}

/* ---------- 全体の背景 ---------- */
body {
        background-color: #000000;
	margin: 0px;  
	padding: 0px;
}

/* ---------- リンク文字色 ---------- */
a:link	{ color: #999999; text-decoration: none; }
a:visited	{ color: #999999; text-decoration: none; }
a:active	{ color: #999999; text-decoration: none; }
a:hover	{ color: #ffffff; background-color: #999999; text-decoration: none; }

/* ---------- 全体の文字 ---------- */
div {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

/* ---------- タイトル見出し ---------- */
h1 {
	margin: 0px;
	padding: 0px;
}

/* ---------- 全体画像枠 ---------- */
img {
	border:none;
}

/* ---------- コメント・サーチのフォーム ---------- */
form {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


input,textarea {
	color: #333333;
	font-size :12px;
	border:1px solid #999999;
	padding: 2px;
}

/* ---------- リストマーク ---------- */
ul {
	line-height:150%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* ---------- リスト内（リンクなし）の色 ---------- */
li {
	padding: 0px;
	color: #333333;
}


/* ################################################# 
　レイアウト
################################################# */

/* ---------- カラム全体 ---------- */
#body {
	width: 800px;
	margin: auto;
}

/* ---------- 上 ---------- */
#head {
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px double #999999;
}

/* ---------- 右・記事表示部 ---------- */
#right {
	width: 510px;
	float: right;
	margin: 0px 0px 0px 10px;
}

/* ---------- 左・メニューナビ ---------- */
#left {
        width: 255;
	margin: 0px 510px 0px 0px;
}

/* ---------- 下 ---------- */
#foot {
	clear: both;
	margin: auto;
}


/* ################################################# 
　上（#head内）
################################################# */

/* ---------- ブログタイトル ---------- */
.site_title {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bolder;
	padding: 0px 30px 10px 0px;
	font-size: 24px;
	text-align: left;
}

.site_title a {color: #666666; text-decoration: none; background-color: transparent;}
.site_title a:link {color: #666666; text-decoration: none; background-color: transparent;}
.site_title a:visited {color: #666666; text-decoration: none; background-color: transparent;}
.site_title a:active {color: #666666; text-decoration: none; background-color: transparent;}
.site_title a:hover {color: #666666; text-decoration: none; background-color: transparent;}

/* ---------- ブログ説明 ---------- */
.description {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 0px 140px 10px 20px;
}


/* ################################################# 
　右・記事表示部（#right内）
################################################# */

/* ---------- エントリーナビ ---------- */
.entry_navi {
	text-align: center;
	font-size: 10px;
	background-color: #bbbbbb;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

.entry_navi a:link	{ color: #ffffff; text-decoration: none; }
.entry_navi a:visited	{ color: #ffffff; text-decoration: none; }
.entry_navi a:active	{ color: #ffffff; text-decoration: none; }
.entry_navi a:hover	{ color: #ffffff; text-decoration: none; }

/* ---------- 記事枠１（PF共通：肉球付き） ---------- */
.entry {
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 3px double #999999;
}

/* ---------- 記事枠２（CM/TB/ナビ：肉球なし） ---------- */
.e_n {
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 3px double #999999;
}

/* ---------- 記事タイトル ---------- */
.entry_title {
	font-size: 16px;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #000000;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #bbbbbb;
}

/* ---------- 記事本文（CM/TB/PF共用） ---------- */
.entry_body {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

.entry_body a {color: #999999; text-decoration: none;}
.entry_body a:link {color: #999999; text-decoration: none;}
.entry_body a:visited {color: #999999; text-decoration: none;}
.entry_body a:active {color: #999999; text-decoration: none;}
.entry_body a:hover {color: #ffffff; text-decoration: none;}

/* ---------- 投稿日時 ---------- */
.entry_date {
	font-size: 10px;
	line-height:120%;
	text-align: left;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
}

/* ---------- 著者・カテゴリ・CM/TB数 ---------- */
.entry_bottom {
	font-size: 10px;
	line-height:120%;
	text-align: left;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
}

.entry_bottom a {color: #555555; text-decoration: none;}
.entry_bottom a:link {color: #555555; text-decoration: none;}
.entry_bottom a:visited {color: #555555; text-decoration: none;}
.entry_bottom a:active {color: #555555; text-decoration: none;}
.entry_bottom a:hover {color: #555555; text-decoration: none;}

/* ---------- コメントタイトル（TB共用） ---------- */
.cm_title {
	font-size: 12px;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 5px 40px;
}

/* ---------- コメント日時（TB共用） ---------- */
.cm_bottom {
	font-size: 10px;
	line-height:120%;
	text-align: right;
	color: #bbbbbb;
	margin: 0px 15px 5px 15px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #000000;
}

.cm_bottom a {color: #bbbbbb; text-decoration: none;}
.cm_bottom a:link {color: #bbbbbb; text-decoration: none;}
.cm_bottom a:visited {color: #bbbbbb; text-decoration: none;}
.cm_bottom a:active {color: #bbbbbb; text-decoration: none;}
.cm_bottom a:hover {color: #bbbbbb; text-decoration: none;}

/* ---------- トラックバックのURL ---------- */
.trackback_url {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 10px 50px;
	padding: 3px 5px;
	border: 3px double #999999;
}

/* ---------- ページ送り ---------- */
ul.navi {
	list-style: none;
	text-align:center;
	font-size:10px;
	background-color: #bbbbbb;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}


ul.navi  li{
	display:inline;
	margin:0px 2px;
}

.navi li { color: #ffffff; text-decoration: none; }
.navi li a:link	{ color: #ffffff; text-decoration: none; }
.navi li a:visited	{ color: #ffffff; text-decoration: none; }
.navi li a:active	{ color: #ffffff; text-decoration: none; }
.navi li a:hover	{ color: #ffffff; text-decoration: none; }

/* ---------- 投稿画像枠 ---------- */
.pict {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	margin: 0px;
}

/* ---------- 引用文枠 ---------- */
blockquote {
	font-size: 10px;
	color: #DD0000;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

/* ################################################# 
　左・メニューナビ（#left内）
################################################# */

/* ---------- 各メニュー枠 ---------- */
.links1 {
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	border: 3px double #999999;
}

/* ---------- カレンダー ---------- */
.calendar {
	font-family: "Verdana", "MS UI Gothic","ヒラギノ角ゴ Pro W3", "Osaka‐等幅";
	text-align: center;
	font-size: 10px;
	color: #000000;
	padding: 5px 50px 5px 50px;
}

.calendar a {color: #ffffff; background-color: #999999; text-decoration: none; font-weight: bolder;}
.calendar a:link {color: #ffffff; background-color: #999999; text-decoration: none; font-weight: bolder;}
.calendar a:visited {color: #ffffff; background-color: #999999; text-decoration: none; font-weight: bolder;}
.calendar a:active {color: #ffffff; background-color: #999999; text-decoration: none; font-weight: bolder;}
.calendar a:hover {color: #ffffff; background-color: #999999; text-decoration: none; font-weight: bolder;}

.cell {
	width: 20px;
	height: 18px;
}

/* ---------- メニュータイトル ---------- */
.linktitle {
	font-family: "verdana","arial","sans-serif";
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 10px;
}

/* ---------- メニュー内容 ---------- */
.linktext {
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 0px 30px;
}

/* ---------- メニュー内容（フリースペース/スポンサー広告） ---------- */
.linktext02 {
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
}

/* ---------- メニュー内容（アマゾン） ---------- */
.linktext03 {
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 0px 20px;
}

/* ---------- ブログ内サーチ ---------- */
.search {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}


/* ################################################# 
　下（#foot内）
################################################# */

/* ---------- copyright ---------- */
.copy {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	padding: 30px 0px 30px 0px;
	}


/* ################################################# 
　ＣＭ・ＴＢのツリー化
################################################# */

ul.tree {
	line-height:150%;
	list-style-image: none;
	margin: 0px;
	padding: 5px 0px;
}


ul.tree li {
	background-image: url(http://apricot-b.img.jugem.jp/20070601_250550.gif);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 13px;
}


ul.tree li.end {
}