@charset "utf-8";
/* CSS Document */

#topimage {
	width: 850px;
	height: 310px;
	margin: 0 auto;
	padding: 5px;
	
	border: 1px #CCCCCC solid;
}

#subcontents {
	padding: 20px 0 0 0;
}

/*
    What's New  
=========================================================================*/

.leftarea {
	float: left;	
	width: 530px;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.leftarea .topics {
	padding: 6px 0 0 0;
}

.leftarea dl {
	width: 525px;
	padding: 0 0 10px 8px;
}
* html .leftarea dl {	/* ie6のみ適用 */
	width: 510px;
}

.leftarea dl dt {
	float: left;
	width: 75px;
	padding: 6px 20px 6px 5px;
	background: url("../img/index/new_line.gif") left bottom repeat-x;
	color: #FF6600;
}

.leftarea dl dt span {
	padding: 0 0 0 20px;
	background: url("../img/index/new_icon.gif") left center no-repeat;
}

.leftarea dl dd {
	width: 412px;
	padding: 6px 0 6px 0;
	margin-left: 90px;
	background: url("../img/index/new_line.gif") left bottom repeat-x;
}
* html .leftarea dl dd {	/* ie6のみ適用 */
	width: 400px;
}



/*
    バナー  
=========================================================================*/
.rightarea {
	float: right;
	width: 285px;
	padding: 4px 12px 3px;
	
	background-color: #F0EFD5;
}


.rightarea ul.etc {
	clear: both;
}

.rightarea ul.etc li {
	margin: 8px 0 0 0;
	padding: 4px 0 12px 25px;
	
	line-height: 1;
}

.rightarea ul.etc li.senryu {
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 1;
}

.rightarea ul.etc li.ereki {
	padding-top: 9px;
	background: url(../img/index/product_back01.gif) left top no-repeat;
}

.rightarea ul.etc li.slim {
	padding-top: 9px;
	background: url(../img/index/product_back02.gif) left top no-repeat;
}

.rightarea ul.etc li.taping {
	background: url(../img/index/product_back03.gif) left top no-repeat;
}





/* ieで1pxのズレを修正 */

/* IE6以下でpadding指定 */
* html body {
padding-left: 1px;
}

* html div#container {
padding-left: 1px;
}

* html #main {
	background: none;
}
