/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	background-color: #fff3c5;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 4px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#wrap {
	width: 800px;
	background-image: url(images/camon_bg2.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#page-header {
	height: 450px;
}

#menu {
	position: absolute;
	margin-top: 455px;
	text-align: right;
	width: 743px;
}

#menu a {
	font-weight: 600;
	text-decoration: none;
	padding-left: 6px;
}

#menu a:hover {
	text-decoration: underline;
}

#page-body {
	margin: 0 50px;
	padding: 2px;
	border: 2px solid #BF6000;
}

#page-body .inner {
	padding-top: 25px;
	height: 330px;
	background-color: #ffffcc;
}

h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

#description {
	padding: 0 30px;
	font-size: 15px;
}

#description h3 {
	font-size: 16px;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

#description ul {
	padding-left: 2em;
}

#description ul li {
	margin-bottom: 4px;
}

#getSerial {
	margin-top: 25px;
	text-align: center;
}

.getBtn a {
	text-decoration: none;
}

.getBtn a input {
	width: 250px;
	height: 50px;
	background: none;
	border: 0;
	background-image: url(images/getBtn.png);
	background-position: 0 0;
}

.getBtn a:hover input {
	background-position: 0 100%;
}

#serialBlock {
	width: 550px;
	margin: 0 auto;
	
	margin-top: 30px;
	border: 0px;
	
	font-size: 15px;
	font-weight: 600;
}

#serialBlock dl {
	clear: both;
	background-color: #99cc00;
}

#serialBlock dt {
	float: left;
	width: auto;
	padding: 3px 0;
	padding-left: 4px;
	
	border-left: 3px solid #800;
}

#serialBlock dd {
	padding: 3px 6px;
	margin-left: 100px;
	margin-bottom: 8px;
	background-color: #999;
	color: #FFFFFF;
}

#page-footer {
	width: 500px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 10px;
	color: #555;
	
	font-family:;
}

/* msgbox */
.msgbox {
	width: 530px;
	margin: 0 auto;
	
	margin-top: 25px;
	padding: 25px 15px;
	
	border-left: 5px solid #990000;
	background-color: #FFCC99;
}

.msgbox h3 {
	font-size: 16px;
	margin-bottom: 4px;
}