@charset "utf-8";
/* CSS Document */

#main {
	background:url(../images/top/head.jpg) no-repeat;
	padding-bottom:30px;
}

#main #button {
	display:block;
	margin:470px auto 0 auto;
}

ul#topics {
	width:474px;
	margin:0 auto;
	padding-bottom:20px;
	
}

ul#topics li {
	float:left;
	border-bottom:#666 dotted 1px;
	margin-bottom:10px;
}

ul#topics li p {
	font-size:1em;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:10px;
	width:325px;
	line-height:140%;
}

ul#topics li img {
	border:#000 dotted 2px;
	padding:2px;
	width:116px;
	height:auto;
	float:left;
	margin:10px;
}