@import "common.css";
#bg_1 {
	background-image: url(../img/top/bg_1.gif);
	width: 500px;
	margin-top: 10px;
	background-position: right top;
	height: 194px;
	background-repeat: no-repeat;
	margin-bottom: -10px;
}
#bg_2 {
	background-image: url(../img/top/bg_2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 118px;
	width: 490px;
	margin-left: 10px;
	margin-top: 20px;
}

#bg_2 p {
	padding-left: 110px;
	padding-top: 12px;
}

#bg_3 {
	background-image: url(../img/top/bg_3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 196px;
	margin-top: 10px;
	margin-bottom: -10px;
}

#link a {
    width: 442px;
	border: 2px solid #FFFFFF;
	padding: 5px;
	display: block;
	margin:0 auto 0;
}

#link a:hover {
	border: 2px solid #FF99CC;
	padding: 5px;
}

