@charset "utf-8";

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.none {
	display:none;
}
#container {
	width: 820px;
	height: 720px;
	background-color: #FFFFFF;
	overflow-y: scroll;
}
#container h3 {
	background: url(../images/popup_title_2.gif) no-repeat;
	height: 55px;
	margin: 0px;
	padding-bottom: 10px;
}
#picarea {
	text-align: center;
	margin-top: 1em;
}
#textarea {
	margin: 1em 2em;
}
#container ul {
	padding: 2.5em 1.5em;
	margin: 0px;
}

#container .next {
	list-style-type: none;
	float: right;
}
#container .back {
	list-style-type: none;
	float: left;
}
#pop_footer {
	clear: both;
	background: url(../../images/footer.gif) no-repeat center;
	height: 24px;
	margin: 0px 1.5em;
	border-top: 1px solid #0899ff;
}


#container address {
	display: none;
}

