/* CSS Document */


/* -------------------------------------
　　　　　　　　　共有 
----------------------------------------*/

.flo_L{
	float:left;
}

.flo_R{
	float:right;
}

.cr{
	clear:both;
	margin:0;
}

#bakery a:hover img{
filter:alpha(opacity=80);/*IE用*/
opacity:0.8;/*Opera・Firefox・Safari用*/
}

/* -------------------------------------
　　　　　　　　タイトル 
----------------------------------------*/
#bakery{
	width:950px;
	/*margin:10px 0;
	padding-bottom:10px;*/
	}



#bakeryTitle{
	width:950px;
	height:300px;
	margin:0;
}

#bakeryTitle h1{
	margin:0;
}

#bakeryTitle .tiTx{
	width:573px;
	height:103px;
	background-image:url(/defaultMall/images/includehtml/houseware/special/bakery/images/title_02.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	text-align:center;
}

#bakeryTitle .tiTx p{
	margin:0;
	color:#624530;
	font-size:100%;
	margin-left:95px;
	padding-top:3px;
}	
