@charset "utf-8";

/* 
------------------------------------------------------------
製品
------------------------------------------------------------ */

h2 {
    padding-bottom: 5px;
	margin-bottom: 15px;
    background: url(../img/line_dotted.gif) repeat-x left bottom;
}
h3 {
    clear: both;
	margin-bottom: 10px;
}
.inner {
    display: inline;
    clear: both;
	float: left;
    width: 465px;
    margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}
.left {
	float: left;
    width: 225px;
}
.right {
	float: left;
    width: 225px;
	margin-left: 15px;
}
.inner ul {
    clear: both;
	margin-top: 10px;
}
.inner ul li {
	padding-left: 15px;
	background: url(../img/point_1.gif) no-repeat left center;
}
