/* 真ん中の列
--------------------------------------------------- */
#mtEntries {
	float: left;
	width: 440px;
	height: 100%;
	/*background: #222222;*/
}/* 真ん中の列 */

.mtHeading2 {
	width: 440px;
	padding: 0;
}/* 真ん中の列を包括しているボックス */

.mtHeading2 h2 {
	font-size: 11px;
	padding: 0px;
}/* エントリーの日付 */

.mtHeading3 {
margin: 0 0 40px 0; 
}/* エントリー記事一件ごとのボックス */

.mtHeading3 h3 {
	font-size: 14px;
	padding: 3px;
	margin: 0 0 20px 0;
	background: #333333;
}/* エントリーのタイトル */

.mtEntryBody {
}/* 記事の本文 */

.mtExtended {
	text-align: right;
	//font-size: 0.8em;
	padding: 5px;
}/* 続きを読む */


.mtEntryFooter {
	border-top: 1px solid #bbbbbb;
	margin: 20px 0 0 0;
}/* 記事の投稿者・コメント・トラックバックの有無 */

.mtEntryFooter ul {
	text-align: right;
	list-style-type: none;
	font-size: 9px;
}
.mtEntryFooter ul li {	display : inline;}

.mtPosted { }/* 投稿者 */
.mtComments { }/* コメント */
.mtTrackback { }/* トラックバック */


/* 右の列
--------------------------------------------------- */

#mtUtilities {
	float: right ;
	width: 140px;
	height: 100%;
	/*border: 1px solid #222222;*/
}/* 右の列 */

#mtUtilities dl  {
	font-size:10px;
	border-bottom: 1px dotted #bbbbbb;
	margin: 0 0 10px 0;
}/* 右側の列のジャンル */

#mtUtilities dl dt {
	font-size: 11px;
    font-family: "sans-serif", "verdana", "trebuchet ms";

}/* 右側の列の見出し */
#mtUtilities li {
	list-style: none;
	margin: 0 0 5px 5px;
}/* 右側の列のリスト */

#mtUtilities li.comment-author { margin: 0 0 0 20px; }

#mtFooter p { }/* Powered by */
}

/* コメント部分
--------------------------------------------------- */

.comment { margin: 0 0 20px 0; }
.comment-inner {	border-bottom: 1px dotted #bbbbbb; }
.comment-footer,
.comment-footer-experimental,
.comments-open-moderated
 {	font-size: 10px; }

.trackback {
	font-size: 10px;
	margin: 10px 0 0 10px;
}