@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: 株式会社コスモワーク
	Version: 1.0
	Comment: corp設定
----------------------------------------------------------- */

/* 
 corpt Style [
----------------------------------------------------------- */
#corpArea {
	width: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#corpArea table {
	border-collapse: collapse;
	border: 1px solid #999999;
	empty-cells:show;
	width: 648px;
	float: left;
	margin-top: 26px;
	margin-bottom: 74px;
}

#corpArea table th {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	background: #FFE7B3;
	letter-spacing: 0.0001em;
	text-align: left;
	vertical-align: top;
	padding: 8px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#corpArea table td {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.0001em;
	text-align: left;
	vertical-align: top;
	padding: 8px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#corpArea table td strong {
	color: #003399;
}

#corpArea table td a {
	color: #003366;
	text-decoration: underline;
}

#corpArea table td a:hover {
	color: #FF6600;
	text-decoration: none;
}

