@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 10px 20px;
	/*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 auto;
	border: none;
}
#home #right1 table a img {
	border: none;
}
#home #right1 table a:hover {
	text-decoration: underline;
}

#home #right1 table td p.show-title a {
	color: #8c285a;
	font-size: 11px;
}
#home #right1 table td.col-left {
	width: 165px;
	text-align: center;
}
#home #right1 table td a {
	float: none;
}
#home #right1 table td.col-left p {
	width: 165px;
	text-align: center;
}
#home #right2 {
	width: 425px;
	border-top: 1px solid #ff48a8;
}
