@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Author : ブログテンプレート.net
 Name   : [bt-014] TSUBAKI_2c
 Layout : 2カラム 幅固定

 Update : 2009.03.25
==================================================
*/

/* Table of Contents
==================================================
	00. Css Base - ベーススタイル
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager -ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 00. Css Base - ベーススタイル */
/* ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;

	font-size: 100%;
}

body {
	color: #999;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", MS PGothic ,sans-serif;
	font-size: 12px;
	line-height: 1.1;
}

img, fieldset {
	border: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */
a:link {
	color: #38A1DB;
	text-decoration: underline;
}

a:visited {
	color: #96c;
	text-decoration: underline;
}

a:hover {
	color: #6982A7;
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: underline;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */
body {
	background-color: #000;
	
	color: #999;
	font-size: 18px;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 850px;
	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/content_back.gif) repeat-y;
	position: relative;
}

#content {
	width: 850px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/main_back.gif) repeat-y;
}

	* html #content {
		zoom: 100%;
	}

	*+html #content {
		zoom: 100%;
	}

#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#main, 
#sub, 
#extra {
	overflow: hidden;
}

.article-header,
.ping-excerpt {
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/line.gif) no-repeat left bottom;
	padding-bottom: 30px;
}

#main {
	margin: 0 0 0 40px;
	width: 580px;

	float: left;
	display: inline;
	
	text-align: left;
}

#sub {
	margin-top: -380px;
}
	* html #sub {
		position: relative;
		z-index: 100;
	}

#sub,
#extra {
	width: 200px;
	background-color: #3A3A3A;

	float: right;
}

#extra {
	clear: right;
}

	*html #extra {
		margin-right: -1px;
	}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */
#container .blog-title-outer {
	margin: 0 auto;
	width: 850px;
	height: 380px;
	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/header_back.gif) no-repeat left top;

	text-align: left;
}

#container .blog-title-outer h1 {
	padding: 200px 500px 0 40px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #e8f3ff;
}

#container .blog-title-outer h1 a {
	color: #e8f3ff;
	text-decoration: none;
}

#container .blog-title-outer .blog-description-outer {
	margin: 0;
	padding: 22px 0 0 40px;

	font-size: 12px;
	color: #7EA5C7;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */
#main .archives-title {
	margin: 0 0 10px;

	font-size: 18px;
	font-weight: bold;
}

/* =============================================== */
/** 05. Pager ・*/
/* ----------------------------------------------- */
#main .pager {
	margin: 0 0 15px;

	text-align: left;
}

#main .article-pager-outer, #main .pager-inner {
	margin: 0 10px 10px 0;
	line-height: 1.6;
	text-align: center;
}

#main .article-pager-outer {
	text-align: left;
}

#main .archives-pager {
	text-align: left;
}

#main .pager li {
	margin-right: 10px;
	display: inline;
}

#main .pager ol {
	display: inline;
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/** 記事ヘッダー */

/*** 日付 */
#main .article-date-outer {
	margin: 5px 0 10px 0;

	float: right;
}

#main .article-date-outer abbr {
	border: none;
	text-align: center;
	color: #999;
	font-size: 11px;
	letter-spacing: 2px;
}

/*** 記事タグ */
#main .article-category-outer {
	margin: 5px 0 5px 0;

	float: right;
}

#main .article-category-outer dd {
	display: inline;
}
#main .article-category-outer dt {
	display: none;
}

#main .article-title-outer h2 {
	margin: 0;
	padding: 0 0 0 25px;

	clear: both;
	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/icon02.gif) no-repeat left top;	
	font-size: 18px;
	font-weight: bold;
	color: #38A1DB;
	zoom: 100%;
}

#main .article-title-outer a {
	color: #38A1DB;
}

#main .article-title-outer a:hover {
	text-decoration: none;
	color: #38A1DB;
}

/* ----------------------------------------------- */
/** 記事フッター */
#main .article-body .article-body-inner {
	padding: 10px 0 0 5px;
	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/entry_box.gif) repeat-y left top;

	line-height: 1.7;
}

/*** p & blockquote & pre */
#main .article-body p {
	margin-bottom: 1em;
}

#main .article-body pre {
	margin-bottom: 1em;
}

#main .article-body blockquote {
	margin: 1em 0;
	padding: 10px;
	border: 1px solid #D7C2B7;

	color: #817145;
}

/*** img */
#main .article-body img.pict {
	margin: 0 5px 5px 0;
	padding-top: 5px;
}

	*html #main .article-body img.pict {
		margin-top: 4px;
	}
	
	*+html #main .article-body img.pict {
		margin: 0 3px 0 0;
	}

/** 記事本文 */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
	zoom: 100%;
}

/*** 記事タグ */
#main .article-body .article-tags {
	margin: 1.5em 0 0;
}

#main .article-body .article-tags dt {
	display: inline;
	
	font-weight: bold;
}

#main .article-body .article-tags dd {
	margin: 0 0 0 10px;
	display: inline;
}

/*** プライベートモード */

/* ----------------------------------------------- */
/** 記事フッター */
#main .article-footer {
}

#main .article-footer li {
	margin-right: 5px;

	display: inline;
}

#main .article-footer li img {
	margin-right: 5px;

	vertical-align: middle;
}

#main .article-footer li.author a {
	color: #999;
	text-decoration: none;
}

#main .article-post {
	padding: 0 0 10px;	
	border-bottom: 1px solid #ccc;

	text-align: left;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */
.article-option {
	margin: 0 0 20px 5px;
}

	*html .article-option ol {
		height: 0;
	}

.article-option h3 {
	padding: 0 0 0 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/icon03.gif) no-repeat left;
	
	color: #8FACB6;
	font-size: 15px;
	line-height: 24px;
}

.article-option ul, .article-option ol {
	margin: 0;
}

/*** 指定しやすいようstyleReset */

/* ----------------------------------------------- */
/** トラックバックURL */

#trackback-form {
}

#trackback-form li {
	display: inline;
}

#trackback-form .trackback-form-url input {
	width: 300px;
	margin: 0 10px 0 0;
	padding: 0 0 0 4px;
	
	background: #000;	
	border: 1px solid #647B84;
	
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}

/* ----------------------------------------------- */
/** トラックバック一覧 */
#trackbacks-list,
#comments-list {
}

#trackbacks-list .trackback-set,
#comments-list .comment-set {
	margin: 0;
	padding: 0;
}

	* html #trackbacks-list .trackback-set {
		zoom: 100%;
	}

	*+html #trackbacks-list .trackback-set {
		zoom: 100%;
	}

	* html #comments-list .comment-set {
		zoom: 100%;
	}

	*+html #comments-list .comment-set {
		zoom: 100%;
	}

#trackbacks-list .ping-title {
	margin: 10px 0;
	padding: 0 0 0 15px;
	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/h3_back.gif) no-repeat left center;
	
	font-size: 13px;
	font-weight: bold;
	color: #38A1DB;
}

#trackbacks-list .ping-info {
	margin: 0;
	
	text-align: left;
}

#trackbacks-list .ping-info li.ping-blog-name,
#trackbacks-list .ping-info li.ping-date {
	margin: 0;
	display: inline;

	color: #8995a9;
	font-size: 11px;
}

#trackbacks-list .ping-info li.ping-excerpt {
	margin: 5px 0 0;

	text-align: left;
	line-height: 1.7;
	color: #999;
}


/* ----------------------------------------------- */
/** コメント一覧 */
#comments-list .comment-info {
	margin: 15px 0 0;
	
	text-align: left;
}

#comments-list .comment-info li.comment-author,
#comments-list .comment-info li.comment-date {
	margin-right: 5px;
	display: inline;
	font-weight: bold;
	padding-left: 2px;


	font-size: 11px;
	color: #647B84;
}

#comments-list .comment-info li.comment-body {
	margin: 5px 0 0;
	padding-left: 2px;
	line-height: 1.7;
	text-align: left;
	color: #999;
}

/* ----------------------------------------------- */
/** コメントフォーム */
#comment-form {
	margin: 0;
	padding: 10px;
	
	text-align: left;
}

#comment-form #comment-form-body {
	margin: 10px 0;
}

#comment-form th,
#comment-form td {
	padding-bottom: 8px;

	text-align: left;
}

#comment-form th {
	width: 90px;
}

#comment-form td {
}

#comment-form .input-auther input,
#comment-form .input-email input,
#comment-form .input-url input {
	width: 255px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#comment-form .input-etc label {
	margin-right: 10px;
}

#comment-form .input-etc select {
	margin-left: 5px;
}

#comment-form .input-comment-body textarea {
	width: 300px;
	height: 160px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#comment-form .submit {
	text-align: center;
}

#comment-form {

}

/*** コメント認証 */

/* ----------------------------------------------- */
/** 関連記事 */

/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */
.sidetitlebody {
}

.sidetitlebody .sidetitle {
	margin: 0 0 2px;
	padding: 2px 0 0 40px;
	height: 30px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/icon01.gif) no-repeat left;

	color: #71BACC;	
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}

.sidetop,
.sidebottom {
	display: none;
}

.side {
	margin: 0;
	padding: 5px 5px 30px;
	line-height: 1.7;
	
	text-align: center;
/*	background-color: #3A3A3A;
*/}

.sidebody {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	line-height: 1.3;	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/h3_back.gif) no-repeat 8px 7px;
	text-align: left;
}

	* html .sidebody {
		zoom: 100%;
	}

	*+html .sidebody {
		zoom: 100%;
	}
	
.side input.sf {
	width: 90px;
	margin-right: 10px;
	
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.related-articles {
	margin-top: 20px;
}

.related-articles ul li {
	line-height: 1.7;
}

/* ----------------------------------------------- */
/** Calendar */
.calendarheadbody {
	margin: 0 10px;
	
	text-align: center;
	font-size: 12px;
	background-color: #424B55;
}

.calendarheadbody .calendarhead {
	padding: 3px 0;
	color: #38A1DB;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000;
	background-color: #424B55;

}

.calendarheadbody .calendarpre {
}

.caltop {
	display: none;
}

.calbody {
	border: 1px solid #000;
	margin: 0 10px 30px;

	
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/blockquote_back.gif) repeat;
	
	text-align: center;
	font-size: 12px;
}

.calbody table {
	width: 180px;

	text-align: center;
}

.calbody .caltblwk td,
.calbody .caltblday td {
	font-size: 11px;
	line-height: 20px;
}

.caltblwk .calendarweek {
	color: #8FACB6;
	font-weight: bold;
}

.calbody .caltblwk td {
}

.calbody .caltblwk td.sun {
}

.calbody .caltblwk td.sat {
}

.calendarheadbody a, 
.calbody a {
}

/* ----------------------------------------------- */
/** Plugins */
form {
	padding: 0;
}

form .sf {
	border: 1px solid #ccc;
}

/* ----------------------------------------------- */
/** LDServices */
#ld-services {
	margin: 0 0 30px 0;

	text-align: center;
}

#ld-services li {
	display: inline;
}

#ld-services li img {
	margin: 0 auto 5px;
	display: block;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */
#header {
	width: 100%;
	background: #000;

	color: #fff;
	font-family: MS PGothic ,sans-serif;
}

#header th,
#header td {
	padding: 5px 0 2px;

	text-align: left;
	vertical-align: middle;
}

#header th {
	padding-left: 20px;
	width: 131px;
}

#header td.catprbox {
	padding-left: 20px;
}

#header td.newstickerbox {
}

#header td.startblogbox {
	padding-right: 20px;
	text-align: right;
}

#header td a {
	color: #fff;
}

#error {
	color: #F00;
	line-height: 1.5;
}

/* ----------------------------------------------- */
/** Footer */
.footer-outer {
	width: 850px;
	padding: 20px 0;
	margin: 0 auto 0;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt014_tsubaki/content_back.gif) repeat-y;
	text-align: left;
	font-size: 11px;
	position: relative;
/*	background-color: #1F1F1F;
*/}

	*html .footer-outer {

}


.footer-outer-2 {
	width: 620px;
	text-align: center;
}

.footer-outer-2 #footer {
	display: inline;
}

.footer-outer-2 p {
	display: inline;
}


#footer {
	margin-right: 30px;
}
/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */
div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
	line-height: 1.6;
}



div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle,
.advTitle {
	color: #38A1DB;
	font-weight: bold;
}

a.adtitle span {
}

a.addescription,
.advDescription {
	color: #999;
}

a.addescription span {
}

a.adurl,
.advUrl {
	color: #96c;
	text-decoration: none;
}

a.adurl span {
}

a.adld {
	color: #96c!important;
	text-decoration: underline;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

#main .article-body::after,
#main .article-footer::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .article-body,
#main .article-footer {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* for MacIE5 \*//*/
#main .article-body,
#main .article-footer {
	height: auto;
	overflow: hidden;
}

/* 記事下ソーシャルボタン */
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
  margin: 4px 0;
}

/* メッセージボード */
.message-board {
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  margin: 20px 0;
  padding: 12px;
}

/* end */