
BODY {
font-size:12px;
	margin:0;
	background-color:#000000;
}
TD {
	font-size:12px;
	text-align:left;
}
INPUT.txt{
	border:1px #333333;
	background-color:#FFFFFF;
	border-style:solid;
	width:230px;
}
TEXTAREA {
	border:1px #333333;
	background-color:#FFFFFF;
	border-style:solid;
	width:230px;
}
INPUT.zip {
	border:1px #333333;
	background-color:#FFFFFF;
	border-style:solid;
	width:72px;
}
INPUT.bt {
	width:16px;
	
}
INPUT.unq_btn {
	width:160px;
	height:32px;
	border:0px;
	background-image:url(../img/pc_bt_unq.gif);
}
INPUT.unq_btn:hover {
	width:160px;
	height:32px;
	border:0px;
	background-image:url(../img/pc_bt_unq_on.gif);
}
INPUT.enq_btn {
	width:160px;
	height:32px;
	border:0px;
	background-image:url(../img/pc_bt_enq.gif);
}
INPUT.enq_btn:hover {
	width:160px;
	height:32px;
	border:0px;
	background-image:url(../img/pc_bt_enq_on.gif);
}
INPUT.btn {
	width:160px;
	height:32px;
	border:0px;
}

#field {
	width:480px;
	/*height:480px;background-repeat: repeat-y;*/
	margin:0px;
	background-color:#CCCCCC;
	background-image:url(../img/pc_bg.png);
	
}
#header {
	width:480px;
	height:48px;
	background-color:#000;
}
#main {
	width:480px;
	min-height: 416px;
	text-align:center;
}
#footer {
	width:480px;
	height:16px;
	background-color:#000;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
}
#unq {
	width:480px;
	height:128px;
	background-color:#000;
	text-align:center;
}
#title {
	width:480px;
	height:32px;
	background-color:#CCCCCC;
	text-align:left;
}
.txt10 {
	font-size:10px;
}