@charset "utf-8";


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

	TOPページ用CSS

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



#slideshow {
	position:relative;
	height:400px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	/*margin: 0px auto 20px;*/
}



#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}



#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}



#slideshow IMG.last-active {
    z-index:9;
}



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

	#contents

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



#contents .concept {
	clear: both;
}



#contents .concept .conceptBox {
	width: 350px;
	float: left;
}



#contents .concept .conceptBox .conceptShopInfo {
	padding: 5px 10px 5px;
	border: 1px solid #A2A088;
	margin: 10px 0 0;
}



#contents .concept .conceptBox .conceptShopInfo p {
	font-size: 0.75em;
	margin: 0 0 8px;
}



#contents .concept .conceptBox .conceptShopInfo h3 {
	text-align: center;
	margin: 0 0 10px;
}



#contents .concept .conceptBox .conceptShopInfo .conceptShopData {
	padding-left: 138px;
	background-image: url(../../img/concebt_pic03.png);
	background-repeat: no-repeat;
}



#contents .concept .conceptText {
	width: 520px;
	float: right
}



#contents .concept .conceptText h3 {
	margin: 0 0 20px;
}



#contents .recommend li {
	width: 219px;
	margin: 0 8px 0 0;
	float: left;
}



#contents .recommend .lastLi {
	margin: 0;
}



#contents .news .info-showcase {
	overflow: auto;
	overflow-x : hidden;
	height: 175px;
	width: 875px;
	background: #FFFFFF;
	padding: 0 20px 5px 5px;
}



#contents .news .info-showcase dl {
	overflow: hidden;
	clear: both;
	width: 875px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



#contents .news .info-showcase dt {
	background: url(../img/arrow01.png) no-repeat 0px 7px;
	padding-left: 12px;
	float: left;
	width: 88px;
	color: #797752;
}



#contents .news .info-showcase dd {
	padding-left: 20px;
	float: left;
	width: 750px;
}




