@charset "UTF-8";

/* HOME PAGE */
#home #left {
	/*float: left;
	width: 300px;
	margin: 0 30px 0 0;*/
}
#home #right1 {
	float: right;
	width: 425px;
	padding: 0;
	margin: 0 0 30px 30px;
	/*border: 1px solid #000;*/
}
#home #right1 table {
	width: 420px;
	margin: 0;
	padding: 0;
}
#home #right1 table td {
	text-align: center;
}
#home #right1 table p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#home #right1 table a {
	margin: 0;
	padding: 0;
	color: #4873ff;
	font-size: 12px;
	text-decoration: none;
	float: left;
	display: block;
	margin: 0 5px;
	border: none;
}
#home #right1 table a img {
	border: none;
}
#home #right1 table a:hover {
	text-decoration: underline;
}
#home #right2 {
	width: 425px;
	border-top: 1px solid #ff48a8;
}