@charset "UTF-8";
@import "../common.css";



/*--------------------------------------------------------

	Company Style

--------------------------------------------------------*/


/* ========= Header ========= */


/* ========= Contents ========= */
#contents {
	clear: both;
	width: 865px;
	padding-top:20px;
}

/* Main visual */
#cimage{
	clear:left;
	margin:0;
	padding-top:5px;
}



/* Contents Main */
#cmain{
	clear:left;
	width:859px;
	margin-top:-7px;
	padding:0 3px 40px 3px;
	background-image:url(../../images/collection/common/collection_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}


/* Brand Point */
#brand_point{
	width:859px;
	margin:0;
	padding-bottom:35px;
	background-image:url(../../images/collection/common/collection_ornament.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#brand_point h3{
	width:859px;
	margin:0;
	padding:20px 0 25px 0;
	background-image:url(../../images/collection/common/brand_point_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}


/* Goods List */
#goods_list{
	width:690px;
	margin:40px auto 0;
}

#goods_list ul{
	margin-top:5px;
	padding-bottom: 40px;
}

#goods_list li{
	/*display:inline;*/
	float: left;
	padding-right:5px;
	margin-bottom: 3px;
	
}
#goods_list li a {
	width:163px;
	height:163px;
	display: block;
	background:url(../../images/collection/common/goods_bg_off.gif) no-repeat left top;
}
#goods_list li a:hover {
	background:url(../../images/collection/common/goods_bg_on.gif) no-repeat left top;
}

#goods_list li img{
	/*margin-bottom:3px;*/
	text-align:center;
	margin-left: 5px;
	margin-top: 5px;
}


/* マダム・グレについて */
/* cotoについて */
#brand_text {
	width:800px;
	margin:0 auto;
	margin-top:40px;
}

#brand_text p {
	width:720px;
	margin:0 auto;
	color:#e8e8e8;
}
#brand_text p {
	padding-top:20px;
}
#brand_text h5 {
	margin-left: 37px;
	font-size: 120%;
	color: #aa9552;
	padding-top: 20px;
}
#brand_text p {
	padding-top: 10px;
	padding-bottom: 7px;
}


/* Brand List */
#brand_list{
	width:800px;
	margin:0 auto;
	margin-top:50px;
}
#brand_list ul{
	width:720px;
	margin-top:15px;
	text-align:center;
}
#brand_list li{
	display:inline;
	padding:0 15px;
}


/* Page Top */
#pagetop{
	margin:0;
	background-image:url(../../images/collection/common/collection_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}



