@charset "EUC-JP";

/*////////////////////////////////////////////////////////////
	TEMPLATE_FORM COMMON
////////////////////////////////////////////////////////////*/

#tf h1 {
	font-size: medium;
	font-weight: bold;
	color: #602E2E;
	background-image: url(../img/lin_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 0.8em;
}
#tf .image {
	float: left;
	width: 94px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#tf .book {
	background-color: #EEEEEE;
	padding: 5px;
}
#tf p.whats {
	float: right;
	width: 636px;
	padding-bottom: 1em;
}
#tf table.form {
	margin-bottom: 15px;
	background-image: url(/img/lin_01.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#tf table.form th,#tf td {
	padding: 4px;
}

#tf table.form th {
	text-align: right;
}
#tf table.form .odd th,#tf .odd td {
	background-color: #EEEEEE;
}
#tf table.form .even th,#tf .even td {
	background-color: #FFFFFF;
}
#tf table.form td.title {
	width: 180px;
	background-image: url(/img/ic_bag_03.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
	padding-left: 23px;
}
#tf table.form td.price {
	text-align: right;
}
#tf input {
	text-align: center;
}

#tf .input {
	float: right;
	margin-right: 300px;
}
#tf h2 {
	font-weight: bold;
	color: #602E2E;
}
#tf h2.strong {
	font-weight: bold;
	color: #000000;
	background-color: #F0EEDB;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	margin-bottom: 0.7em;
	margin-top: 1em;
}
#tf h3 {
	font-weight: bold;
}
#tf h3.strong {
	font-weight: bold;
	background-image: url(/img/lin_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
}
#tf #contents p {
	margin-bottom: 1em;
}
#tf #contents ul,
#tf #contents ol {
	margin-bottom: 1em;
	margin-left: 25px;
}
#tf table {
	margin-bottom: 1em;
}

#tf th,#tf td {
	padding: 5px;
}
#tf th {
	background-color: #DDDDDD;
}
#tf td {
	background-color: #EEEEEE;
}
#tf img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
#tf img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#tf img.vertical {
	display: block;
	margin-bottom: 5px;
}
