@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.03"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18117960.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/bg.jpg) center top #38281a;
	color: #333333;
	font: 14px Helvetica,Verdana,sans-serif;
}
#wrapper{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/header.png) center top no-repeat;
}
#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;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/title_line.gif) repeat-x left top;
}

/* メインカラムの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #main {
	/* background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.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 Helvetica, Verdana, sans-serif;
	color: #333;
}
a {
	color: #800015;
	text-decoration:none;
}
a:link {
	color: #800015;
}
a:visited {
	color:#4a1d24;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #ffffff;
	background-color: #bcaae1;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 28px 0 28px 63px;
	text-shadow: 0 1px 0 #fff;
}

hgroup{
	width:613px;

}
#blog-title {
	color: #151d4a;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top:65px;
	
}
#blog-title a {
	color: #151d4a;
}

#blog-title a:active {
	color: #ffffff;
	background-color: #bcaae1;
}

#blog-description {
	color: #151d4a;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.4;
}
#blog-description a {
	color: #151d4a;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 36px 0;
	/*border-top: 1px solid #ffffff;*/
}
.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: #333;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
/* ノーマル日付 
.article-date {
	color: #808080;
	font-size: 12px;
	margin: 0;
}*/

/* 耳付き日付*/
.article-date {
	position:absolute;
	color: #151d4a;
	font-size: 12px;
	width:117px;
	height:125px;
	text-align:center;
	left:-140px;
	text-shadow: 0 1px 0 #fff;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/date_bg.gif) no-repeat left top;
}
.article-date span{
	display:block;
	margin:6px 0;
}
.article-date .article-date-year {
	padding-top: 20px;
	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;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/social_line.gif) repeat-x left bottom;
}
.article-social-btn {
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/social_line.gif) repeat-x left bottom;
}

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

/* 続きを読む */
.article-continue a {
	color: #333;
}

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

/* メッセージボード */
.message-board {
	background-color:#f0f0f0;
	color:#151d4a;
	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: #f0f0f0;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict {
	border: 4px solid #343a60;
	margin: 1em 0;
}


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


/* ページ送り
----------------------------------------------- */
/* トップページ */
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: #151d4a;
	border-color:#151d4a;
	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:#151d4a;
	padding: 40px;	
}
#blog-footer a {
	color:#151d4a;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	padding:20px 0;
	font-size:12px;
}
body.layout-2col .sidewrapper:first-child {
	border-top:0;
}
.sidewrapper .sidetitle {
	color:#151d4a;
	width:221px;
	height:60px;
	font-weight:bold;
	line-height:4.0;
	margin-bottom: 0.7em;
	font-size:15px;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/sidetitle_bg.gif) no-repeat;
	padding-left:20px;
}
.sidewrapper .side .sidebody {
	margin: 5px 10px;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
[class^="plugin-calendar"] a:visited {
	color: #777;
}
table.caltblwk {
	font-weight:bold;
}
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 {
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_craftpaper_2c/archive_line.gif) repeat-y left top;
	margin-bottom:26px;
	padding: 3px 0 3px 10px;
}
body.layout-2col .archives-header {
	margin-top:26px;
}
.archives-header {
	font-size: 15px;
}

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