@charset "EUC-JP";

/* グラフィカ会社情報関連 css */

a	{
	color: #000000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
	color: #CCC;
	font-weight: normal;
	font-size: 12px;
}

div.companyBody	{
	margin: 20px 0;
}

div.companyHeading	{
	font-weight: bold;
}

div.companySubHeading	{
	margin-top: 20px;
	font-weight: bold;
	font-size: 80%;
}

span.companyLink	{
	font-size: 80%;
}
	
	span.companyLink a	{
		border-left: 1px solid #000000;
		margin-left: 10px;
		padding: 0 10px;
	}
	
/* 会社情報 ****************************************************************/

div.infoSection	{
	width: 650px;
	margin: 20px 0 10px;
	font-size: 80%;
	line-height: 140%;
	color: #333;
	text-align: center;
}

	div.infoSection div.heading	{
		font-weight: bold;
	}
	
	div.infoSection div.content	{
		margin-top: 10px;
		margin-left: 40px;
	}
	
	div.infoSection div.content ul	{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	div.infoSection div.content table	{
	}
		
		div.infoSection div.content table th, div.infoSection div.content table td	{
			padding: 2px 4px;
			text-align: left;
			vertical-align: top;
		}

/* 求人情報 ****************************************************************/

