/* --------------------------------------*/
/* 浜井産業-製品紹介 */
/* --------------------------------------*/
@import"../share.css";

/* ラップ盤サブメニュー5個*/
#toc_container{
  width: 510px;
	margin:5px 0px 5px 0px;
	display:inline;
	clear:both;
}

#toc_container ul,#toc_container li{
  list-style:none;
  margin:0;
  padding:0;
}
  #root_toc li a{
    display:block;
    text-align:center;
    line-height:20px;
    color:#ffffff;
		background-image:url(img/submenu_back.gif);
    text-decoration:none;
  }
  #root_toc li.plist a:hover{
		background-image:url(img/submenu_back_d.gif);
    color:#000095;
  }
  #root_toc li.plist{
		width:102px;
		height:20px;
		line-height:20px;
    float:left; /* タイトルのみ横にする指定 */
  }
  #root_toc li.plist ul{
    display:none;
    position:absolute;
  }
  #root_toc li.plist li{
    float:none;
    display:list-item;
		text-align:left;
		width: 125px;
		height: 20px;
		line-height:20px;
		text-indent:9px;
  }
	#root_toc li.plist:hover ul{
    display: block;
  }
  #root_toc li.plist li a{
		text-align:left;
		height:20px;
		line-height:20px;
		color:#FFFFFF;
		background-image:url(img/sub_down.gif);
  }
  #root_toc li.plist li a:hover{
		text-indent:9px;
		height:20px;
		line-height:20px;
	  color:#000095;
		background-image:url(img/sub_down_d.gif);
  }

table.main-catch {
clear:both;
}

/* 製品カテゴリタイトル*/
h2.pro-h2 {
margin:0px 0px 5px 0px;
display:block;
width:518px;
height:28px;
line-height:26px;
text-indent:15px;
color:#FFFFFF;
background-image:url(img/pro_h2_back.gif);
}

h3.pro-tokucho {
margin:0px 0px 5px 0px;
display:block;
width:518px;
height:22px;
line-height:22px;
text-indent:18px;
background-image:url(img/tokucho_h3.gif);
}

ol.toku-kajo {
	margin-left:25px;
	margin-bottom:10px;
	list-style-type:decimal;
	}

ol.toku-kajo ul {
	margin-left:20px;
	list-style-type:disc;
	}

/* スペック表*/
table.spectable {
margin-bottom:10px;
margin-right:8px;
width:510px;
font-size:12px;
line-height:14px;
border-top: 1px solid #333333;
border-left: 1px solid #333333;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
html>body table {border-collapse: separate}

table.spectable th {
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
background: #9A9A9A;
color: #ffffff;
padding-top: 2px;
padding-bottom: 2px;
text-align:center;
font-size:10px;
line-height:12px;
}

table.spectable td {
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
padding-top: 2px;
padding-bottom: 2px;
text-align:center;
}
