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

MT ウエブページ用

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


.asset-header{
	background:url(../images/design/topics_title_back.jpg) no-repeat bottom right;
	width:600px;
	margin-right:0 !important;
	min-height:45px;
	margin-bottom:15px;
	zoom:1;
}

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

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

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

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

div.asset-content hr{
    margin:30px auto 30px auto;
    border:none;
    border-top:2px dotted #cccccc;
}

/* For IE6 */

* html .asset-header{
	width:auto;
	height:45px;
}
