@charset "utf-8";

/**
 * 活用方法
 */

#productUse{
	margin-bottom: 20px;
}
#productUse h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_use.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#productUse h4{
	margin-bottom: 10px;
}

#productUse{
}

/**
 * 活用サンプル
 */

.userSample{
	margin-bottom: 20px;
	width: 620px;
	background-image: url(../img/fm_use_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.userSampleBottom{
	background-image: url(../img/fm_use_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 620px;
	display: block;
	clear: both;
}
.userSample h4{
	background-image: url(../img/ttl_use_sample.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	width: 590px;
	margin-bottom: 10px;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
}
.userSampleInner{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 9px;
	padding-left: 9px;
	width: 600px;
}