/* CSS Document */

/* ------------------------------------------------------------------
main
------------------------------------------------------------------- */


.mago_floatleft {
	float: left;
}

.mago_clearboth {
	clear: both;
}

/* ------------------------------------------------------------------
ヘッダ
------------------------------------------------------------------- */
#mago_top {
	width: 950px;
	height: 100px;
	margin: 0;
	padding: 220px 0 0 0;
	background: url(images/head.jpg) no-repeat;
	font-size: 0;
	line-height: 0;
}

#mago_top h2,#mago_top h3 {
	display: none;
	font-size:0;
	line-height: 0;
}

#mago_top .headtext {
	width: 415px;
	font-size: 12px;
	line-height: 1.5;
	color: #993333;
	margin: 0 0 0 55px;
}


/* ------------------------------------------------------------------
カテボタン
------------------------------------------------------------------- */
#mago_cate {
	height: 50px;
	font-size: 0;
	line-height: 0;
	margin: 0 -214px 0 0;
	padding: 0 0 0 86px;
	background: url(images/navi_bg.gif) no-repeat;
	
}

#mago_cate .button {
	padding: 5px 206px 0 0;
	float: left;
}


/* ------------------------------------------------------------------
商品
------------------------------------------------------------------- */
#mago_goods li {
	list-style: none;
}


/* ------------------------------------------------------------------
クリアフィックス
------------------------------------------------------------------- */
.clearfix_mago {
	zoom:1;
}

clearfix_mago:after{
	content: "";
	display: block;
	clear: both;
}