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

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #222222;
}
#wrapper {
	padding-top: 24px;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#blog-header {
}
#content {
	position: relative;
}
#main {

}
#main-inner {}
#sidebar {
	margin-top:60px;
}

#sidebar-inner {}
hr{
	height: 0.5px;
	color: #5f5f5f;
	border-style: solid none none;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #868686;
}
a {
	color: #5c9291;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}
h4{
	font-weight: bold;
	color: #ff0000;
}
h5{
	font-weight: bold;
	color: #454545;
}
h6{
	font-size: 11px;
	color: #b48a76;
	text-align: right;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
}
#blog-header hgroup {
	text-align:center;
}
#blog-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 15px;
}
#blog-title a {
	color: #5c9291;
}
#blog-description {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 15px;
	color: #99ab4e;
}
#blog-description a {
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width:300px;
	height:320px;
	margin:10px 10px;
	float:left;
	position:relative;
	background-color: #333333;
}
body.page-article .article {
	width:820px;
	height: auto;
	margin:15px 10px 10px;
	float: none;
	padding:0 60px 60px 60px;
	background-color: #333333;
}
.article-wrapper{
	margin-top:-5px;
}
.article-wrapper:after{
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.first-article {
}


/* サムネイル画像 */
.article-img-outer{
	width:300px;
	height:200px;
	overflow:hidden;
}
.article-img{
/*	background:#dcdcdc; */
	height:200px;
	width:300px;
	text-align:center;
	overflow:hidden;
}
.article-img{
}
.article-img img{
	max-width: 300px;
	display: inline;
	vertical-align: middle;
	text-align: center;
}
.article-comment-count{
	color: #868686;
	font-weight: bold;
}


/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	padding:0px 20px;
	position: relative;
}
.article-header-alone {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin: 0;
	overflow:hidden;
	color: #b98c46;
}
.article-title-alone {
	margin: 0;
}
.article-title a {
	font-size: 14px;
	font-weight: bold; 
	color: #b98c46;
}
.article-title-alone a {
	font-size: 14px;
	font-weight: bold;
	color: #b98c46;
}


/* 日付 */
.article-date {
	color: #5c9291;
	font-size: 12px;
	padding-top:20px;
}
.article-date-alone {
	color: #5c9291;
	font-size: 12px;
	padding-top:40px;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-alone {
	margin-top: 1em;
	border-bottom: 1px solid #5f5f5f;
}
.article-footer {
	margin-top: 1em;
	position:absolute;
	bottom:0px;
	left:0px;
}
.article-meta,.article-meta-alone {
	padding: 16px 20px;
}
.article-social-btn {
	border-top: 1px solid #5f5f5f;
	margin-bottom: -1px;
}
.article-meta-alone li {
	float:none;
	font-size: 12px;
	line-height: 20px;
	list-style: none;
	margin: 2px 0 0 0px;
	height: 15px;
	overflow: hidden;
	padding: 5px 0px;
}
.article-meta .article-author,.article-meta-alone .article-author {
	color: #999999;
	margin-right: 12px;
	line-height: 22px;
	display: none;
}


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


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


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


/* メッセージボード */
.message-board {
	background-color: #666666;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 4px;
	margin:10px;
}
.message-board a {
	color: #cccccc;
}
div.message-board {
	text-align:center;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #cccccc;
	font-size: 13px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
 .article-body-inner h4 {
	border-bottom:1px solid #cccccc;
} 
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	padding: 0 20px 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options{
	margin-bottom:40px;
	padding:0 10px;
	font-size: 12px;
	color: #aaaaaa;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #868686;
	color: #5c9291;
}
.comment-body {
	color: #868686;
}
#comment-form {
	font-size: 12px;
	width: 700px;
}
#trackback-form {
	font-size: 12px;
	width: 500px;
}
div#trackbacks-list.article-option,div#comments-list.article-option{
	width:500px;
}
#trackbacks{
	font-size: 12px;
	color: #349961;
	font-weight: bold;
}
#comments{
	font-size: 12px;
	color: #349961;
	font-weight: bold;
}
#comment-form dt {
        text-align: left;
}
#comment-form dd {
}
#comment-form .comment-form-body dt {
        display: block;
}
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating {
        display: none;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #cccccc;
	color: #555555;
	padding: 0 5px;
	height: 25px;
	width: 30px;
}
ul.index-navigator li.current span {
	background-color: #297699;
	color: #ffffff;
	padding: 0 5px;
	height: 25px;
	width: 30px;
}
ul.index-navigator a:hover {
	background-color: #aaaaaa;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #333333;
}
.navigotor {
	font-size: 12px;
	font-weight: normal;
}


/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 2px 0;
	font-size: 13px;
	width: 70px;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background-color: #d9d9d9;
    text-decoration: none;
    border:1px solid #f2f2f2;
}


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


/* ブログパーツ::共通
----------------------------------------------- */
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #5f5f5f;
}
.sidewrapper:after{
	border-top: 0px solid;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #868686;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.side:after{
	content: '';
	clear: both;
}
.sidewrapper .sidetitle a {
	color: #868686;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}


/* 検索 */
----------------------------------------------- */
.sidewrapper input.sf:focus {
    outline: 0;
}
.sidewrapper input.sfbtn {
    border:1px solid #aaa;
    border-left:0;
    border-radius:10px;
    float:right;
    height: 20px;
    line-height: 18px;
    width: 20%;
    background: #f1f1f1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
	border:1px solid #bbb;
}
.sidewrapper input.sf {
    background-color: #fff;
    background-position: 4px -264px;
    border: 1px solid #aaa;
    border-radius:10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0 5px 0 21px;
    vertical-align: top;
    width: 77%;
    box-sizing: border-box;
    transition: border 0.1s ease, box-shadow 0.1s ease;
}


/* ブログパーツ::カレンダー
----------------------------------------------- */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
.calbody {
	width: 230px;
	margin:0 auto;
}
table.caltblwk .weekday {
	color: #666666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #333333;
}
table.caltblday .calon {
	background-color: #297699;
	border: none;
	padding: 1px 0;
}
table.caltblday td a {
	color:#ffe4b5;
}
table.caltblday td a:hover {
	background-color: #1073c6;
}
table.caltblday td a:visited {
	background-color: #8b7499;
}


/* ブログパーツ::ギャラリー
----------------------------------------------- */
ul.galleryThumbnail li img {
	border: 1px solid #222222;
	border-radius: 3px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #909090;
	margin: 10px 10px 10px 10px;
	padding: 0 10px;
	color: #000000;
	font-size: 14px;
}


/* 記事下広告 */
#ad2 {
	margin: 20px 0;
	padding: 0;
}
#ad2 a.addescription {
	color: #666666;
}
#ad2 .gAdsense{
	padding: 0!important;
}
#ad2 .adbox,
#ad2 .adhover {
	border: 0!important;
	float: left;
	padding: 0!important;
	width: 290px;
	margin: 0 10px 10px 10px!important;
	padding: 5px!important;
}


/* 1カラムレイアウトのとき */
----------------------------------------------- */
body.layout-1col #content {
	background:transparent;
}
body.layout-1col #main-inner {
	padding:0px 0;
	width: 960px;
}
body.layout-1col #sidebar-inner {
	margin-top:60px;
	padding:0;
}
body.layout-1col #sidebar .sidewrapper {
	width:300px;
	margin:0 10px 30px 10px;
	float:left;
}

ul.galleryThumbnail li {
	display: inline-block;
	overflow: hidden;
}
