@charset "utf-8";


/* ------------------------------------- 

    Layout: HIROSE_ELECTRIC_WORKS,Ltd 
	organization v0.1
	Up Date: 2008 06 16

   ------------------------------------- */
   


/*=======================================

   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;
}


/*=======================================

   organization
   
  =======================================*/


#organization {
	width: 577px;
	float: left;
	padding-bottom: 38px;
}

#organization h2 {
	padding-bottom: 25px;
}

#organization p {
	text-align: center;
}


/*=======================================

   group
   
  =======================================*/


#group {
	width: 577px;
	float: left;
	padding-bottom: 38px;
}


#group h2 {
	padding-bottom: 25px;
}

#group table {
	margin-left: 2px;
	width: 573px;
	border-left: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}


#group table td {
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}


#group table th {
	font-weight: normal;
	text-align: left;
	background-color: #eaeaea;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}


#group table p img {
	padding: 0 5px 0 10px;
}


#group table td h3 {
	font-weight: bold;
}

