<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************
topics.css
「更新履歴」用CSS
LAST UP DATA: 2012/04/16
AUTHOR:KAZUHISA KUMAGAI
(tvosaka-system)
***********************/
#page .topics-wrap{
	margin: 20px;
	padding: 35px 20px 50px 20px;
	border: 1px solid #000;
}
#page .topics-wrap h3{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 40px 0;
}
#page .topics-wrap p{
	margin: 15px 0;
	line-height: 1.5em;
}
#page .topics-wrap p.sign{
	margin: 30px 0 0 0;
	text-align: right;
}
</pre></body></html>