@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					WebBlending feat. Kenta Aga(Yggdarasill)

	PROGRAM-ID.		"blog"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*------------------------------------------------
	共有部分
------------------------------------------------*/

.entry-box p.gototop{
	width:100%;
	clear: both;
	text-align:right;
	margin:50px 0 0;
}

#blog_contents{
	width:470px;
	float:left;
	overflow:hidden;
}

#blogright_navi{
	width:140px;
	float:right;
	text-align:left;
}

#blog_contents .entry_box{
	margin:10px auto 40px;

}

#blog_contents .entry_box p img[align="left"]{
	margin-right:10px;
}
#blog_contents .entry_box p img[align="right"]{
	margin-left:10px;
}


#blog_contents h3.entry_title{
	clear: both;
	font-size:16px;
	font-weight:bold;
	border-bottom				:1px solid #54452e;
	margin				:0 auto 10px;
	padding-left:25px;
	background:url(../../img/blog/icon.gif) 8px 0.1em no-repeat;
}
#blog_contents .entry_footer{
	border-top: 1px dotted #CFC0A9;
	text-align:right;
	padding-top:2px;
	line-height:1.2;
}


#blogright_navi h3.navi_title{
	margin:10px auto 5px;
}

#blogright_navi ul.navi_list li{
	border-bottom: 1px dotted #CFC0A9;
	padding:4px 0 3px;
}
#blogright_navi fieldset{
	border:none;
}
legend{
	display: none;
}
/* カレンダーの設定 */
#blogright_navi #blog-calender{
	padding-top: 10px;
}
#blogright_navi #blog-calender table{
	width: 140px;
	font-size: 12px;
	line-height: 1;
}
#blogright_navi #blog-calender table caption{
	font-weight: bold;
	text-align:center;
	padding: 0.2em 0;
	border: 1px solid #CFC0A9;
	background-color:#f2eee7;
}
#blogright_navi #blog-calender th{
	font-weight: normal;
	text-align: center;
	padding: 0.4em 0 0 0.2em;
	margin:0;
	background-color:#ffffff;
}
#blogright_navi #blog-calender td{
	text-align: center;
	margin:0;
	padding: 0.2em 0;
	background-color:#ffffff;
}

.entry-box p.gototop{
	width:100%;
	clear: both;
	text-align:right;
	margin:50px 0 0;
}
.entry_box p {
	margin: 0 0 1em;
}

/* バックナンバー */
.archive_list {
	margin: 1em 10px;
	list-style: none;
}
.archive_list li {
	padding: 0 0 0.2em;
}

/* 検索 */
#search_box {
	margin: 0 0 15px;
}
#search_box fieldset {
	border: 0;
}
#search_box legend {
	display: none;
}
#search {
	width: 130px;
	border: 1px solid #aaa;
}
#submit {
}
#blog_contents.search p.keka{
	margin:5px 0 20px;
}
#blog_contents.search h3{
	font-size:14px;
	font-weight:bold;
	margin				:0 auto 5px;
}
#blog_contents.search .entry_footer{
	margin-bottom:16px;
}
#blog_contents #search-form fieldset{
	border:1px solid #CFC0A9;
	padding:7px 12px;
}

/*詳細記事*/
#blog_contents ul#entrynavi{
	font-size:12px;
	line-height:1.3;
	clear: both;
}
#blog_contents li.previous{float:left;width:48%;padding-bottom:20px;}
#blog_contents li.next{float:right;width:48%;padding-bottom:20px;}

/* トラックバック */
#blog_contents h4#trackback{
	margin:30px 0 5px;
	color:#54452e;
	border-bottom: 1px dotted #CFC0A9;
	padding:0 0 2px;
}
.trackback_url {
	padding: 3px 5px;
	background: #f2eee7;
	border: 1px solid #CFC0A9;
}
.trackback_header {
	padding: 0 0 5px 5px;
	border-bottom: 1px dashed #CFC0A9;
}
#blog_contents p.trackback_body {
	margin: 0 20px 0.5em 25px;	
}

#tb_url{
	width:100%;
	border: 1px solid #CFC0A9;
}

.trackback_footer {
	padding: 0 10px 5px 0;
	text-align: right;
	border-bottom: 1px dashed #CFC0A9;
}

/* コメント */
#blog_contents h4#comment_entry{
	margin:30px 0 5px;
	color:#54452e;
	border-bottom: 1px dotted #CFC0A9;
	padding:0 0 2px;
}
#comment {
	color:#54452e;
	margin: 2em 0 10px;
	padding: 5px;
	border-bottom: 1px dotted #CFC0A9;
}
#comment_pre {
	margin: 2em 0 10px;
	padding: 5px;
	border-bottom: 2px dotted #CFC0A9;
}
#comment_entry {
	margin: 2em 0 10px;
	padding: 5px;
	border-bottom: 2px dotted #CFC0A9;
}
.comment_header {
	margin: 0 10px 0 10px;
}
#blog_contents p.comment_caution {
	margin: 0 25px 1em;
}
.comment_footer {
	padding: 0 10px 5px 5px;
	text-align: right;
	border-bottom: 1px dotted #CFC0A9;
}
#comment_form {
	margin: 0 20px;
}
#comment_form p {
	margin: 0;
}
#comment_form p.comment_bake {
	margin-bottom: 7px;
	padding: 3px;
	background: #f8f5ef;
}
#comment_form p.comment_area {
	padding: 5px;
}
#comment_form p.comment_submit {
	text-align: center;
}
#comment_form p.comment_area textarea{
	width: 100%;
}
.comment_error {
	color: #d00;
}
#comment_form fieldset {
	padding: 5px;
	border: 1px solid #ccc;
}
#comment_form legend {
	display: none;
}
#comment_form dt {
	padding: 3px 3px 3px 5px;
	border-left: 3px solid #CFC0A9;
	background-color: #f8f5ef;
}
#comment_form dd {
	padding: 5px;
}
#comment_author {
	border: 1px solid #aaa;
	width: 100%;
}
#comment_email {
	border: 1px solid #aaa;
	width: 100%;
}
#comment_url {
	border: 1px solid #aaa;
	width: 100%;
}
#comment_text {
	border: 1px solid #aaa;
	font-size: 100%;
	width: 100%;
}

/*------------------------------------------------
	1F
------------------------------------------------*/


/*	clearfix
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#blog_contents:after,#blogright_navi:after,.entry_box:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}
