
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	line-height: 13px;
	margin:0;
	padding:0;
	color:#562e03;
	background:url(../images/topics/back.jpg) no-repeat top left #ecd4ae;
}
h1,h2,p,ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a:link,a:visited{
	color:#c10803;
	text-decoration:none;
}
a:hover{
	color:#c10803;
	text-decoration:underline;
}
#base{
	margin:22px 0 22px 10px;
	width:400px;
}
.link{
	position:absolute;
	top:0;
	left:304px;
}
.link a{
	width:90px;
	height:43px;
	display:block;
	background-image: url(../images/topics/btn_link_media.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
	.link a:link,
	.link a:visited{
		background-position:left;
	}
	.link a:hover{
		background-position:right;
	}
.list{
 	background:url(../images/topics/line.gif) no-repeat top left;
	margin-bottom:10px;
 }
	ul{
		display:block;
		padding:40px 27px 28px 27px;
 		background:url(../images/topics/line.gif) no-repeat bottom left;
	}
	li{
			margin-bottom:9px;
		}
	li a{
		color:#562e03;
	}
	li .date{
		font-size:11px;
		padding-right:10px;
		font-family: "Courier New", Courier, mono;
		display:block;
		float:left;
	}
	
.btnClose{
	clear:both;
	margin-left:308px;
}
.btnClose a{
	width:90px;
	height:37px;
	display:block;
	background-image: url(../images/topics/btn_close.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
	.btnClose a:link,
	.btnClose a:visited{
		background-position:left;
	}
	.btnClose a:hover{
		background-position:right;
	}
