@charset "utf-8";

@import url("./common/reset.css");
@import url("./common/common.css");

#container {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin: 0px;
}
#path {
	width: 760px;
	height: 22px;
	background-image: url(../product/img_common/path_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 10px;
}


/*section*/
.sec-10 {
	margin-top: 10px;
}

.sec-20 {
	margin-top: 20px;
}
.pic-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*section*/


/*style*/
.gray {
	color: #999999;
}
.gray-link {
	color: #999999;
	text-decoration: none;
}
.gray-link:hover {
	color: #aaaaaa;
}
.bold {
	font-weight: bold;
}

.black-link {
	color: #333333;
	text-decoration: none;
}
.black-link:hover {
	color: #666666;
}
.big-nondeco-link {
	text-decoration: none;
	font-size: 14px;
}
.nondeco-link {
	text-decoration: none;
}
.white {
	color:#FFFFFF;
}
.blue {
	color:#0000FF;
	text-decoration: none;
}
.blue:hover {
	color:#3333FF;
	text-decoration:underline;
}
/*style*/
#product-search-table {
	border-collapse:separate;
}
#product-search-table td {
	padding: 7px;
	vertical-align: middle;
}
#product-search-table td.head {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#graphic {
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

