@charset "utf-8";
.column {
	padding-top: 20px;
	padding-bottom: 20px;
}
.infomation {
	clear: both;
	width:100%;
	background: #CCCCCC no-repeat;
	border-collapse:separate;
	border-spacing:1px;
}
.infomation th{
	width:121px;
	background:#F3F3F3;
	text-align:left;
	padding:3px 0px 3px 12px;
}
.infomation td{
	background:#FFFFFF;
	padding:3px 0px 3px 12px;
}
