@charset "utf-8";
/* CSS Document */

/* 最外部 */
#WRAPPER{ margin:0 auto; width:950px;}

/* 最上層 */

#HEADER{ margin:0 auto; width:950px; padding-bottom:5px;}

/* 價格放大的字 */

.M_NUMBER{ font-size:24px; font-weight:bold; line-height:28px;}


/* 第一區,4個一排的 */

#PART1{ overflow:auto; width:950px; background-color:#000000; padding-bottom:5px; text-align:left;}

#PART1 ul{ margin:auto; width:940px;}

#PART1 li{ float:left; display:block; width:235px; height:280px; background-image: url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090617/p1_bg.gif); background-repeat: no-repeat;}

#PART1 li p{ padding-top:15px; text-align:center;}

#PART1 li h1 a{ display:block; padding-top:2px; width:190px; height:36px; padding-left:25px; line-height:18px; font-size:15px; color:#FFFFFF; text-decoration:none;}

#PART1 li h1 a:hover{ padding-left:25px; text-decoration: underline;}

#PART1 li h2{ display:block; width:190px; padding-left:25px; font-size:12px; line-height:18px; color:#FF8ED0; font-weight:normal;}

#PART1 li h3 {display:block; padding-top:2px; width:190px; padding-left:25px;}

#PART1 li h3 a{ line-height:20px; font-size:13px; color: #009900; font-weight:normal;text-decoration:none;}

#PART1 li h3 a:hover{text-decoration: underline;}

/* 第二區,5個一排的 */

#PART2{ overflow:auto; clear:both; margin:0 auto; width:950px; background-color:#000000; padding-top:5px; text-align:left;}

#PART2 ul{ margin:auto; width:940px;}

#PART2 li{ float:left; display:block; width:188px; height:250px; background-image:url(http://c.tw.rakuten-static.com/front/www/img/event/fashion/090617/p2_bg.gif); background-repeat: no-repeat;}

#PART2 li p{ padding-top:15px; text-align:center;}

#PART2 li h1 a{ display:block; padding-top:5px; width:140px; height:38px; padding-left:24px; line-height:18px; font-size:15px; color:#FFFFFF; text-decoration:none;}

#PART2 li h1 a:hover{ padding-left:24px; text-decoration: underline;}

#PART2 li h2{ display:block; width:140px; padding-left:24px; font-size:12px; line-height:30px; color:#FF8ED0; font-weight:normal;}

#PART2 li h3 {display:block; padding-top:4px; width:140px; padding-left:24px; line-height:22px;}

#PART2 li h3 a{ font-size:13px; color: #009900; font-weight:normal;text-decoration:none;}

#PART2 li h3 a:hover{text-decoration: underline;}

/* 第三區,5個一排的 */

#PART3{ overflow:auto; clear:both; margin:0 auto; width:950px; background-color:#000000; text-align:left;}

#PART3 ul{ margin:auto; width:940px;}

#PART3 li{ float:left; display:block; width:188px; height:250px; background-image:url(../img/event/fukubukuro/090527/p3_bg.gif); background-repeat: no-repeat;}

#PART3 li p{ padding-top:15px; text-align:center;}

#PART3 li h1 a{ display:block; padding-top:5px; width:140px; height:40px; padding-left:25px; line-height:18px; font-size:15px; color:#FFFFFF; text-decoration:none;}

#PART3 li h1 a:hover{ padding-left:25px; text-decoration: underline;}

#PART3 li h2{ display:block; width:140px; padding-left:25px; font-size:13px; line-height:30px; color:#FF8ED0; font-weight:normal;}

#PART3 li h3 {display:block; padding-top:4px; width:140px; padding-left:25px; line-height:22px;}

#PART3 li h3 a{ font-size:13px; color: #009900; font-weight:normal;text-decoration:none;}

#PART3 li h3 a:hover{text-decoration: underline;}

/* table字靠左 */

#TEXT_LEFT{ text-align:left;}

/* 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;
}

