@charset "utf-8";

/* 製品リスト
---------------------------------------------*/
#productList {
	margin-top: 30px;
	margin-left:200px;
}
#productList a:link {
 color: #0000ff;
}
#productList a:visited {
 color: #700070;
}
#productList a:active, #productList a:hover {
 color: #ff0000;
}
#productList h2 {
	border-top: 1px solid #bb954e;
	font-size: 120%;
}
#productList li {
	float: left;
	width: 200px;
	height:auto;
	margin: 5px 5px 0 0;
	text-align: center;
}
#productList p {
	float: left;
	margin: 5px 5px 0 0;
	text-align: left;
}
#productList h3 span {
	display: block;
	padding: 3px 0;
	color: #cccccc;
	font-weight: bold;
	background: #172245;
	border-top: 1px solid #bb954e;
	border-bottom: 1px solid #bb954e;
}
#productList dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList dt {
	padding: 2px 0;
	text-align: center;
	background: #E5DACA;
	border-top: 1px solid #DABF9A;
}
#productList dd {
	padding: 2px 0;
}
---------------------------------------------*/
#bannerList {
	margin-top: 30px;
}
#bannerList h2 {
	border-bottom: 1px solid #bb954e;
}
#bannerList ul li {
	float: left;
	width: 180px;
	margin: 5px 2px 10px 0;
	text-align:left;
}
#bannerList2 ul li {
	float: left;
	width: 275px;
	margin: 5px 2px 10px 0;
	text-align:left;
}