@charset "utf-8";

#abookbx1txt {
	float: left;
	width: 470px;
}
#abookbx1txt p {
	font-size: 1.4em;
	font-weight: bold;
	background: #f1f1f1;
	margin: 15px 0px 0px;
	padding: 10px 15px;
}
#abookbx1img {
	text-align: center;
	float: right;
	width: 200px;
}
#abookbtn {
	background: url(../images/dt2.gif) repeat-x left top;
	text-align: center;
	margin: 20px 0px;
	padding: 20px 0px 0px;
	clear: both;
}


/* form
---------------------------------------------------- */

#bfbx1 {
	margin: 0px 0px 20px;
}
#bfbx1txt {
	float: left;
	width: 310px;
}
#bfbx1img1 {
	float: right;
	width: 176px;
	text-align: center;
}
#bfbx1img1 p,
#bfbx1img2 p {
	font-size: 1.1em;
	line-height: 150%;
	margin: 5px 0px 0px;
}
#bfbx1img2 {
	float: right;
	width: 176px;
	text-align: center;
}
#bfbx1img1 img,
#bfbx1img2 img {
	border: 1px solid #aaa;
}


span.nece {
	font-style: normal;
	font-weight: normal;
	color: #f60;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	height: 100px;
	width: 420px;
}
form div {
	text-align: center;
	padding: 20px;
}
form div input {
	width: 200px;
	font-size: 1.3em;
	height: 3em;
}
.size_l {width: 420px;}
.size_m {width: 200px;}
.size_s {width: 80px;}
.size_ss {width: 30px;}

form table {
	background: url(../images/dt2.gif) repeat-x left top;
	width: 675px;
}
form th,form td {
	vertical-align: top;
	padding: 7px 0px 7px 3px;
	background: url(../images/dt2.gif) repeat-x left bottom;
	font-size: 1.3em;
	line-height: 200%;
}
form th {
	font-weight: normal;
	text-align: left;
	width: 181px;
}

#err_box {
	color: #e00;
	font-size: 13px;
	line-height: 170%;
}
#err_box ul {
	margin: 20px 0px;
	padding: 0px 0px 0px 30px;
}


