/*
 * @title		회사소개 > 연혁
 * @author		김보람
 * @date		2011.05.27
 * @update		수정날짜(수정자)
 * @description
 */

div.history_year
{
	float:				left;
	width:				41px;
	margin-top:			1px;
}

ul.history_info
{
	margin-left:		100px;
}
	ul.history_info li
	{
		height:			22px;
	}

		ul.history_info li img
		{
			margin-right:		40px;
			vertical-align:		middle;
		}

div.history_line
{
	background:			url("/image/company/line_g.gif") no-repeat;
	width:				752px;
	height:				1px;
	margin:				15px 0px;
}