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

@import url("common.css");

#slide {
	width: 100%;
	height: 360px;
	margin: 0 auto 44px auto;
}

.wideslider {
/*	width: 100%;*/
	height: 360px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fafaf6;/* url(/images/index/prev.gif) no-repeat right bottom;*/}
.slider_next {background: #fafaf6;/* url(/images/index/next.gif) no-repeat left bottom;*/}

.slider_prev2 {background:url(/images/index/prev.gif) no-repeat right bottom; float: left; display: block; width: 30px; height: 30px;}
.slider_next2 {background:url(/images/index/next.gif) no-repeat left bottom; float: right; display: block; width: 30px; height: 30px;}

.pagination {
	bottom: 10px;
	width: 300px;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 8px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: transparent url(/images/index/pn_off.png) no-repeat left top;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: transparent url(/images/index/pn_on.png) no-repeat left top;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

#pickup_area {
	width: 673px;
	margin: 0 auto 0 auto;
}

#pickup_ikkyusabou {
	position: relative;
	width: 248px;
	top: -350px;
	left: 550px;
	z-index: 500;
}

#pickup_cafespoon {
	position: relative;
	width: 248px;
	top: -330px;
	left: 550px;
	z-index: 500;
}

#news_area {
}

#news_area dt {
  clear: left;
  float: left;
  width: 79px;
  padding: 0 0 20px 62px;
}

#news_area dd {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 0.5em 10px 8em;
  border-bottom: dotted 1px #dfdcd0;
}
/*
#news_area dt {
	float:left;
	width: 79px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 62px;
	border-bottom: 1px dotted #dfdcd0;
}

#news_area dd {
	float:left;
	width: 477px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #dfdcd0;
}
*/

#news_area a {
	color: #404040;
	text-decoration: underline;
}

#news_area a:hover {
	color: #404040;
	text-decoration: none;
}

#news_area .topics {
	background-image: url(/images/index/topics.gif);
	background-repeat: no-repeat;
}

#news_area .campaign {
	background-image: url(/images/index/campaign.gif);
	background-repeat: no-repeat;
}

#news_button {
	text-align: right;
}