@charset "utf-8";

/*  topic01
--------------------------------------------------- */
.topic{
	width: 287px;
	height: 300px;
	float: left;
	margin: 20px 15px 30px 0;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f5f5f5));
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	background: -moz-linear-gradient(#fff,#f5f5f5);
	background: -o-linear-gradient(#fff, #f5f5f5);
	background: -ms-linear-gradient(#fff, #f5f5f5);
	background: linear-gradient(#fff, #f5f5f5);
}
.topic .topic_inner{
	
}
.topic_last{
	width: 287px;
	height: 300px;
	float: left;
	margin: 20px 0 30px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f5f5f5));
	background: -webkit-linear-gradient(#fff, #f5f5f5);
	background: -moz-linear-gradient(#fff,#f5f5f5);
	background: -o-linear-gradient(#fff, #f5f5f5);
	background: -ms-linear-gradient(#fff, #f5f5f5);
	background: linear-gradient(#fff, #f5f5f5);
}
.topic h1,.topic_last h1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.topic img,.topic_last img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.topic h2,.topic_last h2{
	margin-bottom: 5px;
}
.topic p,.topic_last p{
	text-align: left;
	margin: 0 10px;
}













