@charset "utf-8";
/* CSS Document */
#top
{
	width:49%;
	float:left;
	margin-right:10px;
}
.dow
{
	border:#CCCCCC 1px solid;
	margin-bottom:10px;

	padding-bottom:10px;
}
#new .dow {
	margin-left:51%;
}
#top p, #new p{
	margin:0px;
	padding-left:5px;
}
#top h5 , #new h5
{
	font-size:1.2em;
	color:#990000;
	margin:0px;
	margin-bottom:15px;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:5px;
}
#top a, #new a
{
	font-size:1.1em;
	color:#0066FF;
}
#top a:hover, #new a:hover
{
	text-decoration:underline;
}
