@charset "UTF-8";
/* CSS Document */
@import "/lib/css/component.css"; 

#contents h1.vi {
	background: url(/lib/img/history/vi_history.jpg) left top no-repeat;
	display: block;
	height: 110px;
	margin: 0 0 20px 24px;
	width: 560px;
}

#contents h1 span {
 display:block;
 text-indent:-9999px;
 overflow:hidden;
}

#contents div.infoL {
	float: left;
	margin-right: 10px;
	width: 206px;
}

#contents div.infoR {
	float: right;
	width: 300px;
}

#contents table.infoTable {
	border-top: 1px solid #B3B28F;
	border-left: 1px solid #B3B28F;
	width: 100%;
}

#contents table.infoTable th {
	background: #EAEAD7;
	border-bottom: 1px solid #B3B28F;
	border-right: 1px solid #B3B28F;
	font-weight: normal;
	text-align: left;
	padding: 5px 7px 0 7px;
	vertical-align: top;
	width: 20%;
}

#contents table.infoTable td {
	background: #F4F4F4;
	border-bottom: 1px solid #B3B28F;
	border-right: 1px solid #B3B28F;
	padding: 5px 7px 0 7px;
	vertical-align: top;
	width: 80%;
}

#contents div.hisL {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#contents div.hisR {
	float: right;
	width: 310px;
}