@charset"UTF-8";

/*========================================================

Author and Copyright

Author: masateru tagawa (http://at-will.net)
Created: 2008-2.07
Modified: 2008-2.07
Copyright: masateru tagawa

========================================================*/

/*------------------------------------------------------

	contents_area
		├pankuzu
		├
		└
		　　

--------------------------------------------------------*/

div#contents_area{
	float: right;
	width: 600px;
	text-align: left;
	}

div#contents_area hr{
	color : #FFFFFF;
	border-top : solid #999999 1px;
	margin:5px 0px 5px 0px;
	}
	

/*------------------------------------------------------

	history

--------------------------------------------------------*/

div.history{
	width: 560px;
	margin: 0px 20px 0px 20px;
}

div.history h1{
	background:url(../company/history/img/h1_history.gif) no-repeat;
	margin: 0px 0px 20px 0px;
	line-height:34px;
	text-indent:-3569px;
}

div.history p{
	margin-bottom : 15px;
	text-align : left;
	line-height : 1.8em;
	font-weight : normal;
}


div.history table{
	width:556px;
	margin-bottom : 15px;
	text-align : left;
	line-height : 1.8em;
	font-weight : normal;
	border-top:#333333 solid 2px;
	border-bottom:#333333 solid 2px;
}

div.history table li{
	list-style:disc;
	margin:0px 0px 0px 18px;
}

div.history table th{
	text-align:center;
	font-weight:bold;
	border-right:#ffffff solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
	background-color:#990000;
	color:#FFFFFF;
}

div.history table th.society{
	text-align:center;
	border-right:none;
}

div.history table td.society{
	width:110px;
	border-right:none;
}

div.history table td{
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

div.history table td.number{
	font-weight:bold;
	text-align:center;
	background-color:#DFA28A;
}

div.history table td.period{
	width:110px;
}

div.history table td.event{
	background-color:#FEEED8;
}


