@charset "utf-8";
/* -----右エリアメイン画像の設定---------------------------------------------------------------------------------- */
#big-title {
	width: 535px;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	background-image : url(../herb/img/bigtitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-bottom: 10px;
}
#big-title h3 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 17px;
	top: 45px;
	width: 300px;
}
#order-title {
	width: 535px;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	background-image : url(../herb/img/order_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-bottom: 10px;
}
#order-title h3 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 17px;
	top: 45px;
	width: 300px;
}

#conform-title {
	width: 535px;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	background-image : url(../herb/img/order_conform.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-bottom: 10px;
}
#conform-title h3 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 17px;
	top: 45px;
	width: 300px;
}

#thanks-title {
	width: 535px;
	height: 100px;
	padding-right: 0px;
	padding-left: 0px;
	background-image : url(../herb/img/order_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-bottom: 10px;
}
#thanks-title h3 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 17px;
	top: 45px;
	width: 300px;
}

/* ---右エリア内の設定------------------------------------------- */
#title-basic {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;	
}
.txt-box01 {
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.txt-box01 .img {
	padding-left: 10px;
	float: right;
	width: auto;
	padding-bottom: 10px;
}
.subtitle {
	background-image: url(../shared/bg_subtitle02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 485px;
	padding-bottom: 10px;
}
.subtitle h4 {
	font-size: 14px;
	color: #0C0CB5;
	text-indent: 10px;
	line-height: 190%;
}
.txt-box02 {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.txt-box03 {
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
}
.orange-link {
	text-align: right;
}
.orange-link a {
	color:#FF7B60;
}
.orange-link a a:hover,a:active {
	color:#FF7B60;
	text-decoration: underline;
}
.img02 {
	text-align: center;	
}

/* ---ハーブの注文----------------------------- */
.submit {
	width:85px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.submit a {
	background-image : url(../product/herb/img/enter_off.gif);
	background-position:left top;
	width:320px;
	display: block;
	height: 80px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	background-repeat: no-repeat;
}

.submit a:hover, .order a:active {
	background-image : url(../product/herb/img/enter_on.gif);
	background-position:left top;
	width:320px;
	display: block;
	height: 80px;
	overflow:hidden;
}

/* メールフォーム------------------------------------ */
#bt-submit {
	text-align: center;
	margin-top: 10px;
}

/* ---Basicプログラム入門講座、リスト下のマージン-------------------- */
.introduction01 {
	padding-bottom: 10px;
}