@charset "UTF-8";

/* ------------------------------
 Company Index
------------------------------ */

/*	nav
--------------------------------------*/
div#nav li.subnav-01 a{
	background-position:0 -40px;
}

/*	content
--------------------------------------*/
div#content #section-01 h2{
	width:690px;
	height:35px;
	background:url(../../../img/akiyama/index/heading_section-01.gif) no-repeat;
	text-indent:-9999px;
}

div#content #section-01 .text{
	width:690px;
	height:187px;
	background:url(../../../img/akiyama/index/text_section-01.jpg) no-repeat;
	text-indent:-9999px;
	margin:20px 0 30px 0;
}

/* テーブルhistory
------------------------------------------------------------ */
table.history{
font-size:12px;
margin-top:10px;
}

table.history th{
	border-bottom:1px solid #e2e2f5;
	padding:10px 4px;
	vertical-align:text-top;
	color:#6666cc;
	text-align:left;
}

table.history th .year{
	font-size:120%;
	background:#6666cc;
	color:#FFF;
	padding:3px;
}

table.history td{
	padding:10px 4px;
	border-bottom:1px solid #e2e2f5;
	vertical-align:text-top;
}

table.history th.table{
	vertical-align:top;
	
}

table.history table td{
	border:none;
	vertical-align:top;
	padding:0;
}

