@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-05-09";
 :release [:revision "1.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/18117999.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/bg.gif) repeat left top #1d4e70;
	color: #333333;
	font: 15px Helvetica,Verdana,sans-serif;
}
#container {
	margin: 0 auto;
	padding: 0 40px;
	width: 960px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/header.png) no-repeat center -28px transparent;
}
#content {
	position: relative;
	border-radius: 4px;
}

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

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	*overflow: hidden;
}
/* メインカラムの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #main {
	/* background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_80.png); */
	background-color: #fff;
	width: 717px;
	display: table-cell;
	vertical-align: top;
	border-radius: 4px 0px 0px 4px;
	*float: left;
}
body.layout-2col #main-inner {
	padding:0 80px 26px;
	width:557px;
}
/* サイドバーの透明度を変更するには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 {
	font: 14px Helvetica, Verdana, sans-serif;
	color: #333;
}
a {
	color: #177ee5;
	text-decoration:none;
}
a:link {
	color: #177ee5;
}
a:visited {
	color:#b969d7;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #e54545;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 28px 0;
}
#blog-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	width: 590px;
	margin-left: 40px;
	min-height: 70px;
}
#blog-title a {
	color: #2d548f;
}
#blog-description {
	color: #dfebed;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	margin: 70px 0 0 40px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	width: 590px;
}
#blog-description a {
	color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 0;
}
.first-article {
	border-top: 0;
}
body.layout-1col .first-article {
	margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	padding: 38px 80px 0 80px;
	position:relative;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/memo_top.png) no-repeat center top transparent;
}
.article-title {
	padding-top: 30px;
}
.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: #fff;
	font-size: 12px;
	width:139px;
	height: 120px;
	text-align:center;
	left:-70px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/seal.png) no-repeat center top transparent;
}
.article-date time {
	width: 110px;
	margin-top: 20px;
	display: block;
}
.article-date .article-date-year {
	font-size: 12px;
	padding-top: 5px;
}
.article-date .article-date-month {
	font-size: 16px;
}
.article-date .article-date-day {
	font-size: 20px;
	padding-bottom: 5px;
}
.article-date span{
	display:block;
	margin:8px 0;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin: 0;
	padding: 0 80px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/memo_bottom.png) no-repeat center bottom transparent;
	min-height: 161px;
}
.article-meta {
	padding: 20px 0 16px 0;
}
.article-social-btn {
	padding: 16px 0;
}

/* 関連記事 */
.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;
}

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

/* メッセージボード */
.message-board {
	background-color:rgba(240, 124, 36, 0.5);
	color:#f7e2d1;
	line-height: 1.4;
	overflow: hidden;
	font-weight: normal;
	padding:18px 14px;
	margin-bottom:26px;
	border-radius: 3px;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/memo_mid.png) repeat-y center top transparent;/* 繰り返し */
	padding: 0 80px 20px 80px;
}
.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 {
    font-size: 18px;
}
.article-body {
     line-height: 135%

}
/* フォーム部分共通
----------------------------------------------- */
#article-options {
	background: #fff;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	margin: 40px 25px;
	padding: 30px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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: #2a70a1;
	border: 1px solid #2a70a1;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #f97229;
	border-color:#f97229;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color:#a2bccf;
	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:#f97229;
	width: 960px;
	margin: 0 auto;
	padding: 0 40px;
}
#blog-footer a {
	color:#f97229;
}
#footer {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/footer.png) no-repeat right bottom #f6f4e3;
	width: 894px;
	margin: 0 auto;
	min-height: 100px;
}
#footer p {
	padding-top: 60px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	padding:30px 0;
	font-size:12px;
	overflow:hidden;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_mn_memo_1c/border.png) no-repeat center top transparent;
}
body.layout-2col .sidewrapper:first-child {
	border-top:0;
}
.sidewrapper .sidetitle {
	color: #4c4c4c;
	font-weight:bold;
	line-height:1.2;
	margin-bottom: 1.2em;
	font-size:15px;
}
.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 {
	border-left: 5px solid #f97229;
	margin:0 0 26px 6px;
	padding: 3px 0 3px 8px;
	color: #dfebed;
	text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}
body.layout-2col .archives-header {
	margin-top:26px;
}
.archives-header {
	font-size: 15px;
}

/* ページトップへ */
.to-pagetop {
	right: -40px;
}

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