@charset "utf-8";
#box {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
#box #main {
	float: left;
	height: 350px;
	width: 990px;
}
#box #main #left {
	float: left;
	height: 300px;
	width: 440px;
	margin-left: 10px;
	margin-top: 10px;
}
#box #main #right {
	float: left;
	height: 300px;
	width: 505px;
	margin-left: 10px;
	margin-top: 10px;
}
#box #main #right table {
	margin-top: 20px;
}

a:link {
	color: #261cdc;
	text-decoration: none;
}
#right p {
	font-size: 14px;
	line-height: 24px;
}

a:visited {
	color: #261cdc;
	text-decoration: none;
}
a:hover {
	color: #261cdc;
	text-decoration: none;
}
a:active {
	color: #261cdc;
	text-decoration: none;
}

