/* CSS Document */


.designer {
	float:left;
	width:300px;
}


#designer {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 20px;
	top: -25px;
	position: relative;
}

#designer h3{
	font-size: x-large;
	margin: 0px;	
}

#designer h4{
	margin: 0px;
	left: -6px;
	position: relative;
}

#designer p{
	margin: 10px 0px 10px 1px;
	font-size: small;
	line-height: 1.5em;
}

/*デアイナーボタン*/

.btn_designer {
	height: 50px;
	width: 240px;
	float: left;
	margin-right: 10px;
}
.btn_designer a{
	float: left;
	margin:0;
	background-image: url(../images/item/karami.jpg);
	height: 50px;
	width: 250px;
	background-repeat: no-repeat;
}
.btn_designer a:hover {
	float: left;
	margin:0;
	background-image: url(../images/item/karami.jpg);
	height: 50px;
	width: 250px;
	background-repeat: no-repeat;

	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */

}