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

	
.popupContents {
	background-color: #fff;
	display: none;
	_height:400px;
	_overflow-y: scroll;
	position; relative;
	width: 760px;
	}
	
.popupContents h1 {
	font-size: 120%;
	margin: 10px 15px;
	}

.popupContents dt,
.popupContents dd {
	margin: 10px 15px 10px;
	}
	
.close {
	float: right;
	margin: 0 5px 5px 0;
	}