@charset "UTF-8";
/*////////////////////////////////////////////////////////////
BEYES - news.css for homepage.

Copyright (C) LightUp Shopping Club Inc. All Rights Reserved.
------------------------------------------------------------


////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
    0. Import External CSS
   ------------------------------------------------------------ */
@import "common.css";


/* ------------------------------------------------------------
    1. Main Layout
   ------------------------------------------------------------ */
div#container {
	widows: 945px;
	margin: 0 auto;
}

div#wrapper {
	width: 945px;
	margin: 0 auto;
	background: #13979E;
}

div#header.globalCommonHeader{
	border:none;
}

div#content {
    width: 800px;
	margin: 0 auto;
    color: #ffffff;
}

div#content h1 {
	margin-bottom: 20px;
	padding-top: 30px;
}

div#content h2 {
	margin: 0;
}

div#info {
	margin-bottom: 20px;
	padding-top: 30px;
}



/* ------------------------------------------------------------
    step
   ------------------------------------------------------------ */

div#step {
	margin-bottom: 30px;
}

div#step ul li {
	width: 204px;
	float: left;
	margin-right: 35px;
}

div#step ul li.last {
	width: 319px;
	float: right;
	margin: 0;
}

div#step ul li dl dd {
padding-top: 10px;
}


/* ------------------------------------------------------------
    mailmagazine
   ------------------------------------------------------------ */

div#mailmagazine {
	clear: both;
	width: 370px;
	float: left;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(/img/christmas08/frame_mail.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#mailmagazine p.mailBtn {
	padding-left: 20px;
}

/* ------------------------------------------------------------
    gift
   ------------------------------------------------------------ */

div#gift {
	width: 420px;
	float: right;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(/img/christmas08/frame_gift.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#gift p {
	width: 220px;
	float: left;
}

div#gift ul {
	width: 150px;
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}

div#gift ul li {
	margin-bottom: 7px;
}

div#gift ul li.last {
	margin: 0;
}


/* ------------------------------------------------------------
    foot
   ------------------------------------------------------------ */
   
   
div#foot {
	clear: both;
	padding-top: 20px;
}



/* --- Clearfix --- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }

/* exclude MacIE5 [start] \*/
* html .clearfix { height: 1% }

.clearfix { display: block; }
/* exclude MacIE5 [end] */

