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

 file name  :contents.css
 style info :コンテンツ内のデザインCSS
=================================================================== */

/* ==========================================================
	TOPICS
========================================================== */
body#topics { }
body#topics h2 { padding: 0 0 0 4px; }
body#topics div.topics {
		width: 903px;
		margin: 0 auto;
		background: url(../img/topics/bg.gif) repeat-y 0 0;
}
body#topics div.topics_inner {
		width: 819px;
		margin: 0 auto;
		padding: 6px 0 0;
}
body#topics div.each {
		background: #fff;
		margin: 0 0 10px 0;
}
body#topics dl { padding: 0 20px; }
body#topics dl dt { padding: 0 0 5px 0; }
body#topics dl dd { color: #fc4600; }
body#topics dl dd a:link { color: #fc4600; }
body#topics dl dd a:visited { color: #F60; }
body#topics dl dd a:hover { color: #F00; }
body#topics p.bg_each_bottom {
		height: 12px;
		font-size: 0;
}