/* 
company.html / pastwork.html 専用部分
*/


/* 会社の概要 */
#com_profile {
	margin:10px auto 20px 100px;
	line-height:1.4;
}

#com_profile td {
	padding:3px 0;
	vertical-align:top;
}


/* 会社の沿革 */
#com_history {
	margin:10px auto 20px 60px; 
	line-height:1.4;
}

#com_history td {
	padding:3px; 
	vertical-align:top;
}

#com_history .comhist_date {
    text-align:right;
	padding-right:10px;
}

#com_history .comhist_entry {
}


/* 
pastwork.html 専用部分
*/

#division8 {
	float:left;
	border:1px solid #aabdce;
	width:599px;
	text-align:left;
	line-height:1.4;
	margin: 2px 0px 20px 2px;
	*margin-left:1px;
}

#division8 p {
	margin:12px 20px;
}

a:link {color:#00CC33;}
a:visited {color:#00CC33;}
a:hover {color:#FF9900;}
