@charset "Shift-JIS";


div#ticket {
	border-color: #027aa2;
}
div.lineA {
	border-left-color: #e96e00;
}
div.lineB {
	border-left-color: #50219d;
}


div.column {
}
div.column img {
	vertical-align: top;
}
div.column div.inner {
	background-repeat: no-repeat;
}
div.column div.inner div.bottom {
	background:url(images/bg_column.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 0 8px 15px;
}
div.column dl {
	width: 510px;
	float: left;
	margin: 0 18px 15px 0;
	font-size: 12px;
	line-height: 140%;
}
div.column dt {
	margin-bottom: 10px;
}
div.column dd {
	margin-left: 3px;
	line-height:1.6;
}
