@charset "utf-8"; 
/* =================================== 

MT エントリー用

=================================== */

.asset-header h1#page-title{
    font-size:1.33em;
    padding:6px 0 5px 20px;
    color:#0074bf;
    background:url(../images/design/h1back.jpg) 0px 4px no-repeat;
	line-height:1;
}

body.mt-entry-archive .asset-header{
    margin-bottom:20px;
}

.asset-header .published{
	display:block;
	color:#0074bf;
	font-size:1.33em;
	font-weight:bold;
	padding:0 0 0 20px;
}

div.asset-content h2{
	font-size:1.16em;
}

div.entry-content table{
	empty-cells:show;
 	border-collapse: collapse;
    margin:10px auto;
}
div.entry-content table td{
	white-space:nowrap;
	border:1px solid #cccccc;
	vertical-align:middle;
}

div.asset-content{
	padding-bottom:20px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}

div.asset-content ul{
	list-style-type: disc;
	list-style-position: inside; 
}


div.entry-categories{
	text-align:center;
}