@charset "utf-8";


/* ------------------------------------- 

    Layout: HIROSE_ELECTRIC_WORKS,Ltd 
	access 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;
}


/*=======================================

   access
   
  =======================================*/


#access {
	width: 577px;
	float: left;
}

#access h2 {
	padding-bottom: 25px;
}

#access h3 {
	padding-left: 10px;
}

#access p {
	padding: 0 0 20px 0;
}

