﻿@charset "utf-8";

/* ============================================
	/topics/index.html
============================================ */
.ul_topics {
}
	.ul_topics li {
		background: #f4f4e9;
		margin-bottom: 10px;
		border: 1px solid #e8e8e8;
		padding: 14px;
		zoom: 1;
	}
		.ul_topics li dl {
			background: url(../img/ico_01.gif) no-repeat 3px 6px;
		}
			.ul_topics li dl dt {
				padding-left: 35px;
				font-size: 85%;
				font-weight: bold;
				color: #666666;
				letter-spacing: 1px;
			}
			.ul_topics li dl dd {
				background: url(../../common/img/cmn_bg_dotX_01.gif) repeat-x left bottom;
				padding-bottom: 0.5em;
				padding-left: 35px;
				color: #999999;
			}
		.sectionTopics {
			margin-top: 1em;
		}




