@charset "shift_jis";
body {
	text-align: center;
}
body table {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.txt14 {
	font-size: 12px;
	line-height: 20px;
}

#imglist img{
	margin-top: 3px;
}

/*トップページ*/
#t-topics {
	width: 410px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #996633;
}

#t-topics dl{
  	margin-top: 0px;
}   
#t-topics dt {
	float:left;
	width:80px;
	padding:5px 0 5px 10px;
	clear:both;
}   
#t-topics dd {
	margin-left:80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
} 


/*トピックス*/
#topics dt{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#topics dd{
	font-size: 12px;
	line-height: 16px;

}
#topics li{
	margin-bottom: 5px;
}

.lineR {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #392D26;
}

