@charset "utf-8";
/* CSS Document */


/* =====================================================================
	greeting
===================================================================== */
.greeting .entry{
	padding:20px 0 0 10px;
	background:url(img/greeting_bg.jpg) no-repeat 0 0;
}


/* =====================================================================
	about
===================================================================== */
/*
	company_table
------------------------------------------------------------------- */
div.entry table.company_table{
	width:100%;
	margin-bottom:1em;
    border-collapse: separate;
    *border-collapse:collapse; /* for IE6,7 */
    border-spacing:0;
    empty-cells:show;
    border-top:1px solid #DDD;
    border-bottom:none;
	background-color:transparent;
}
div.entry table.company_table th,
div.entry table.company_table td {
	padding:7px 10px;
	line-height:1.2;
    border-top:none;
    border-bottom:1px solid #DDD;
    border-left:none;
}
div.entry table.company_table th{
	font-weight:normal;
	background-color:#EFEEF5;
}
div.entry table.company_table tr.even td{
	background-color:#F5F5F5;
}
div.entry .bg_month{
	padding:4px;
	text-align:right;
	background-color:#EFEEF5;
}
div.entry table.company_table a,
div.entry table.company_table a:link,
div.entry table.company_table a:visited,
div.entry table.company_table a:active { color: #06C; text-decoration:underline !important;}
div.entry table.company_table a:hover { color: #FFF; text-decoration: none; background:#06C;}
