body {
	margin: 0;
	padding: 0;
	background: url("../img/bg.jpg") repeat-x top;
	background-color: #daebfc;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
	font-size: 13px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffc600;
	text-align: left;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #00448d;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #323232;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
}
p { line-height: 18px; }
p span { color: red; }
li {
	list-style-position: outside;
	margin: 0 0 0 0px;
}
#container {
	background: url("../img/contbg.jpg") repeat-y;
	width: 775px;
}
#top a {
	background: url("../img/top.jpg") no-repeat;
	border-bottom: 6px solid #ffc600;
	width: 767px;
	height: 67px;
	display: block;
}
#content_box {
	float: left;
	position: relative;
	width: 548px;
	margin: 10px 0 0 20px;
}
#content_top {
	background: url("../img/border_top.jpg") no-repeat;
	position: relative;
	width: 548px;
	height: 18px;
}
#content_bg {
	background: url("../img/border_right.jpg") repeat-y right;
	float: left;
	position: relative;
	width: 528px;
	min-height: 700px;
	padding: 0 10px 20px 10px;
	text-align: left;
	color: #00448d;
}
#content_bg_2 {
	border-right: 1px solid #323232;
	float: left;
	position: relative;
	width: 528px;
	min-height: 700px;
	padding: 0 10px 20px 10px;
	text-align: left;
	color: #00448d;
}
#right_box {
	float: left;
	position: relative;
	width: 175px;
	margin: 0 10px 0 10px;
	padding: 100px 0 0 0;
	text-align: left;
}
#opinion { 
	border-top: 1px solid #323232;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	color: #00448d;
}
#opinion p {
	font-weight: bold;
	margin: 10px 0 0 0;
}

#bottom {
	background: #323232;
	padding: 5px 15px 10px 0;
	width: 752px;
	position: relative;
	clear: both;
	color: #ffffff;
	text-align: right;
	font-family: Tahoma, Verdana, Arial;
	font-size: 30px;
	font-weight: bold;
}
#bottom a:link { text-decoration: none; color: #ffffff; }
#bottom a:visited { text-decoration: none; color: #ffffff; }
#bottom a:active { text-decoration: none; color: #ffffff; }
#bottom a:hover { text-decoration: none; color: #ffffff; }

#regbg {
	background: url("../img/regbg.jpg") no-repeat;
	width: 519px;
	height: 175px;
}
#table_reg {
	border: 0;
	margin: 40px 0 0 20px;
	position: relative;
	float: left;
	color: #ffffff;
}
#table_reg span { font-weight: bold; }
#table_reg td { padding: 5px 0 5px 0; }

#table_reg_2 {
	border: 0;
	margin: 20px 0 0 0;
	color: #00448d;
	text-align: left;
}
#table_reg_2 span { font-weight: bold; }
#table_reg_2 td { padding: 5px 0 5px 0; }

#input_reg {
	padding: 3px;
	margin: 0 0 0 10px;
	width: 240px;
	border: 0;
}
#input_reg_2 {
	padding: 3px;
	margin: 0 0 0 10px;
	width: 240px;
	border: 1px solid #00448d;
}
#btn_order {
	background: url("../img/btn_order.jpg") no-repeat;
	margin: 10px 0 0 65px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	width: 183px;
	height: 32px;
	color: transparent;
	overflow: hidden;
	padding: 30px 0 0 0;
}
#btn_order2 {
	background: url("../img/btn_order_2.jpg") no-repeat;
	margin: 10px 0 0 65px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	width: 156px;
	height: 32px;
	color: transparent;
	overflow: hidden;
	padding: 30px 0 0 0;
}
#opinion_input {
	width: 500px;
	margin: 0 0 20px 0;
}
#opinion_table { margin: 20px 0 0 0; }
#opinion_table span { color: red; }

#opinion_txtarea {
	width: 500px;
	height: 200px;
	overflow: auto;
}