@charset "UTF-8";
/* --------------------------------------------------------------------------------------
   深川めしとは…
--------------------------------------------------------------------------------------- */
#head {
	background: url(../img/concept/head_bg.png) no-repeat center bottom;
	text-align: center;
	padding-bottom: 260px;
}

#head div {
	margin-left: -30px;
}

#head p {
	font-size: 120%;
	margin-top: 20px;
	line-height: 2.0;
}

#fadebox {
	width: 940px;
	overflow: hidden;
	margin-top: 100px;
}

#fadebox .column {
	float: left;
	width: 293px;
	margin-left: 30px;
}

#fadebox .column:first-child {
	margin-left: 0px;
}

#fadebox .imagebox {
	width: 293px;
	height: 295px;
	position: relative;
}

#fadebox .imagebox .frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#fadebox .imagebox .image-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 293px;
	height: 295px;
}

#fadebox .imagebox .image-inner div {
	position: relative;
	width: 293px;
	height: 295px;
}

#fadebox .imagebox .image-inner div p {
	position: absolute;
	top: 0px;
	left: 0px;
}

#fadebox .imagebox ul {
	position: absolute;
	bottom: 11px;
	left: 0px;
	width: 293px;
	text-align: center;
	z-index: 100;
}

#fadebox .imagebox li {
	background: url(../img/concept/image_icon.png) no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
}

#fadebox .imagebox li:first-child {
	margin-left: 0px;
}

#fadebox .imagebox .active {
	background: url(../img/concept/image_icon_active.png) no-repeat;
}

#fadebox h3 {
	text-align: center;
	margin-top: 30px;
}

#history {
	margin-top: 100px;
}

#history h2 {
	text-align: center;
}

#history div {
	background: url(../img/concept/history_bg.jpg) no-repeat;
	width: 940px;
	height: 814px;
	text-align: center;
	margin-top: 30px;
	padding: 50px 0px;
}

#history div p {
	font-size: 120%;
	margin-top: 20px;
	line-height: 2.0;
}

#history div p:first-child {
	margin-top: 0px;
}

#banner {
	background: url(../img/concept/banner_bg.png) repeat-x left top;
	height: 176px;
	margin-top: 50px;
}

#banner ul {
	padding-top: 45px;
	font-size: 0px;
}

#banner li {
	background-color: #000;
	display: inline-block;
	margin-left: 40px;
}

#banner li:first-child {
	margin-left: 0px;
}
