@charset "utf-8";
/* CSS Document */
*{margin:0;
padding:0;}
body{background-image:url(../img/back.gif);}
#wrapper {
	margin: 0 auto;
	width: 900px;
    height: 750px;
	position: relative;
background-color:#FFFFFF;
}
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#top {
	float: left;
}
#left {
	float: left;
    margin: 0;
	padding: 0;
}
#content {
	position: absolute;
	top: 432px;
	left: 567px;
	height: 236px;
	width: 321px;
	overflow-y: scroll;
    overflow-x: hidden;
}
#topic table {
	margin: 10px 0 0 10px;
	width: 280px;
}
#topic .time {
	font-size: 12px;
	color: #FF007F;
	height:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topic .topic {
	font-size: 12px;
	height:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topic .img {
	margin: 0 0 0 0;
	height:14px;
}
#fotter {
	clear: both;
	width: 900px;
	height: 71px;
}
#topic span{
	font-weight: bold;
}
