body {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	text-align: center;
}
.bg_top {
	background-image: url(../img/common/bg_top.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bg_detail {
	background-image: url(../img/common/bg_detail.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.tx {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.tx_detail_left {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-bottom: 10px;
}
.tx_detail_bold {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
}
.tx_detail_sml {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
}


.link_tx:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link_tx:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link_tx:hover {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.link_tx:active {
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
}
.red_price {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
}

form {
	margin: 0px;
}
input {
	font-size: 11px;
	line-height: 16px;
}
select {
	font-size: 11px;
	line-height: 16px;
}
textarea {
	font-size: 11px;
	line-height: 16px;
}
.form_head {
	text-align: left;
	border: 1px solid #484848;
	padding: 5px;
	background-color: #484848;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.form_left {
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #CC0000;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.form_right {
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
}
.form_bottom {
	text-align: center;
	border: 1px solid #E3E3E3;
	padding: 5px;
}
.form_bt {
	width: 120px;
	margin: 5px;
}
.asterisk {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
}
.thanks {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #CC0000;
	border-bottom-color: #E3E3E3;
	border-left-color: #CC0000;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
