@charset "utf-8";

/* formatting style
--------------------------*/
*{font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}

* {	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
	overflow-x: hidden;
}
#topics  {	width: 750px; border-collapse:collapse; }


#topics th { text-align: left; padding:7px 0 0 20px; font-size: 12px; line-height: 160%; background:url(../img/arrow_info.gif) 0px 11px no-repeat; width: 100px; vertical-align: top; color: #333333; font-weight:bold; border-bottom: 1px dotted #999999; margin:0 0 0 15px; }
#topics td { font-size: 12px; line-height: 160%; padding-top:7px; padding-bottom: 7px; color: #333333; border-bottom: 1px dotted #999999; }


