/******  製品ページ  ******/
/*---文字装飾---*/
.font_red {
	color:#FF0000;
}
.font_blue {
	color:#000099;
}
.font_gray {
	color:#3C3C3C;
}
.font_small {
	font-size: small;
}
.font_bold {
	font-weight:bold;
}

/*---スペース---*/
.spacer {
	width: 100%;
	height:1px;
	margin-top: 0px;		
	margin-bottom: 5px;
}

/**サイドメニュー**/
#product {
}

#sidemenu_prdbanner {
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	background-color: #ECECEC;
	text-align: center;
}
#sidemenu_prdbanner img {
	width: 150px;
	height: 45px;	
	margin-bottom: 6px;	
}