@charset "UTF-8";
/* CSS Document */

#products{
}
#products dl{
	overflow:hidden;

}
#products dl dd{
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	margin:0;
	padding:15px;
	height:150px;
	overflow:hidden;
	border: 1px solid #DDD;
	margin-bottom: 20px;
	}
#products dl dd.large{
	background-image:url(images/back2.png);
	height:180px;
}
#products dl dd ul{
	width: 560px;
}
#products dl dd li{
	float:left;
}
#products dl dd li table{
	margin-left:20px;
	width:390px;
}
#products dl dd li table tr{
	line-height:1.70em;
}
#products dl dd li table tr th{
	width:150px;
}
#products dl dd li table tr td.title{
    color: #ad0606;
    font-weight: bold;
    font-size: 15px;
}
h2.prd_ttl{
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
}
h2.prd_ttl2{
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
	margin-top:50px;
}