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

#leading {
	margin-bottom: 20px;
}

.leading_contain {
	padding: 0px 20px;
	line-height: 2.2em;
}

#image_area {
	background: #fff;
}

#image_area td {
	text-align: center;
	vertical-align: middle;
}

#image_area IMG {
	height: 180px;
}

.header {
	background: #DFEEFD;
	padding: 5px 10px;
	font-weight: bolder;
	font-size: 1.1em;
}

.label {
	float: left;
	width: 100px;
	display: inline-block;
	font-weight: bolder;
}

.product_description {
	padding: 0px 20px;
	line-height: 1.8em;
	text-align: justify;
}

.product_description table {
	border-collapse: collapse;
	border: 1px solid #cdcdcd;
}

.product_description table th {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.product_description table td {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.category_title {
	margin-bottom: 20px;
}

.bt_large {
	background: url(../images/large_button.jpg) no-repeat;
	display: inline-block;
	width: 82px;
	height: 24px;
	line-height: 24px;
	font-weight: bolder;
	color: #434343;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
}
