/* 製品案内リストページ用CSS */

* {
	margin: 0;
	padding: 0;
	
	border: none;
	}


h1,
h2 span,
h3 span,
a span {
	display: none;
	}

#seihin {
	padding-left: 7px;
	}

#seihin h2 {
	width: 587px;
	height: 21px;
	display: block;
	background: url(images/index2/title_seihin.gif);
	
	margin: 0 0 -10px -7px;
	}

/*
#seihin ul {
	list-style: none;
	}

#seihin li {
	margin-right: 8px;
	padding-left: 10px;
	
	background: url(images/index2/arrow_seihin.gif) no-repeat left center;
	display: inline;
	}
*/


/* ベースリストフォーマット */

#seihin .list {
	margin: 10px 0 20px 10px;
	}
#seihin .list a {
	font-size: small;
	line-height: 2em;
	
	margin-right: 8px;
	padding-left: 9px;
	background: url(images/index2/arrow_seihin.gif) no-repeat left center;
	}

/* リストページリンクボタン */


.janle_title {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}


.listbtn2 {
	margin: 15px 0 15px auto;
	}

.listbtn {
	margin: 10px 0 auto auto;
	}

.listfoot {
	margin-left: 10px;
	}
.link_ms {
	width: 140px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_ms.gif) no-repeat;
	float: left;
	}
	
.link_gp {
	width: 140px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_gp.gif) no-repeat;
	float: left;
	}
	
.link_vg {
	width: 109px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_vg.gif) no-repeat;
	float: left;
	}
	
.link_pfh {
	width: 151px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_pfh.gif) no-repeat;
	float: left;
	}
	
.link_pfd {
	width: 124px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_pfd.gif) no-repeat;
	float: left;
	}
	
.link_pf {
	width: 113px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_golist_pf.gif) no-repeat;
	float: left;
	}


/* ファイルダウンロードボタン */

.dlsize {
	color: #828282;
	font-size: x-small;
	text-align: right;
	height: 22px;
	margin: -5px 0 0 335px;
	padding-top: 5px;
	background: url(images/index2/back_otheritem.gif) repeat-x;
	}

.dlfile {
	text-decoration: none;
	width: 124px;
	height: 22px;
	display: block;
	background: url(images/index2/btn_otheritem.gif) no-repeat right top;
	float: right;
	}


/* 各リストタイトル */
#seihin h3 {
	width: 580px;
	height: 25px;
	margin-top: 30px;
	display: block;
	}
.ms h3 {
	background: url(images/index2/title_sub_ms.gif);
	}
.gp h3 {
	background: url(images/index2/title_sub_gp.gif);
	}
.vg h3 {
	background: url(images/index2/title_sub_vg.gif);
	}
.pfh h3 {
	background: url(images/index2/title_sub_pfh.gif);
	}
.pfd h3 {
	background: url(images/index2/title_sub_pfd.gif);
	}
.pf h3 {
	background: url(images/index2/title_sub_pf.gif);
	}

.ms {
	background: url(images/index2/title_sub_ms2.gif) right 25px no-repeat;
	}
.gp {
	background: url(images/index2/title_sub_gp2.gif) right 25px no-repeat;
	}
.vg {
	background: url(images/index2/title_sub_vg2.gif) right 25px no-repeat;
	}
.pfh {
	background: url(images/index2/title_sub_pfh2.gif) right 25px no-repeat;
	}
.pfd {
	background: url(images/index2/title_sub_pfd2.gif) right 25px no-repeat;
	}
.pf {
	background: url(images/index2/title_sub_pf2.gif) right 25px no-repeat;
	}



/* 使用産業分野別一覧 */
#sangyo {
	clear: both;
	margin-top: 40px;
	}

#sangyo h2 {
	width: 587px;
	height: 21px;
	display: block;
	background: url(images/index2/title_sangyo.gif);
	
	margin: 0 0 20px 0;
	}

#sangyo a {
	width: 157px;
	height:120px;
	
	margin: 0 24px 15px 10px;
	
	display: block;
	background: url(images/index2/arrow_sangyo.gif) left 107px no-repeat;
	
	float: left;
	text-decoration: none;
	}

#sangyo a img {
	}

#sangyo a span {
	font-size: small;
	padding-left:10px;
	display: inline;
	text-decoration: underline;
	}



