* {
margin: 0;
padding: 0;
}

/* ################################################# 
　基本の設定
################################################# */

/* ---------- スクロールバーの色（未対応ブラウザあり） ---------- */
html {
scrollbar-3dlight-color:#7994d7;
scrollbar-arrow-color:#7994d7;
scrollbar-darkshadow-color:#7994d7;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-track-color:#ffffff;
}

/* ---------- 全体の背景 ---------- */
body {
	margin: 0px;
	padding: 0px;
	background:url(http://ff7-material.img.jugem.jp/20091115_626758.jpg) no-repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
}

/* ---------- 全体のリンク色 ---------- */
a:link	{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }
a:hover	{ color: #444bd0; text-decoration: none; }

/* ---------- 全体のフォント ---------- */
div {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Osaka","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
	line-height: 130%;
}

/* ---------- 見出し ---------- */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* ---------- リストマーク ---------- */
ul {
	list-style-image: url(http://apricot-b.img.jugem.jp/20070707_272912.gif);
	line-height:150%;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/* ---------- リスト内の文字（リンクなし部分） ---------- */
li {
	padding-bottom: 0px;
	color: #000392;
}

/* ---------- 画像枠の削除 ---------- */
img {
	border:none;
}

/* ---------- コメント・サーチのフォーム ---------- */
form {
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


input,textarea {
	color: #000000;
	font-size :12px;
	border:1px #000392 solid;
	padding: 2px;
}

/* ################################################# 
　レイアウト
################################################# */

/* ----------------------------------- */
/*  全体幅                             */
/*  ここを増やすと左部分が増えます。   */
/* ----------------------------------- */
#body {
	width: 760px;
	margin: auto;
}

/* ---------- 上（タイトル/カレンダー） ---------- */
#head {
	width: 760px;
	margin: auto;
	text-align: center;
}

/* -------------------------------------------------------- */
/*  右（記事表示部）                                        */
/*  幅を変更する場合は１つ↓の『左』の右マージン（520）も   */
/*  同じ数値分だけ変更してください（例：両方共10px増やす）  */
/*  減らす場合も同様です。                                  */
/* -------------------------------------------------------- */
#right {
	width: 500px;
	float: right;
	margin: 0px 10px 0px 0px;
}

/* ---------- 左（リストメニュー） ---------- */
#left {
	margin: 0px 520px 0px 0px;
}

/* ---------- 下（copyright） ---------- */
#foot {
	clear: both;
	width: 760px;
	margin: auto;
}


/* ################################################# 
　　　上（#head内）
################################################# */

/* ---------- ブログタイトル ---------- */
.site_title {
	font-family: "Verdana", "Osaka","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	padding: 50px 30px 10px 30px;
	font-size: 25px;
	text-align: right;
}

.site_title a {color: #444bd0; text-decoration: none; background:transparent;}
.site_title a:link {color: #444bd0; text-decoration: none; background:transparent;}
.site_title a:visited {color: #444bd0; text-decoration: none; background:transparent;}
.site_title a:active {color: #444bd0; text-decoration: none; background:transparent;}
.site_title a:hover {color: #444bd0; text-decoration: none; background:transparent;}

/* ---------- ブログ説明 ---------- */
.description {
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding: 0px 40px 0px 40px;
}

/* ---------- カレンダー ---------- */
.calendar {
	font-family: "Verdana", "Osaka","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}

.calendar a {color: #444bd0; text-decoration: underline; font-weight: bolder;}
.calendar a:link {color: #444bd0; text-decoration: underline; font-weight: bolder;}
.calendar a:visited {color: #444bd0; text-decoration: underline; font-weight: bolder;}
.calendar a:active {color: #444bd0; text-decoration: underline; font-weight: bolder;}
.calendar a:hover {color: #444bd0; text-decoration: underline; font-weight: bolder;}


/* ################################################# 
　　　右（#right内）
################################################# */

/* ---------- エントリーナビ ---------- */
.entry_navi {
	text-align: center;
	font-size: 60%;
	color: #686dd8;
	margin: 20px 0px 5px 0px;
}

.entry_navi a:link	{ color: #686dd8; text-decoration: none; }
.entry_navi a:visited	{ color: #686dd8; text-decoration: none; }
.entry_navi a:active	{ color: #686dd8; text-decoration: none; }
.entry_navi a:hover	{ color: #ffffff; background-color: #96abe0; text-decoration: none; }

/* ---------- エントリー枠（CM/TB/PF共通） ---------- */
.entry {
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #7994d7;	
}

/* ---------- エントリータイトル（PF共通） ---------- */
.entry_title {
	font-size: 90%;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #444bd0;
	margin: 0px;
	padding: 0px 25px 10px 25px;
}

.entry_title a:link { color: #444bd0; text-decoration: none; }
.entry_title a:visited { color: #444bd0; text-decoration: none; }
.entry_title a:active { color: #444bd0; text-decoration: none; }
.entry_title a:hover { color: #444bd0; text-decoration: none;  background-color: transparent;}

/* ---------- エントリー本文（CM/TB/PF共通） ---------- */
.entry_body {
	font-size: 75%;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 10px 15px 5px 15px;
}

.entry_body a:link { color: #444bd0; text-decoration: none; }
.entry_body a:visited { color: #444bd0; text-decoration: none; }
.entry_body a:active { color: #444bd0; text-decoration: none; }
.entry_body a:hover { color: #ffffff; text-decoration: none;  background-color: #96abe0;}

/* ---------- エントリー日時 ---------- */
.entry_date {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #000000;
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

/* ---------- エントリー著者/カテゴリ/CM・TBへのリンク ---------- */
.entry_bottom {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #444bd0;
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

.entry_bottom a {color: #444bd0; text-decoration: none;}
.entry_bottom a:link {color: #444bd0; text-decoration: none;}
.entry_bottom a:visited {color: #444bd0; text-decoration: none;}
.entry_bottom a:active {color: #444bd0; text-decoration: none;}
.entry_bottom a:hover {color: #ffffff;  background-color: #96abe0; text-decoration: none;}

/* ---------- コメントタイトル（TB共通） ---------- */
.cm_title {
	font-size: 75%;
	line-height:120%;
	font-weight: bolder;
	text-align: left;
	color: #444bd0;
	margin: 0px;
	padding: 10px 25px 5px 25px;
}

/* ---------- コメント・名前/日時（TB共通） ---------- */
.cm_bottom {
	font-size: 60%;
	line-height:120%;
	text-align: right;
	color: #444bd0;
	margin: 0px 15px 0px 15px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #96abe0;
}

.cm_bottom a {color: #444bd0; text-decoration: none;}
.cm_bottom a:link {color: #444bd0; text-decoration: none;}
.cm_bottom a:visited {color: #444bd0; text-decoration: none;}
.cm_bottom a:active {color: #444bd0; text-decoration: none;}
.cm_bottom a:hover {color: #ffffff; background-color: #96abe0; text-decoration: none;}

/* ---------- トラックバックタイトル（下） ---------- */
.tb_title {
	font-size: 60%;
	line-height:120%;
	text-align: left;
	color: #000392;
	margin: 0px;
	padding: 10px 50px 5px 50px;
}

/* ---------- トラックバックURL ---------- */
.trackback_url {
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 0px 50px;
	padding: 3px 20px;
	border: 3px double #7994d7;
}

/* ---------- ページ送り ---------- */
ul.navi {
	font-size: 60%;
	color: #2651bd;
	text-align: center;
	list-style: none;
	margin: 10px 0px 30px 0px;
}

ul.navi  li{
	color: #686dd8;
	display: inline;
	margin: 0px 2px;
}

.navi li a:link { color: #686dd8; text-decoration: none; }
.navi li a:visited { color: #686dd8; text-decoration: none; }
.navi li a:active { color: #686dd8; text-decoration: none; }
.navi li a:hover { color: #ffffff; background-color: #96abe0; text-decoration: none; }

/* ---------- 投稿画像枠 ---------- */
.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #96abe0;
	margin: 5px 10px;
}

/* ---------- 引用文枠 ---------- */
blockquote {
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 10px;
	border: 1px dotted #96abe0;
}


/* ################################################# 
　　　左（#left内）
################################################# */

/* ---------- メニュー枠 ---------- */
.links1 {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

/* ---------- メニュータイトル ---------- */
.linktitle {
	font-family: "verdana","arial","sans-serif";
	font-size: 75%;
	font-weight: bolder;
	color: #686dd8;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

/* ---------- メニューリスト（テキスト他） ---------- */
.linktext {
	font-size: 60%;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 0px 25px;
}

/* ---------- メニューリスト（フリースペース他） ---------- */
.linktext02 {
	font-size: 60%;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}


#logpi-badge {
  border: 1px solid #75befc;
  padding: 10px;
  }

#logpi-badge .badge-icon {
  text-align: center;
  }

#logpi-badge .badge-title {
  font-size: 12px;
  margin: 5px 0 5px 0;
  text-align: center;
  }

#logpi-badge dl {
  border-top: 1px solid #ccc;
  padding: 5px 0 0 0;
  }

#logpi-badge dt {
  margin: 0 0 5px 0;
  font-size: 11px;
  }
  #logpi-badge dt a {
    color: #0066ff;
    }
  #logpi-badge dt.mobile {
    background: url(http://logpi.jp/image/mobile-s.gif) no-repeat right;
    }
#logpi-badge dd {
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  font-size: 12px;
  }
  #logpi-badge dd a {
    font-size: 10px;
    color: #999;
    }
  #logpi-badge dd span.reply a {
    background: url(http://logpi.jp/image/reply-mark.gif) no-repeat;
    padding: 0 0 0 14px;
    color: #f10b82 !important;
    font-size: 12px;
    }

#logpi-badge .powered {
  text-align: center;
  }




/* ---------- メニューリスト（アマゾン） ---------- */
.linktext03 {
	font-size: 60%;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 0px 20px;
}

/* ---------- サーチ ---------- */
.search {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}


/* ################################################# 
　　　下（#foot内）
################################################# */

/* ---------- copyright ---------- */
.copy {
	font-size: 60%;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin: 30px 0px 30px 0px;
	}


/* ################################################# 
　　　CM/TBのツリー化
################################################# */

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/20070706_272604.gif);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 13px;
}


ul.tree li.end {
	background-image: url(http://apricot-b.img.jugem.jp/20070706_272605.gif);
}
