@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// index.html

==========================================================================================*/


div#flash {
	width:905px;
	height:	300px;
	clear:both;
	background: url(../images/flash.png) no-repeat left top;
}

div#indexMain {
	width:654px;
	padding-left:10px;
	float:left;
}

div#indexSide {
	float:right;
	width:220px;
	padding-right:10px;
}




div#works {
	margin-bottom:20px;
}



div#works h2 {
	margin-bottom:10px;
}

div#works div.section {
	margin: 0 0 20px 10px;
	position:relative;
	width:646px;
	height: 143px;
	height: auto !important;
	min-height: 143px;

}

div#works div.section h3 {
	margin-bottom:5px;
}


div#works div.section p {
	margin-left:160px;
}
						

div#works div.section p.detail {
	font-size:116%;
	margin-bottom:10px;
}

div#works div.section p.detail span {
	font-size:77%;
}


div#works div.section p.detail strong {
	color:#E60012;
}

div#works div.section p.about {
	color:#666666;
	background:#F7F7F7;
	padding:5px;
	margin:-5px 0 20px 155px;
}

div#works div.section p.cap {
	position:absolute;
	width:150px;
	height:113px;
	margin:0;
	left: 0px;
	top: 30px;
}










div#newArrivals {
	clear:both;
	height:260px;
	margin-bottom:20px;
	border:1px solid #D0D2D3;
}


div#newArrivals ul {
	width:651px;
	height:204px;
	overflow-y:scroll;/* 縦スクロールバー強制表示 */
	padding:20px 0 0 15px;
	display:block;
}

div#newArrivals ul li {
	display:block;
	zoom: 100%;
	margin-bottom:10px;
	background:url(../images/newarrivals-line.gif) no-repeat left bottom;
	padding:0 0 10px 0;
}

div#newArrivals ul li:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}




div#newArrivals ul li span.newsDate {
	clear:both;
	display:block;
	float:left;
	width:100px;
}


div#newArrivals ul li span.newsTxt {
	display:block;
	float:right;
	width:513px;
	background: url(../common/images/common-list-mark.gif) no-repeat left 5px;
	padding-left:15px;
}











