@charset "utf-8";


/* ------------------------------------- 

    Layout: HIROSE_ELECTRIC_WORKS,Ltd 
	history v0.1
	Up Date: 2008 07 30

   ------------------------------------- */
   


/*=======================================

   container
   
  =======================================*/

#container {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../img/h_bg01.jpg);
	background-repeat: repeat-x;
	line-height: 180%;
}


/*=======================================

   main
   
  =======================================*/

#main {
	width: 835px;
	margin: 0px auto;
	padding: 0 0 20px 0px;
}


/*=======================================

   history
   
  =======================================*/


#history {
	width: 577px;
	float: left;
}

#history h2 {
	padding-bottom: 25px;
}


#history table {
	border-left: #d6d6d6 1px solid;
}


#history table td {
	padding: 7px;
}


#history table th p {
	padding-left: 36px;
}


#history table th {
	font-weight: normal;
	text-align: left;
	background-color: #eaeaea;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}


#history table td p img {
	padding: 0 5px 0 5px;
}


.history_top {
	border-top: #d6d6d6 1px solid;
}




#history h6 {
	font-size: 90%;
	text-align: right;
	background: url(../img/arrow2_icon.gif) no-repeat 445px 8px;
}


