@charset "utf-8";


@import "reset.css";

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

 topix.css	トップページお知らせcss

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

body,html { background-color:transparent; }


div#top_news h3 {
	padding-bottom: 12px;
}

div#top_news dl { font-size:85%; }

div#top_news dt {
	clear: both;
	float: left;
	width: 75px;
	padding: 7px 0px;
}

div#top_news dd {
	background: url(../img/top/news_line.gif) repeat-x left bottom;
	padding: 7px 0px 7px 65px;
}
