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

#contents h1.vi {
	background: url(/lib/img/other/vi_about_site.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;
	text-align: left;
	padding: 5px 7px 0 7px;
	vertical-align: top;
	width: 30%;
}

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