@charset "UTF-8";
body {
	background: url(../images/topics_bg.jpg) repeat-y center;
}
/* CSS Document */

#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/topics_h.png);
	height: 74px;
}
#content {
	margin: 10px 20px;
	height: 100%;
}
p,dt,dd {
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
dd {
	border-bottom: 1px dashed #333333;
	padding-bottom: 5px;
}
#footer {
	background: url(../images/topics_f.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	height: 43px;
}
#footer address {
	margin-top: 10px;
}
