@charset "utf-8";

/*アンケート用*/
#title_bar{
	width:650px;
	height:40px;
	background-image:url(../image/mail/title_bg.gif);
	color:#ffffff;
	font-size:14px;
	margin-left:3px;
	margin-top:20px;
	margin-bottom:15px;
	font-weight:bold;
}

#mail{
position:relative;
background-image:url(../image/mail/mail_mid_bg.gif);
background-repeat:repeat-y;
position:relative;
width:662px;
height:auto;
margin:0 auto;
padding:0;
}

#font_red{
	color:red;
}

#mail .mail_tb{
	width:620px;
	margin-left:20px;
	border:1px solid #D76104;
}

#mail .mail_th_header{
	background-color:#EE934C;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#D76104;
}
#mail .mail_th_header2{
	background-color:#EE934C;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-width:1px 0 1px 0;
	border-style:solid;
	border-color:#D76104;
}
#mail .mail_th1{
	border-right:1px solid #D76104;
	border-bottom:1px dashed #D76104;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:10px;
	width:240px;
}
#mail .mail_th2{
	border-right:1px solid #D76104;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:10px;
	width:240px;
}
#mail .mail_td1{
	border-bottom:1px dashed #D76104;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	width:360px;
}
#mail .mail_td2{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	width:360px;
}
#mail .text_box{
	background-color:#FDC79C;
	width:350px;
}
#mail .text_box2{
	background-color:#FDC79C;
	width:150px;
}

#mail .textarea_box{
	background-color:#FDC79C;
	width:350px;
	height:100px;
}
#mail #btn{
	width:620px;
}
#mail #submit_td{
	padding-top:20px;
	width:300px;
	text-align:right;
}
#mail #space_td{
	padding-top:20px;
	width:20px;
}
#mail #reset_td{
	padding-top:20px;
	width:300px;
	text-align:left;
}
#mail .bg_btn{
	border: 1px solid #D76104;
	background-color: #EE934C;
	color:#ffffff;
}