@charset "UTF-8";
/*エントリーアーカイブのCSS*/

/*///////////////////////////

 エントリーアーカイブフォーマット

///////////////////////////*/
.related-entries-header,
.trackbacks-header,
.comments-header {
	margin:0;
	/*width:200px;*/
	height:28px;
	font-family:"ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ6", "ヒラギノ丸ゴ Pro W4","ＭＳ Ｐゴシック", Osaka;
	font-size:14px;
	text-indent:-9999px;
}
.related-entries-header {
	background:url(/format/title_related_entry.gif) no-repeat;
}
.trackbacks-header {
	background:url(/format/title_trackback.gif) no-repeat;
}
.comments-header {
	background:url(/format/title_comment.gif) no-repeat;
}
#related-entries-list,
#trackbacks-info,
.trackbacks-content,
.comments-content,
#comments-open {
	margin:0 10px 20px 10px;
}

/*///////////////////////////

 関連の記事

///////////////////////////*/


/*///////////////////////////

 トラックバック

///////////////////////////*/
#trackbacks-info {
	margin-top:5px;
	padding:0;
	background:#eee;
	border:1px dotted #ccc;
	text-align:center;
}



/*///////////////////////////

 コメント

///////////////////////////*/
#comments-open-data {
	float:left;
	width:44%;
}
#comments-open-text {
	float:right;
	width:54%;
}
.comment {
	padding:10px;
}
.comment-interval {
	background:#F6F6F2;
}
.comment-content p {
	margin:0;
}
.comment-footer {
	text-align:right;
}

#name-email dl {
	margin:0;
	padding:0;
}
#name-email dt {}
#name-email dd {
	margin:0 0 10px 1em;
}

#comment-author,
#comment-email,
#comment-url {
	width:190px;
}

#comment-text {
	width:99%;
	height:120px;
}
#comments-open-footer {
	margin:10px 0;
	text-align:right;
}
