@charset "UTF-8";


/* WEBCREDIBLE

アップデート: 2009年8月24日[月]
制作者: チコリ

	01.リセットスタイル
	02.共通指定
	03.構成
	04.ヘッダ
	05.記事
	06.コメント
	07.コメントフォーム
	08.トラックバック
	09.サイド
	10.プラグイン
	11.MSさんトコの青いアイツ対策

------------------------------------------------*/



/* 01. リセットスタイル
------------------------------------------------*/

body, div, h1, h2, h3, h4,
p, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font: 10px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font: /**/ 62.5%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; /* IE5.5以下のフォントサイズ誤差修正（IE5.5以下以外に適用） */
	text-align: center;
	background: url(http://bfile.shinobi.jp/test/bg.gif);
	color: #666;
}

p, blockquote {
	text-align: justify;
	text-justify: inter-ideograph;
}

ul, ol {list-style: none;}

li{
	list-style-type: none;
	list-style-position: outside;
}

img {border: none;}



/* 02. 共通指定
------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #836c50;
}

a:visited {
	text-decoration: none;
	color: #481b18;
}

a:hover {
	text-decoration: underline;
	color: #6c9ea3;
}

a:active {}



/* 03. 構成
------------------------------------------------*/

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url(http://bfile.shinobi.jp/test/wrapperBg.gif) repeat-y;
	overflow: auto;
}

#entry {
	float: left;
	width: 572px;
}

#plugin {
	float: left;
	width: 208px;
	margin-left: -2px;
	margin: /**/ 0; /* IE5.5以下の表示誤差修正（IE5.5以下以外に適用） */
	overflow: hidden;
}

#footer {
	clear: both;
	width: 595px;
	height: 140px;
	text-align: center;
	font-size: 1.2em;
	background: url(http://bfile.shinobi.jp/test/footerBg.gif) no-repeat;
}



/* 04. ヘッダ
------------------------------------------------*/

h1 {
	height: 82px;
	margin-left: 25px;
	padding: 25px 0 0 25px;
	font-size: 1.6em;
	font-weight: bold;
	background: url(http://bfile.shinobi.jp/test/blogTitleBg.gif) no-repeat;
}

h1 a {color: #333 !important;}

#description {
	height: 174px;
	margin: -57px 0 -40px 50px;
	padding-top: 5px;
	font-size: 1.2em;
	background: url(http://bfile.shinobi.jp/test/coffeeCup.gif) no-repeat 362px 0;
}

.pageLink {
	margin: 24px 34px 0 58px;
	font-size: 1.2em;
	text-align: center;
}



/* 05. 記事
------------------------------------------------*/

#entryTime, #entryText, #entryPsText, .hr, #pageLink {margin: 0 34px 0 58px;}

#entry .entryTitle {
	float: left;
	width: 252px;
	margin: 26px 0 0 32px;
	padding: 18px 0 20px 26px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
	background: url(http://bfile.shinobi.jp/test/headLineBg.gif) no-repeat;
	display: inline; /* IE6以下のダブルマージンバグ対策 */
}

#entry h2 a {color: #333;}

#entryStatus {
	float: right;
	width: 188px;
	width: /**/ 176px; /* IE5.5以下の表示誤差修正（IE5.5以下以外に適用） */
	margin: 45px 34px 0 26px;
	padding-right: 12px;
	padding: /**/ 0 12px; /* IE5.5以下の表示誤差修正（IE5.5以下以外に適用） */
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 1.2em;
	display: inline; /* IE6以下のダブルマージンバグ対策 */
}

#entryTime {
	float: left;
	width: 252px;
	margin: -18px 0 32px 58px;
	font-size: 1.2em;
	display: inline; /* IE6以下のダブルマージンバグ対策 */
}

#entryTime a {color: #333;}

#entryText {
	clear: both;
	width: 480px;
	margin-bottom: 50px;
	font-size: 1.2em;
}

#entryText ul {
	margin: 1.6em 0;
	list-style: square inside;
}

#entryText ol {
	margin: 1.6em 0;
	list-style: decimal inside;
}

#entryText ul li {
	list-style: square inside;
	margin-left: 40px;
}

#entryText ol li {
	list-style: decimal inside;
	margin-left: 40px;
}

#entryText div {width: none !important;}

#entryText blockquote {
	width: none !important;
	margin: 0 40px;
}

#entryText blockquote div {
	width: none !important;
	margin: 0 !important;
}

#entryPsText {
	margin-bottom: 24px;
	text-align: right;
	font-size: 1.2em;
}

.hr {margin-bottom: 30px;}

#pageLink {
	font-size: 1.2em;
	text-align: center;
}



/* 06. コメント
------------------------------------------------*/

#commentHeadline {
	font-size: 1.2em;
	font-weight: bold;
	margin: 40px 34px 20px 38px;
}

.commentTitle, .commentText, .commentFooter {
	margin: 0 34px 0 58px;
	font-size: 1.2em;
	background: #e0daca;
}

.commentResTitle, .commentResText, .commentResFooter {
	margin: 0 34px 0 58px;
	font-size: 1.2em;
	background: #f5f4ec;
}

.commentFooter, .commentResFooter {text-align: right;}

.commentTitle {padding: 15px 20px 10px 20px;}

.commentText {
	padding: 0 20px 0 34px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.commentFooter {padding: 10px 20px 15px 20px;}

.commentResTitle {
	padding: 15px 20px 0 20px;
	border-right: 20px solid #e0daca;
	border-left: 34px solid #e0daca;
}

.commentResText {
	padding: 10px 20px 10px 34px;
	border-right: 20px solid #e0daca;
	border-left: 34px solid #e0daca;
	text-align: justify;
	text-justify: inter-ideograph;
}

.commentResFooter {
	padding: 0 20px 15px 34px;
	border-right: 20px solid #e0daca;
	border-bottom: 15px solid #e0daca;
	border-left: 34px solid #e0daca;
}



/* 07. コメントフォーム
------------------------------------------------*/

#commentWriteHeadline,
#commentEditHeadline {
	font-size: 1.2em;
	font-weight: bold;
	margin: 40px 34px 20px 38px;
}

#commentForm {
	margin: 40px 34px 20px 58px;
	text-align: left;
	background: url(http://bfile.shinobi.jp/test/pencil.gif) no-repeat right bottom;
}

#commentForm table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 0;
}

#commentForm th {
	width: 110px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: right;
	padding: 5px 0;
}

#textareaTh {vertical-align: top;}

.commentForms, #color {
	width: 230px;
	border: none;
	border-bottom: 1px solid #888;
	background: #f5f4ec;
}

#commentForm textarea {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	height: 106px;
	min-height: 106px;
	max-height: 106px;
	border: 1px solid #888;
	background: #f5f4ec;
	overflow-x: hidden;
	overflow-y: auto;
}

#commentForm img {
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.commentFormSubmit {
	width: 40px;
	height: 20px;
	margin-left: 110px;
	border: 1px solid #836c50;
	background: #836c50;
	color: #fff;
}

.commentFormSubmit:hover {
	background: #6c9ea3;
	cursor: pointer;
}



/* 08. トラックバック
------------------------------------------------*/

#trackbackHeadline {
	font-size: 1.2em;
	font-weight: bold;
	margin: 40px 34px 20px 38px;
}

.trackbackURLTitle {
	margin: 0 34px 20px 58px;
	font-size: 1.2em;
}

.trackbackURLTitle input {
	width: 260px;
	border: none;
	border-bottom: 1px solid #888;
	background: #f5f4ec;
}


.trackbackTitle, .trackbackText, .trackbackFooter {
	margin: 0 34px 0 58px;
	font-size: 1.2em;
	background: #e0daca;
	zoom: 1; /* IEのよくわからないバグ対策 */
}

.trackbackTitle {
	padding: 15px 20px 10px 20px;
}

.trackbackText {
	padding: 0 20px 0 34px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
}

.quotA, .quotB {
	font: 100px/100px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", sans-serif;
	color: #f5f4ec;
	position: absolute;
	z-index: 1;
}

.quote {
	position: relative;
	z-index: 9;
}

.quotA {
	top: -10px;
	left: 20px;
}

.quotB {
	right: 6px;
	bottom: -70px;
}

.trackbackFooter {
	padding: 10px 20px 15px 20px;
	text-align: right;
}

.trackbackFooter cite {font-style: normal;}



/* 09. サイド
------------------------------------------------*/

#sideHeader {
	width: 208px;
	height: 59px;
	margin: 143px 0 -24px;
	background: url(http://bfile.shinobi.jp/test/sideHeader.gif) no-repeat;
}

#plugin h2 {
	height: 24px;
	margin-right: 8px;
	font-size: 1.6em;
	text-align: center;
	color: #fff;
}

.pluginBlock {
	background: url(http://bfile.shinobi.jp/test/pluginBodyBg.gif) repeat-y;
}

.pluginContents {
	padding: 10px 28px 10px 20px;
	font-size: 1.2em;
}

.pluginHeaderExplanation {
	padding: 24px 28px 0 20px;
	font-size: 1.2em;
	background: url(http://bfile.shinobi.jp/test/pluginHeaderBg.gif) no-repeat left top;
	zoom: 1; /* IE6以下のパディング解釈バグ対策 */
}

.pluginFooterExplanation {
	padding: 0 28px 32px 20px;
	font-size: 1.2em;
	background: url(http://bfile.shinobi.jp/test/pluginFooterBg.gif) no-repeat left bottom;
	zoom: 1; /* IE6以下のパディング解釈バグ対策 */
}



/* 10. プラグイン
------------------------------------------------*/

.CalendarMoveTable, .CalendarTable {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 160px;
}

.CalendarMoveTable a, .CalendarTable a {text-decoration: underline;}

.CalendarMoveTable td {
	margin-bottom: 6px;
	text-align: center;
}

.CalendarPrevTd {width: 14.2%;}
.CalendarNowTd {font-weight: bold;}
.CalendarNextTd {width: 14.2%;}

.CalendarTable th, .CalendarTable td {text-align: center;}

.CalendarWdaySun, .CalendarTdSun {color: #a36c6c;}
.CalendarWdaySat, .CalendarTdSat {color: #6c9ea3;}

.plugin_data_date {text-align: right;}

.pluginContents div.right {
	text-align:right;
}

.pluginContents div.left {
	text-align:left;
}

.blogsearch form {
	width:160px;
	height: 20px;
	background: #836c50;
}

.pluginContents .box {
	width: 119px;
	height: 18px;
	margin-right:-5px;
	padding: 0;
	border: 1px solid #836c50;
	vertical-align: top;
	background: #f5f4ec;
}

.pluginContents .btn {
	width: 40px;
	height: 20px;
	border: 1px solid #836c50;
	background: #836c50;
	color: #fff;
}

.pluginContents .btn:hover {
	background: #6c9ea3;
	cursor: pointer;
}



/* 11. MSさんトコの青いアイツ対策
------------------------------------------------*/

/* ブログタイトル部 - IE6以下のパディング解釈バグ対策 */
* html h1 {height: 107px;}

/* ブログ説明部 - IE6以下のパディング解釈バグ対策 */
* html #description {height: 179px;}

/* 記事タイトル部 - IE6以下のパディング解釈バグ対策 */
* html #entry .entryTitle {width: 278px;}

/* 記事上部 - IE6以下のパディング解釈バグ対策 */
* html #entryStatus {width: 200px;}

/* ブログ内検索部 - IE7のテキストボックス表示誤差修正 */
*:first-child+html .box {margin-top: -1px;}

/* ブログ内検索部 - IE6以下のテキストボックス表示誤差修正 */
* html .box {margin-left: 1px;}


/* Mac版IE5.5の表示修正ここから \*//*/

#description {
	position: relative;
	top: -25px;
}

#entryStatus {
	width: 152px;
	margin-top: -46px;
	padding: 0;
}

#entryStatus li {
	padding: 0 12px;
}

.quotA, .quotB {visibility: hidden;}

.blogsearch form {background: none;}

.box {
	width: 141px;
	margin-top: -4px;
}

.pluginContents .btn {
	width: 32px;
	height: 18px;
}

/* Mac版IE5.5の表示修ここまで */