body {
	background: url(../img_index/img_site_back_02.jpg) center center no-repeat #FFF; /* ※ */
}
.c_text {
	width: 745px;
	height: 280px;
	margin: 20px 0px 0px 25px;
	padding: 5px;
	overflow: auto;
	list-style-type: none;
}
.c_text_d {
	margin-right: 10px;
	padding: 1px 10px;
	font-size: 0.8em;
	color: #FFF;
	background: #999;
}
.c_text_write {
	width: 720px;
	height: auto;
}
.c_text_titleA {
	width: 720px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 2px #333 dotted;
	font-size: 12pt;
	font-weight: bold;
}
.c_text_titleB {
	width: 720px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px #333 solid;
	font-weight: bold;
}
.c_text_list {
	width: 720px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px #333 dotted;
}
.c_text_attentionA {
	width: 700px;
	padding: 1px 10px;
	color: #FFF;
	background: #C30;
}
.c_text_attentionB {
	width: 700px;
	padding: 1px 10px;
	color: #FFF;
	background: #996;
}
.c_product {
	width: 720px;
	height: 230px;
	float: left;
}
.c_product_img {
	width: 170px;
	height: 210px;
	float: left;
}
.c_product_text {
	width: 550px;
	height: 210px;
	line-height: 145%;
	float: left;
}
.c_product_titleA {
	width: 550px;
	margin-bottom: 8px;
	padding-bottom: 1px;
	border-bottom: 1px #333 solid;
	font-weight: bold;
}
.c_product_titleB {
	font-weight: bold;
	border-left: #C30 5px solid;
	margin-bottom: 5px;
	padding: 0 8px;
}



ul.list {
	list-style-type: disc;
	margin: 0 0 10px 20px;
	padding: 0;
}
ol.number {
	margin: 0 0 10px 30px;
	padding: 0;
}
.color_red {
	color: #C30;
}
table {
	border: #999 1px solid;
	margin: 20px 0;
}
td {
	padding: 5px 10px;
	border-bottom: #999 1px solid;
}
td.border_none {
	padding: 5px 10px;
	border-bottom: 0;
}
a.blockLink {
	color: #FFF; /* ※ */
	background: #903; /* ※ */
	display: block;
	width: 600px; /* ※ */
	line-height: 35px; /* ※ */
	text-decoration: none;
	padding-left: 20px; /* ※ */
}
a.blockLink:hover {
	color: #FFF; /* ※ */
	background: #603; /* ※ */
}

.c_product_text dl {
	border-bottom: 1px solid #BBB;
	margin: 0;
	width: 540px;
}
.c_product_text dt {
	width: 80px;
	padding: 5px 0 0 2px;
	clear: both;
	float: left;
}
.c_product_text dd {
	width: 430px;
	padding: 5px 2px 0 2px;
}