@charset "utf-8";
/* CSS Document */

/* 最外部 */
#WRAPPER{ margin:0 auto; width:950px;}

/* 最上層 */

#HEADER{ margin:0 auto; width:950px; }

/* 價格放大的字 */

.M_NUMBER{ font-size:24px; font-weight:bold; line-height:28px;}

/* 換背景 */

.BG01{ background-image:url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090730/TOP_024_02.gif); background-repeat:repeat-y;}
.BG02{ background-image:url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090917/bg.gif); background-repeat:repeat-y;}
.BG03{ background-image:url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090730/tit0724_01.gif); background-repeat:repeat-y;}
.BG04{ background-image:url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090730/tit0724_01.gif); background-repeat:repeat-y;}


/* 第二區,5個一排的 */

#PART2{ overflow:auto; width:950px; background-color:#FFFFFF; padding-top:5px;}

#PART2 ul{}

#PART2 li{ float:left; display:block; width:190px; height:250px;}

#PART2 li p{ padding-top:5px; text-align:center;}

#PART2 li h1 a{ display:block; margin:0 20px; padding-top:2px; width:150px; height:36px; line-height:18px; font-size:13px; color:#421507; text-decoration:none;}

#PART2 li h1 a:hover{ text-decoration: underline;}

#PART2 li h2{ display:block; width:150px; margin:0 20px;  font-size:13px; line-height:30px; color:#dd3c0b; font-weight:normal;}

#PART2 li h3 {display:block; padding-top:2px; width:140px; padding-left:25px; }

#PART2 li h3 a{ line-height:20px; font-size:13px; color: #009900; font-weight:normal;text-decoration:none;}

#PART2 li h3 a:hover{text-decoration: underline;}

/* CLEARFLOAT */
.clearfloat { clear:both;}





 



/* Reset一些東西 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

#RESET 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;
}


#RESET ol, ul {
	list-style: none;
}
#RESET blockquote, q {
	quotes: none;
}
#RESET blockquote:before, blockquote:after,
#RESET q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
#RESET :focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
#RESET ins {
	text-decoration: none;
}
#RESET del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
#RESET table {
	border-collapse: collapse;
	border-spacing: 0;
}
