@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ウッド";
 :shortdesc "Stylesheet for livedoor Blog";
 :created "2012-04-27";
 :release [:revision "1.11"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18118411.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-image: url(http://livedoor.blogimg.jp/lalala29-tsuruko/imgs/e/c/ec31ead8.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #38281a;
	color: #4c4c4c;
	font: 13px 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#content {
	position: relative;
	border-radius: 4px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background:#ffffff;
}
body.layout-1col #main-inner {
	padding:26px 81px;
}
body.layout-1col #sidebar-inner {
	padding:0 72px;
}
body.layout-1col #sidebar .sidewrapper {
	width:254px;
	margin:0 9px;
	float:left;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	*overflow: hidden;
	margin-left: 63px;
}

/* メインカラムの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #main {
	/* background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_90.png);  */
	background-color: #fff;
	width: 613px;
	display: table-cell;
	vertical-align: top;
	border-radius: 4px 0px 0px 4px;
	*float: left;
}
body.layout-2col #main-inner {
	padding:0 40px 26px;
	width:573px;
}

/* サイドバーの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #sidebar {
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_80.png);
	width: 243px;
	display: table-cell;
	vertical-align: top;
	border-radius: 0px 4px 4px 0px;
	*float: right;
}
body.layout-2col #sidebar-inner {
	padding:0 20px 26px;
	width:203px;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	font: 14px  'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
	color: #4c4c4c;
}
a {
	color: #cc1e1e;
	text-decoration:none;
}
a:link {
	color: #cc1e1e;
}
a:visited {
	color:#cc1e1e;
}
a:hover {
        text-decoration:underline;
}
a:active {
	color: #ffffff;
	background-color: #cc1e1e;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 28px 0 28px 63px;
}
#blog-title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
        letter-spacing: 2px;
	padding-bottom: 10px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.4;
}
#blog-description a {
	color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 36px 0;
	border-top: 1px solid #e6e6e6;
}
.first-article {
	border-top: 0;
}

body.layout-1col .first-article {
	margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 2em;
	position:relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	color: #69162b;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
/* ノーマル日付 
.article-date {
	color: #808080;
	font-size: 12px;
	margin: 0;
}*/

/* 耳付き日付*/
.article-date {
	border-radius: 3px 0 0 3px;
	box-shadow: -3px 3px 4px rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 12px;
	position:absolute;
	width:64px;
	text-align:center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	left:-104px;
	background: #e0282f; /* Old browsers */
	background: -webkit-linear-gradient(top, #e0282f 0%,#c31f26 100%);
	background:    -moz-linear-gradient(top, #e0282f 0%,#c31f26 100%);
	background:     -ms-linear-gradient(top, #e0282f 0%,#c31f26 100%);
	background:      -o-linear-gradient(top, #e0282f 0%,#c31f26 100%);
	background:         linear-gradient(top, #e0282f 0%,#c31f26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0282f', endColorstr='#c31f26',GradientType=0 );
}
.article-date span{
	display:block;
	margin:6px 0;
}
.article-date .article-date-year {
	padding-top: 5px;
	font-size: 12px;
}
.article-date .article-date-month {
	font-size: 12px;
	text-transform:uppercase;
}
.article-date .article-date-day {
	padding-bottom: 5px;
	font-size: 24px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin: 1em 0;
}
.article-meta {
	padding: 16px 0 36px;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

/* 関連記事 */
.article-body .related-articles {
	margin:2em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 13px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
}

/* 共通テーマ */
dl.common-theme{
	border: 1px solid #DDD;
	padding: 8px 12px;
	border-radius: 3px;
}

/* メッセージボード */
.message-board {
	background-color:#e5e5e5;
	color:#555;
	font-weight:bold;
	line-height: 1.4;
	overflow: hidden;
	padding:18px 14px;
	margin-bottom:26px;
	border-radius: 3px;
}


/* 記事本文
----------------------------------------------- */
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom: 1px solid #ccc;
}
.article-body-inner blockquote {
	background-color: #fcfdfc;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body img.pict{
	margin: 1em 0;
}
.article-body {
font: 14px Helvetica, Verdana, sans-serif;
	color: #824c19;
line-height: 2.5;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left:1px solid #aaa;
	color: #666;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #E0282F;
	border-color:#E0282F;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color:#eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	box-shadow: 0 1px 2px #ccc;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#f2f2f2;
        font-size:14px;
	padding: 40px;
}
#blog-footer a {
	color:#f2f2f2;
}



/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	padding:20px 0;
	border-bottom:2px groove #fff;
	font-size:12px;
	overflow:hidden;
}
body.layout-2col .sidewrapper:first-child {
	border-top:0;
}
.sidewrapper .sidetitle {
	color: #69162b;
	font-weight: 560;
	line-height:1.2;
	margin-bottom: 0.7em;
	font-size:14px;
}
.sidewrapper .side .sidebody {
	margin: 5px 10px;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
[class^="plugin-calendar"] a:visited {
	color: #dddf12;
}
table.caltblwk {
	font-weight:500;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday td {
	border:1px solid #ccc;
	background-color:#fff;
	line-height:2em;
	border-radius: 2px;
}
table.caltblday td a:hover {
	background-color: #eee;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 5px solid #E0282F;
	margin-bottom:26px;
	padding: 3px 0 3px 8px;
}
body.layout-2col .archives-header {
	margin-top:26px;
}
.archives-header {
	font-size: 15px;
}

/* 記事下広告 */
#ad2 {
	margin-bottom:4em;
}
#ad2 a.addescription {
	color:#666;
}

/* 画像に枠 */
.article-body img {
border: 5px solid #fff;
box-shadow: 0 0 4px #999;
}

/* 土日 */
table.caltblwk .sun {
	color: #ff6a6a;
}
table.caltblwk .sat {
	color: #0287ff;
}

/* フッターのリンクに下線 */
#blog-footer a:hover {
        text-decoration:underline;
}

/* 記事本文 */
.article-body {
font: 14px Helvetica, Verdana, sans-serif;
	color: #824c19;
line-height: 2.5;
}

/* サイドの行間 */
 .sidebody {
line-height: 1.4;	
}

