@charset "UTF-8";
/* CSS Document */

#corporateWrap {
	background-image: url(images/corporateWrapBg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#greeting {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#corporate {
	margin-top: 10px;
}
#corporate #list {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F28F00;
	border-right-color: #F28F00;
	border-left-color: #F28F00;
}
#corporate #list th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F28F00;
	color: #FFFFFF;
	background-color: #F8B94A;
	width: 100px;
}
#corporate #list .listDoc01 {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F28F00;
}
#corporate #list .listDoc02 {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F28F00;
	padding-left: 8px;
}
