@import url("common.css");
#main {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
}
#info {
	float: left;
	width: 500px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
#info h2 {
	background-image: url(../img/info1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500pt;
	margin: 2px;
	height: 30px;
	width: 496px;
	display: block;
}
#info table {
	background-color: #FFFFFF;
	margin: 2px auto;
	width: 496px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
}
#info th {
	width: 80px;
	font-weight: normal;
	text-align: left;
}
#info td {
}

#link {
	float: right;
	width: 350px;
}

