@charset "utf-8";
/* CSS Document */

.info-box{
	width: 650px;
}

.info-table{
	width: 650px;
}

.info-table td{
	text-align: left;
	padding:5px 10px;
}


.info-table td a{
	text-decoration: underline;
	color: #F93;
}


.iframe{
	padding: 5px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	height: 150px;
	width: 690px;
	margin-bottom: 30px;
}
	