@charset "utf-8";


/* ------------------------------------- 

    Layout: HIROSE_ELECTRIC_WORKS,Ltd 
	link 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;
}


/*=======================================

   link
   
  =======================================*/


#link {
	width: 577px;
	float: left;
}

#link h2 {
	padding-bottom: 25px;
}

#link p {
	padding-bottom: 10px;
}


#link table {
	border-left: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}


#link table td {
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
	font-weight: bold;
}


#link table th {
	font-weight: normal;
	text-align: left;
	background-color: #eaeaea;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}


#link table td p img {
	padding: 0 5px 0 5px;
}

