#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	background-color: #FFF;
	width: 800px;
}
#wrapper h1 {
	font-size: 12px;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
	font-weight: normal;
}
#wrapper h2 {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#wrapper .imgbox {
	text-align: center;
}
#wrapper #detail {
	font-size: 12px;
	line-height: 1.5em;


	margin-left: 40px;
	margin-right: 40px;
}
#wrapper #detail ul {
	padding-left: 2em;


}
#wrapper #detail strong {
	color: #F60;
}
#wrapper #detail .entry_caution{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	margin: 0px;
}
#wrapper #detail .cautionbox {
	border: 1px solid #FECDC0;
	padding: 8px;
}
#wrapper #entry .imgbox a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #entry .imgbox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #cancel {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #C1F0E9;
}
