@charset "utf-8";

/* 見出し
------------------ */
#contact_title{
	text-indent:-9999px;
	width:125px;
	height:20px;
	overflow:hidden;
	background:url(../../contact/img/contact_title.gif) no-repeat 0 0;
	margin:10px 0 30px 0;
}

/* フォームパーツ
------------------ */
/* フォーム */
form{
	margin:0 0 1.5em 0;
}

.form_ta{
	width:100%;
}

.form_ta th{
	text-align:left;
	font-weight:normal;
	padding:20px 0 20px 25px;
	background:url(../img/ar02.gif) no-repeat 10px 48%;
	border-bottom:1px dotted #dacec2;
}

.form_ta td{
	padding:20px;
	border-bottom:1px dotted #dacec2;
}

/* パーツ */
select{
	padding:3px;
	margin-bottom:1px;
}

.textbox{
	padding:3px;
	margin-bottom:1px;
}

.button{
	text-align:center;
	padding:10px;
}

/* 必須項目 */
.req{
	color:#f00;
	font-size:smaller;
	font-weight:normal;
}

/* 注意書き */
.note{
	color:#666;
	font-size:smaller;
}

/* 送信エリア */
.submit_area{
	text-align:center;
	padding:30px 0;
}

.submit_area .button{
	margin:0 30px;
	cursor:pointer;
}

/*eof*/