@charset "EUC-JP";

/* ---------------------------------------------------------
	Template name 「 te04black 」
	CSS by TABLE ENOCH   http://mama.oops.jp/
	Ver.2008/10/12/FC2ブログ
--------------------------------------------------------- */

/* ---------------------------------------------------------
	CSS Document BACKGROUND IMAGE
--------------------------------------------------------- */

/* 背景画像を変更する際は下のhttpから始まる画像URLを変更 */

.bg {
	border: solid 2px #fff;
	background: url(http://blog-imgs-19.fc2.com/t/a/b/tableenochtemplate/te04black_bg.jpg) center;
}

/* 背景画像を変更した場合、
    プラグインタイトルとヘッダの文字の背景色を変更 */

.plugin_title p, h1 a, h2 {
	background: #000;
}

/* 文字の背景色を変更した場合、
    プラグインタイトルとヘッダの文字色を変更 */

.plugin_title p, h2 {
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document COMMON
--------------------------------------------------------- */

html, body {
	background-color: #fff;
	text-align: center;
	font-family: Osaka, Verdana, Arial, sans-serif;
	font-size : 86%;
	color: #333;
}

* + html html, body {
	font-family: メイリオ;
}

form, p, h1, h2, h3, h4,h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

textarea, table {
	font-size: 100%;
}

small {
	font-size: 90%;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* 絵文字 */
.emoji {
	vertical-align:middle;
}

img {
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document LINK
--------------------------------------------------------- */

/* 全体のリンク */

a {
	text-decoration: none;
	color : #f69;
}

a:hover {
	text-decoration: underline;
	color : #f69;
}

/* ブログタイトルのリンク */

h1 a {
	color: #f69;
}
	
h1 a:hover {
	text-decoration: none;
	background: #f69;
	color: #fff;
}

/* 記事フッターのリンク */

.entry_footer li a {
	color: #333;
}

.entry_footer li a:hover {
	color: #f69;
}

/* ---------------------------------------------------------
	CSS Document LIST
--------------------------------------------------------- */

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ---------------------------------------------------------
	CSS Document CODE
--------------------------------------------------------- */

blockquote {
	width: auto;
	margin: 10px 20px;
	padding: 0.5em;
	border: 2px solid #F8CEDE;
	background: #FFF5F9;
}

div.main_body pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid #e1b0cc;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

	/* for without MacIE5 \*/

	div.main_body pre {
		overflow : scroll;
	}/* */

	div.main_body > pre {
		width : auto;
	}

	div.main_body code {
		font-family : monospace;
	}

/* ---------------------------------------------------------
	CSS Document LAYOUT
--------------------------------------------------------- */

div#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	text-align: left;
}

div#header {
	border: solid 1px #666;
}

div#left {
	float: left;
	width: 510px;
	overflow: hidden;
	margin: 15px 0;
}

div#right {
	float: right;
	width: 220px;
	overflow: hidden;
	margin: 15px 0;
	font-size: 90%;
}

/* ---------------------------------------------------------
	CSS Document HEADER
--------------------------------------------------------- */

#header .bg {
	padding: 20px 0;
}

h1 {
	margin: 0 30px 10px;
	padding: 0;
	font-size: 120%;
	line-height: 100%;
}

h2 {
	display: inline;
	margin: 0 30px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}

/* ---------------------------------------------------------
	CSS Document LEFT BLOCK
--------------------------------------------------------- */

/* 記事の日付 */
.entry_date {
	text-align: right;
	font-size: 90%;
}

.entry {
	margin-bottom: 20px;
	border: solid 1px #666;
}

.entry_inr {
	margin: 0 30px;
	padding: 5px 10px;
	background: #fff;
}

/* 記事のタイトル部分 */
.entry h3, .entry h4, .entry h5 {
	padding: 3px 0 3px 15px;
	background: url(http://blog-imgs-19.fc2.com/t/a/b/tableenochtemplate/te04black_icon.jpg) no-repeat 0 5px;
	font-size: 100%;
	line-height: 120%;
}

.entry h3 a, .entry h4 a, .entry h5 a {
	color: #000;
}

.entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover {
	color: #f69;
}

/* 記事本文 */
.entry_body {
	overflow: hidden;
	padding : 8px 10px;
	background: #eee;
	line-height: 160%;
}

* html .entry_body {
width: 424px;
}

.entry_body .entry_body {
	padding: 0;
}

/* 記事追記 */
.entry_more {
	margin : 0 10px;
	line-height: 160%;
}
.entry_more p {
	padding : 8px 0 0;
}

/* 記事フッター */
ul.entry_footer {
	text-align: right;
	font-size: 90%;
}

.entry_footer li {
	display : inline;
	text-align: right;
}

/* 記事中のリスト */
.entry_body li , .entry_more li {
	display: block;
	padding: 3px 0 3px 15px;
	background: url(http://blog-imgs-19.fc2.com/t/a/b/tableenochtemplate/te04black_icon.jpg) no-repeat 0 7px;
}

	/* ページ移動用ナビゲーション */

	p.page_navi {
		margin-bottom : 20px;
		text-align : center;
	}

	div.pagetop {
		text-align:right;
		margin:10px 15px;
	}

/* ---------------------------------------------------------
	CSS Document COMMENT FORM
--------------------------------------------------------- */

.entry form.entry_body {
	border-bottom: solid 5px #fff;
	overflow: visible;
}

.entry form table {
	margin-bottom: 5px;
	border: 0;
}

.entry form td {
	border: 0;
}

.entry form th {
	padding-right: 10px;
	border: 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	line-height: 200%;
}

.entry form p {
	text-align: center;
}

.entry form label {
	margin-left: 20px;
}

.entry form label input {
	vertical-align: middle;
}

.entry textarea {
	width: 300px;
}

#load {
	position: relative;
	z-index: 1;
}

* + html #table_icon {
	top: 23px;
	left: 0px;
	background: #fff;
}

* html #table_icon {
	top: 23px;
	left: 0px;
	background: #fff;
}

#emoji {
	position: relative;
	z-index: 1000;
}

* html table.emojiPop td {
	text-align: center;
}

/* ---------------------------------------------------------
	CSS Document TRACKBACK URL
--------------------------------------------------------- */

#trackback_url {
	border-bottom: solid 5px #fff;
	overflow: visible;
	position: relative;
}

#trackback_url input {
	margin-left: 3px;
	width: 320px;
}

/* ---------------------------------------------------------
	CSS Document RIGHT BLOCK
--------------------------------------------------------- */

.plugin_title {
	border: solid 1px #666;
	font-family: Verdana, Arial;
}

.plugin_title .bg {
	padding: 5px 10px;
}

.plugin_title p {
	display: inline;
	font-weight: bold;
	line-height: 100%;
}

.plugin {
	margin: 3px 0 20px;
	line-height: 140%;
}

/* サイドメニューリストマーク設定 */
.plugin li {
	display: block;
	padding: 3px 0 3px 15px;
	background: url(http://blog-imgs-19.fc2.com/t/a/b/tableenochtemplate/te04black_icon.jpg) no-repeat 0 4px;
}

.plugin p {
	display: block;
	padding: 3px 0 3px 15px;
	background: url(http://blog-imgs-19.fc2.com/t/a/b/tableenochtemplate/te04black_icon.jpg) no-repeat 0 5px;
}

/* ---------------------------------------------------------
	CSS Document CALENDAR
--------------------------------------------------------- */

table.calender {
	width: 175px;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

/* カレンダー見出（前月・当月・次月などのリンク部分） */
.calender caption {
	margin: 2px auto;
	text-align: center;
}

* html .calender caption {
	padding: 3px 0;
}

/* カレンダーのセル見出（曜日表示部分） */
.calender th {
	padding: 3px 0;
	text-align: center;
	font-weight: normal;
	color: #666;
}

/* カレンダーのセル部分（日付表示部分） */
.calender td {
	padding: 2px 0;
	text-align: center;
	width: 25px;
}

/* ---------------------------------------------------------
	CSS Document FOOTER
--------------------------------------------------------- */

div#footer {
	height: 200px;
	font-size: 90%;
}

div#footer a {
	color: #999;
}

div#footer a:hover {
	color: #f69;
}

p.copyright {
	text-align : center;
	font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 200%;
	color: #999;
}