@charset "EUC-JP";
@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.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/18118388.html>;
 :rights "LINE Corporation".
*/


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

/* メインカラムの透明度を変更するには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: 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: #824c19;
}
a {
	color: #e45163;
	text-decoration:none;
}
a:link {
	color: #e45163;
}
a:visited {
	color:#ea740b;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #e45163;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 60px 0 28px;
}
#blog-title {
	color: #462B12;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	text-shadow: 1px 2px 0 #FFFFFF;
}
#blog-title a {
	color: #462B12;
}
#blog-description {
	color: #462B12;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 2px 0 #FFFFFF;
	width: 650px;
}
#blog-description a {
	color: #462B12;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 36px 0;
	border-top: 1px solid #e8d1b7;
}
.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: #6b421c;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* ノーマル日付 */
.article-date {
	color: #ac7029;
	font-size: 12px;
	margin: 0;
}

/* 耳付き日付
.article-date {
	position:absolute;
	background-color:#6699FF;
	color: #fff;
	font-size: 12px;
	width:64px;
	text-align:center;
	left:-145px;
}
.article-date span{
	display:block;
	margin:8px 0;
}
*/

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

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

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

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

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #f7f2ee;
	border: 1px solid #e8d1b7;
}


/* 記事本文
----------------------------------------------- */
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom: 0px solid #824C19;
}
.article-body h4 {
	border-bottom: 0px solid #824C19;
}
.article-body-inner blockquote {
	background-color: #f2e8e2;
}
.article-body-inner blockquote:before {
	color: #e8d1b7;
}
.article-body img.pict{
	margin: 0em 0;
}


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


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

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


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#462B12;
	padding: 40px;
}
#blog-footer a {
	color:#462B12;
}


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

/* カレンダー */
[class^="plugin-calendar"] a:visited {
	color: #ea740b;
}
table.caltblwk {
	font-weight:bold;
}
table.caltblday {
	color: #824C19;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday td {
	border:1px solid #E8D1B7;
	background-color:#fff;
	line-height:2em;
	border-radius: 2px;
}
table.caltblday td a:hover {
	background-color: #f7f2ee;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 5px solid #824C19;
	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:#824C19;
}