/*---------------------------
  ▼タイトル画像設定
---------------------------*/ 
#content h3{
	margin: 0px;
	padding: 0px;
	width: 453px;
	height: 54px;
	background: url(../../images/address/txt_01.gif) no-repeat;
	text-indent: -9999px;
}
/*---------------------------
  ▼フォームエリアのボックス
---------------------------*/ 
#head_adress{
	margin: 40px 18px;
	padding: 0px 12px;
	background: url(../images/frame_02.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}

#middle{
	background: url(../../images/address/bg.gif) repeat-y  center;
	margin: 0px 18px;
}

#bottom{
	height: 13px;
	margin:0px 18px;
	background: url(../../images/address/frame_u.gif) no-repeat bottom;
}
/*---------------------------
  ▼フォームエリアのテーブル
---------------------------*/ 
table{
	width: 600px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

th{
	font-weight: normal;
}

th.left01{
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 10px 0 10px 12px;
	border-bottom: 1px solid #FCAE00;
}

th.left02{
	width: 146px;
	padding: 15px 0 0px 12px;
	height: 22px;
	margin: 0px;
}

td.form01{
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #FCAE00;
}

td.form02{
	padding: 15px 0 0px 20px;
	padding-top: 0.8em;
}

/*---------------------------
  ▼ボタンエリアとボタン
---------------------------*/ 
#button{
	margin: 6px;
	padding:6px;
	float: left;
	height:28px;
}
.back a{
	margin:0;
	padding:0;
	display:block;
	float: left;
	position:absolute;
	left: 12px;
	width:63px;
	height:28px;
	background:url(../images/button_03.gif) no-repeat;
	text-indent: -9999px;
}
.back a:hover {
	background-position: 0px -28px;    
}
.check a{
	margin:0;
	padding:0;
	display:block;
	position: relative;
	left: 198px;
	width:63px;
	height:28px;
	background:url(../images/button_05.gif) no-repeat;
	text-indent: -9999px;
}
.check a:hover {
	background-position: 0px -28px;    
}
