
#h_frame {
	background-image:url(images/h_frame.gif);
	background-repeat:no-repeat;
	width:750px;
	height:84px;
	margin-top:10px;
}

#bg_frame {
	background-image:url(images/bg_frame.gif);
	background-repeat:repeat-y;
	width:750px;
	height:auto;
}


#f_frame {
	background-image:url(images/f_frame.gif);
	background-repeat:no-repeat;
	width:750px;
	height:10px;
	margin-bottom:10px;
}

#h_text {
	width:500px;
	padding-top:0px;
	padding:0 125px 10px 125px;
	/* font-size:14px; */
	font-size:80%;
	line-height:1.5em;
	text-align:left;
}

#title {
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	width:500px;
	height:35px;
}

#main_text {
	padding:0 75px 10px 75px;
}

#t_form {
	margin-top:10px;
}

.t_title {
	background-color:#663300;
}
.t_num {
	background-color:#fff0d8;
	font-weight:bold;
	text-align:center;
	color:#663300;
	/* font-size:14px; */
	font-size:80%;
	width:45px;
}
.t_text {
	background-color:#fff0d8;
	text-align:left;
}
.t_text input {
	width:150px;
}

.t_pd {
	background-color:#fff0d8;
	text-align:center;
	width:45px;
}
.t_pd input {
	width:40px;
}
.t_cap {
	background-color:#ffffff;
	text-align:left;
}

.cart_box {
	border:1px solid #663300;
	background-color:#fff0d8;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	width:474px;
}

.cart_text {
	/* font-size:14px; */
	font-size:80%;
	text-align:left;
}
.cart_button {
	text-align:center;
	margin-top:10px;
}

.guide_title {
 font-weight:bold;
 text-align:center;
}
.guide_text {
	width:200px;
	/* font-size:14px; */
	font-size:80%;
	line-height:1.5em;
	text-align:left;
	border:1px solid #cccccc;
	padding:10px;
	margin:2px;
}

.guide_text ol {
 margin-top:10px;
 margin-bottom:0px;
 margin-left:5px;
 padding-left:20px;
}