@charset "utf-8";

/**************************************************
		初期設定
**************************************************/
a { color:#06C; text-decoration:underline; }
a:hover { color:#06C; text-decoration:underline; }


/**************************************************
		Header
**************************************************/
div#headerWrapper { display:none; }


/**************************************************
		Contents
**************************************************/
div#contArea {
	position:relative;
	margin:0;
	padding:0;
	width:650px;
	background-image:none;
	text-align:left;
}

#home div#contArea {
	margin:0;
	width:650px;
}


/* ===== Column 1  ===== */
.box1 div#mainArea { width:100%; }
.box1 div#sideArea { display:none; }


/* ===== Column 2  ===== */
.box2 div#mainArea {
	float:left;
	width:623px;
}

.box2 div#sideArea { display:none; }

#home div#mainArea { width:650px; }
#home div#sideArea { display:none; }


/* ===== Pagetop ===== */
div#pagetop { display:none; }


/**************************************************
		Footer
**************************************************/
div#footerWrapper { display:none; }


/**************************************************
		Home
**************************************************/
/* ===== Product Area ===== */
#productArea {
	margin-bottom:15px;
	padding:15px 0;
	background-color:#F0F0F0;
}

#productArea .bg {
	margin:0;
	width:650px;
	text-align:left;
}

#productArea .productLeft {
	clear:both;
	float:none;
	margin-bottom:17px;
	width:653px;
}

#productArea .productRight {
	float:none;
	margin-left:0;
	width:267px;
}

* html #productArea .productRight { float:none; margin-left:0; }
*:first-child+html #productArea .productRight { float:none; margin-left:0; }

