@charset "Shift_JIS";

/*wrap_mailmaga
--------------------------------*/

#wrap_request{
	width:1000px;
	height:602px;
	padding-top:8px;
	background:url(../request/img/request_bk.jpg) left top no-repeat;
	overflow:hidden;
	font-size:10px;
}


#tit_req_area{
	width:96px;
	padding:0 15px;
	background:#ffffff;
	margin-left:15px;
	margin-bottom:10px;
}


#wrap_request table{
	width:580px;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
#wrap_request table th{
	background-color:#005baa;
	color:#ffffff;
	text-align:left;
}

#wrap_request table th span{
	padding:5px;
	display:block;
	border:solid 1px #ffffff;
}

#wrap_request table td{
	padding:5px 10px;
}
#wrap_request table th,
#wrap_request table td{
	font-size:10px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
}

#wrap_request table tr{
	background-image:url(../img/line.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:1px;
}

#wrap_request table tr.noline{ background-image:none;}