@charset "utf-8";


/* ------------------------------------- 

    Layout: HIROSE_ELECTRIC_WORKS,Ltd 
	e-item 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;
}


/*=======================================

   e_item
   
  =======================================*/


#e_item {
	width: 577px;
	float: left;
}


#e_item p {
	padding-bottom: 20px;
}


#e_item h4 {
	color: #000454;
	font-weight: bold;
	font-size: 114%;
	padding: 3px 0 15px 25px;
	background: url(../img/sv_tit_bg.gif) no-repeat;
}

#e_item h5 {
	font-weight: bold;
	padding: 0 0 10px 20px;
	background: url(../img/arrow_icon.gif) no-repeat 10px 8px;
}


#e_item h6 {
	font-weight: bold;
	padding: 0 0 0 5px;
}

/*=======================================

   e_item_item
   
  =======================================*/



#e_item_item {
	width: 577px;
}

#e_item_item div {
	padding: 0 5px 20px 5px;
	width: 180px;
	float: left;
}


#e_item_item p {
	padding-bottom: 10px;
}


#e_item_item ul li {
	background: url(../img/icon_blanklink.gif) no-repeat 10px 8px;
	padding-left: 25px;
}

#e_item_2 {
	width: 577px;
	clear: both;
	padding-bottom: 30px;
}


/*=======================================

   e_item_add
   
  =======================================*/


#e_item_add {
	width: 577px;
	float: left;
	padding-bottom: 38px;
}

#e_item_add p{
	padding: 0px;
}

#e_item_add h2 {
	padding-bottom: 25px;
}

#e_item_add table {
	margin-left: 2px;
	width: 573px;
	border-left: #d6d6d6 1px solid;
	border-top: #d6d6d6 1px solid;
}

#e_item_add table td {
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}

#e_item_add table th {
	font-weight: normal;
	text-align: left;
	background-color: #eaeaea;
	border-bottom: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 7px;
}

#e_item_add table img {
	padding: 0 5px 0 10px;
}

#e_item_add table td h3 {
	font-weight: bold;
}


