@charset "Shift_JIS";

/* トピックス用 */

body {
	width:90%;
	margin:0px;
	padding:0px;
	font-size:62.5%;
	text-align:center;
}

/*
 * テキスト初期化
 * --------------------------------- */

h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6,p,th,td,ul,ol,dl,address {
	color:#333333;
	font-family:"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", Osaka , sans-serif;
	/*明朝 font-family:Georgia, "Times New Roman", Times, serif; */
}
h1,h2,h3,h4,h5,h6 {
	font-size:1.6em;
}
p,th,td,ul,ol,address {
	font-size:1.3em;
}
p,address,th,td {
	line-height:1.5;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:bottom;
}

/* テーブル */
.topics {
	width:100%;
	margin:0px auto;
	padding:8px 5px;
	text-align:left;
	border-bottom:dashed 1px #cccccc;
}