@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#transfer_report {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #transfer_report {
	height: 500px;
}

#transfer_report a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#transfer_report h4 {
	font-size: 80%;
	color: #3c3c3c;
	border-left: 4px solid #fa7d19;
	padding-left: 5px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#transfer_report div.report-wrap {
	margin-bottom: 20px;
	padding-bottom: 18px;
	background: url(../../shared/images/common_bg_002.gif) left bottom repeat-x;
}


