/* present */
#frame {
	width: 800px;
	background-image: url(../img/frame2.gif);
}

#frame_title {
	float: left;
}
#frame_title2 {
	float: right;
}

#frame_text1 {
	font-size: 80%;
	line-height: 1.3em;
	clear: both;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}


#present_area {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#pre_table {
	margin-right: auto;
	margin-left: auto;
}
.pre_table_td {
	background-image: url(../img/present_bg2.gif);
	vertical-align: top;
}

.pre_img {
	margin-right: auto;
	margin-left: auto;
	width: 220px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pre_img img {
	margin-right: auto;
	margin-left: auto;
}
.pre_title {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #B83A1B;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/present_title.gif);
}
.pre_text {
	width: 210px;
	font-size: 80%;
	color: #1A1D26;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.1em;
	margin-top: 10px;
}
.pre_sime {
	width: 210px;
	font-size: 80%;
	color: #1A1D26;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.1em;
	margin-top: 10px;
}
.pre_link {
	width: 210px;
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1A1D26;
}
.pre_link a {
	color: #1A1D26;
	text-decoration: underline;
}

#present_btn {
	height: 60px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
}
#present_btn a {
	background-image: url(../img/present_btn.gif);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
#present_btn a:hover {
	background-position: 0px -60px;
}


/* enquete */
#enquete_area {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#warning {
	color: #FF0000;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
	padding: 10px;
}

.enquete_box {
	background-color: #dcdcdc;
	font-size: 80%;
	color: #333333;
	width: 720px;
	line-height: 1.3em;
	border-collapse: collapse;
}
.enquete_box th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;

}
.enquete_box td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;

}
.enq_input {
	margin-right: 5px;
	margin-left: 5px;
}
.enq_margin {
	height: 10px;
	font-size: 0px;

}
.enquete_box2 {
	background-color: #dcdcdc;
	font-size: 80%;
	color: #333333;
	width: 720px;
	line-height: 1.3em;
	border-collapse: collapse;
}
.enquete_box2 th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;
}
.enquete_box2 td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;
}
.enquete_box2 input {
	margin-right: 3px;
}

#enquete_btn {
	height: 50px;
	width: 200px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}
#enquete_btn a {
	background-image: url(../img/enquete_btn.gif);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
#enquete_btn a:hover {
	background-position: 0px -50px;
}


/* confirm */
.confirm_box {
	background-color: #DCDCDC;
	font-size: 80%;
	color: #333333;
	width: 720px;
	line-height: 1.3em;
	border-collapse: collapse;
}
.confirm_box th {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;
	background-color: #eeeeee;

}
.confirm_box td {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;

}
.confirm_box2 {
	background-color: #DCDCDC;
	font-size: 80%;
	color: #333333;
	width: 720px;
	line-height: 1.3em;
	border-collapse: collapse;
}
.confirm_box2 th {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;
	background-color: #EEEEEE;

}
.confirm_box2 td {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A3A6;

}

#btn_area {
	margin-right: auto;
	margin-left: auto;
	width: 410px;
	margin-top: 20px;
}
#before_btn {
	height: 50px;
	width: 200px;
	overflow: hidden;
	float: left;
}
#before_btn a {
	background-image: url(../img/before_btn.gif);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
#before_btn a:hover {
	background-position: 0px -50px;
}
#confirm_btn {
	height: 50px;
	width: 200px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
#confirm_btn a {
	background-image: url(../img/confirm_btn.gif);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
#confirm_btn a:hover {
	background-position: 0px -50px;
}


/* thanks */
#thanks_btn {
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
}
#thanks_btn a {
	background-image: url(../img/thanks_btn.gif);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
#thanks_btn a:hover {
	background-position: 0px -50px;
}
