﻿@charset "utf-8";

/* ============================================
	products/index.html
============================================ */
div.productsSec01 {
	margin-left: 10px;
}
ul.ul_products01,
ul.ul_products02 {
	margin-top: 35px;
}
ul.ul_products01 li,
ul.ul_products02 li {
	float: left;
}
	ul.ul_products01 li.productsItem01 {
		width: 168px;
	}
	ul.ul_products01 li.productsItem02 {
		float: left;
		width: 140px;
	}
ul.ul_products01 li div {
	min-height: 47px;
	height: auto !important;
	height: 47px;/* hack IE6 */
}
ul.ul_products01 li div h2,
ul.ul_products02 li div h2 {
	font-size: 115%;
}
	ul.ul_products01 li p {
		width: 140px;
	}

ul.ul_products02 {
	clear: both;
}
	ul.ul_products02 li.productsItem03 {
		width: 168px;
	}
	ul.ul_products02 li.productsItem04 {
		float: left;
		width: 180px;
	}
ul.ul_products02 li div {
	min-height: 24px;
	height: auto !important;
	height: 24px;/* hack IE6 */
}
ul.ul_products02 li p {
	width: 140px;
}

/* ============================================
	products/bane1.html
============================================ */
ul.ul_bane1 {
	width: 499px;
}
	ul.ul_bane1 li {
		float: left;
		width: 111px;
		margin: 20px 18px 0 0;
	}
		ul.ul_bane1 li img {
			vertical-align: bottom;
		}

/* ============================================
	products/bane2.html
============================================ */
ul.ul_bane2 {
	width: 499px;
}
	ul.ul_bane2 li {
		float: left;
		width: 112px;
		margin: 20px 17px 0 0;
	}
		ul.ul_bane2 li img {
			vertical-align: bottom;
		}

/* ============================================
	products/bane3.html
============================================ */
ul.ul_bane3 {
	width: 499px;
}
ul.ul_bane3 li {
	float: left;
	width: 113px;
	margin: 20px 15px 0 0;
}
ul.ul_bane3 li img {
	vertical-align: bottom;
}

div.bane3Sec01 {
	width: 499px;
}
ul.ul_bane3ImgL {
	float: left;
	width: 242px;
}
	ul.ul_bane3ImgL li {
		float: left;
		width: 113px;
		margin: 19px 16px 0 0;
	}
		ul.ul_bane3ImgL li img {
			vertical-align: bottom;
		}
p.bane3ImgR {
	margin-top: 20px;
	float: right;
	width: 242px;
}


/* ============================================
	products/bane4.html
============================================ */



































