@charset "utf-8";
/* CSS Document */
/* =========================================================================================== */

/* 最外部包招牌及商品DIV */
#WRAPPER{ margin:0 auto; width:950px;}

/* 最上層招牌DIV */

#HEADER{ margin:0 auto; width:950px; padding-bottom:5px;}

/* 每個商品價格放大的字 */

.M_NUMBER{ font-family: Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; line-height:22px; color:#990000 ;margin-right:5px;} 

.M_NUMBER_01{ font-family: Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; line-height:20px; color: #990000;margin-right:15px;} 

.SALE_M{  color: #333333; margin-left:1px;}

/* =========================================================================================== */
/* 第一區,主DIV */

#PART1{ overflow:auto; width:950px; background-color:#333333; }

/* 第一區ul,4個一排的商品4個 */

#PART1 ul{ margin:auto; width:950px;}

/* 第一區li,Backgroud&長寬 */
/* 此處設定下殺99 */

#PART1 li{ float:left; display:block; width:190px; height:285px; background-image: url(http://c.tw.rakuten-static.com/front/www/img/event/brand/090702/p1_bg.gif); background-repeat: no-repeat;}

#PART1 li h1{ padding-top:15px; text-align:center;}

#PART1 li h2 a{ display:block; width:160px; padding-top:8px; margin-left:15px; font-size:13px; color:#000000; line-height:16px; height:34px; text-decoration:none;}

#PART1 li h2 a:hover{ color:#42025E; text-decoration:underline;}

#PART1 li p{ display:block; width:160px; padding-top:3px; margin-left:15px; font-size:12px; color: #999999;  line-height:20px;}

/* =========================================================================================== */

/* CLEARFLOAT */
.clearfloat { clear:both;}

/* =========================================================================================== */




/* Reset一些東西 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{ vertical-align:bottom;} 
