#wrapper {
	width: 800px;
	position: relative;
}
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 100px;
	overflow: hidden;
	background-position: left 10px;
	background-color: #FFFFFF;
}
h1 {
	margin-top: 15px;
	margin-bottom: -25px;
	margin-left: 15px;
}
#contentsbody{
	width: 800px;
	overflow: hidden;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	clear: both;
}
#contstitle{
	margin-bottom: 30px;
}
#contsmain{
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
}
#bookmark_txt {
	line-height: 2.5em;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 40px;
}
#bookmark_caution {
	line-height: 2.5em;
	font-weight: normal;
	padding-bottom: 150px;
	font-size: 10px;
	color: #CC0000;
}
.privacy_conf {
	margin-bottom: 15px;
}
