* {
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.2;
	font-family: ＭＳ Ｐゴシック, Verdana, Arial, Helvetica;
}

BODY {
	margin: 20px 20px 40px;
	background: #fff;
	text-align: center;
}

DIV {
	text-align: left;
}

DIV#header {
	width: 560px;
	margin: 0 auto 0;
}

DIV#header IMG {
	border: 0;
}

DIV#title {
	width: 266px;
	margin: 35px auto 40px;
}

DIV#lead {
	width: 560px;
	font-size: 80%;
	margin: 0 auto 25px;
}

DIV#form {
	width: 576px;
	margin: 0 auto 0;
	background: url(../img/cnt_bg.gif) top left repeat-y;
}

DIV.head {
	margin: 10px 24px 10px;
}

DIV#cntTop {
	width: 576px;
	height: 8px;
	background: url(../img/cnt_top.gif) top left no-repeat;
}

DIV#cntBtm {
	width: 576px;
	height: 8px;
	background: url(../img/cnt_btm.gif) bottom left no-repeat;
}

DIV.formElement {
	margin: 15px 30px 20px 45px;
	font-size: 80%;
}

DIV.formElement INPUT.txfield, TEXTAREA {
	border: solid 1px #999;
	margin: 2px 0 2px;
	padding: 1px 2px 1px 2px;
	background-color: #efefef;
}

DIV.formElement INPUT.radio {
	margin: 1px 4px 0 0;
	position: relative;
	top: 1px;
}

DIV.formElement TEXTAREA {
	width: 480px;
}

DIV.formElement IMG {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 3px;
	border: 0;
}

SPAN.note {
	font-size: 80%;
	color: #999;
}

DIV#buttons {
	width: 300px;
	margin: 30px auto 20px;
	text-align: center;
}

DIV#buttons INPUT {
	padding: 2px 8px 2px;
	margin: 0 5px 0;
}

DIV#buttons IMG {
	border: 0;
}

DIV#buttons A:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

DIV#info {
	width: 570px;
	margin: 40px auto 30px;
}

UL#info {
	font-size: 80%;
	text-align: left;
	list-style: none;
}

UL#info LI {
	text-indent: -15px;
	padding-left: 15px;
	margin-bottom: 4px;
}

.bl {
	color: #787878;
	font-weight: bold;
}

P#Pdp {
	display: inline;
	cursor: pointer;
}

INPUT#datepicker {
	width: 0px;
	border: solid 1px #fff;
	position: relative;
	left: 10px;
}

DIV.errMsg {
	color: red;
	margin: 0 0 4px;
}

DIV.hide {
	display: none;
}

DIV#footer {
	width: 600px;
	margin: 40px auto 0;
	border-top: solid 1px #ccc;
	padding-top: 5px;
}

DIV#footer IMG {
	border: 0;
}

DIV#footer A:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}