@charset "UTF-8";
/* CSS Document */

#contents {
	border-left: #ccc 3px solid;
}	
.box_r {
	width: 320px;
	margin-left: 20px;
	float: left;
}		

#thanks{
	border:1px solid #f60;
	padding:20px;
	margin:30px 0;
}

#thanks p{
	font-size:108%;
	color:#fff;
}

p#results{
	margin:10px 0 10px;
	font-weight:bold;
	font-size:160%;
}

p#results a:hover{
	color:#f90;
}
