@charset "utf-8";
/* MTページ */
.topics{
	background-color:#999999;
	color:#FFFFFF;
	font-weight: bold;
}

.etc{
	background-color:#339966;
	color:#FFFFFF;
	font-weight: bold;
}

.ir{
	background-color:#FF9900;
	color:#FFFFFF;
	font-weight: bold;
}


.list_category_name{
	width:70px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	line-height:120%;
	font-size: 12px;
	color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.list_entry_title{
	float: left;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 300px;
	font-size: 12px;
	color: #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.list_entry_title a, .list_year a{
	text-decoration: none;
	color: #000066;
}

.list_entry_title a:hover, .list_year a:hover{
	text-decoration: underline;
	color: #FF9900;
}

.list_entry_title a img{
	border:none;
	vertical-align: middle;	
}

.list_entry_keyword{
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 80px;
	font-size: 10px;
	color: #999999;
}


