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

.Decoration{
	position:absolute;
}
.clImg{
	position:relative;
	margin:0 auto;
}
.clImg img {
	position:absolute;
	top:10px;
	left:10px;
}

#Outline2013 {
	text-align:center;
	margin-top:25px;
	position:relative;
}
#Outline2013 span{
	    position: absolute;
    left: 0;
    bottom: 0;
}
#Outline2013 span:hover{
	opacity:.8;
}
/*2013*/

h3{
	text-align:center;
	padding-top:33px;
}
#OutlineBox{
	background:url(/images/history/2013/BgOutline.png) repeat;
	border:7px solid #1A4B68;
	position:relative;
	margin-bottom:30px;
}
#OutlineBox #Outline2013{
	background:url(/images/history/2013/Outline2013.png) no-repeat;
	width:644px;
	height:0;
	padding-top:193px;
	margin:22px auto 18px;
	overflow:hidden;
}
#BoothNav{
	margin:0 auto;
	width:683px;
}
#BoothNav li{
	list-style-type:none;
	float:left;
	padding-right:35px;
}
#BoothNav li.fin{
	padding-right:0;
}
#BoothNav li a{
	background:url(/images/history/2013/BoothNav.png) no-repeat;
	display:block;
	width:204px;
	height:0;
	padding-top:161px;
	overflow:hidden;
	line-height:1.8em;
}
#BoothNav #NavHandmade a{
	background-position:0 0;
}
#BoothNav #NavHandmade a:hover{
	background-position:0 -162px;
}
#BoothNav #NavFood a{
	background-position:-204px 0;
}
#BoothNav #NavFood a:hover{
	background-position:-204px -162px;
}
#BoothNav #NavWorkshop a{
	background-position:-408px 0;
}
#BoothNav #NavWorkshop a:hover{
	background-position:-408px -162px;
}

#slideTop .mainView{
	background-color:#FFF;
	width:674px;
	height:253px;
	margin:19px auto 15px;
	padding:10px;
	line-height:0;
	box-shadow:0px 0px 5px 2px #DDD;
  -moz-box-shadow:0px 0px 5px 2px #DDD;
  -webkit-box-shadow:0px 0px 5px 2px #DDD;
}


#slideTop .mainView ul{
	width: 674px;
	height: 253px;
}
#slideTop .mainView li{
	list-style-type:none;
	position:absolute;
}
#slideTop .thumbNail{
	width:674px;
	height:30px;
	margin:10px auto;
}
#slideTop .thumbNail ul{
	width:674px;
	height:30px;
	text-align: right;
}
#slideTop .thumbNail li{
	list-style-type:none;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/history/2013/BtnPhotoList01.png) no-repeat;
	cursor: pointer;
}
#slideTop .thumbNail li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
#slideTop .thumbNail li.active{
	list-style-type:none;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/history/2013/BtnPhotoList01_on.png) no-repeat;
}


.PhotoPut .mainView ul{
	width:621px;
	height:215px;
}
.PhotoPut .mainView li{
	list-style-type:none;
	position:absolute;
}
.PhotoPut .thumbNail{
	width:621px;
	height:30px;
	margin:20px auto;
}
.PhotoPut .thumbNail ul{
	width:621px;
	height:30px;
	text-align: right;
}
.PhotoPut .thumbNail li{
	list-style-type:none;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/history/2013/BtnPhotoList01.png) no-repeat;
	cursor: pointer;
}
.PhotoPut .thumbNail li:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
.PhotoPut .thumbNail li.active{
	list-style-type:none;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/history/2013/BtnPhotoList01_on.png) no-repeat;
}

/*格ブース*/

#HandmadeBox,
#WorkshopBox,
#FoodBox{
	background-color:#F7F6F5;
	position:relative;
	margin-bottom:30px;
}
#HandmadeBox{
	height:1447px;
}
#WorkshopBox{
	height:1023px;
}
#FoodBox {
	height:663px;
}
.PhotoPut{
	background-color:#FFF;
	padding:10px;
	line-height:0;
	box-shadow:0px 0px 2px 2px #E7E7E7;
    -moz-box-shadow:0px 0px 2px 2px #E7E7E7;
    -webkit-box-shadow:0px 0px 2px 2px #E7E7E7;
	position:absolute;
	list-style-type:none;
}
.PhotoPut img{
	position:absolute;
}
.PhotoSquare{
	background-color:#FFF;
	padding:5px;
	line-height:0;
	box-shadow:0px 0px 2px 2px #E7E7E7;
    -moz-box-shadow:0px 0px 2px 2px #E7E7E7;
    -webkit-box-shadow:0px 0px 2px 2px #E7E7E7;
	position:absolute;
	list-style-type:none;
}
.PhotoCircle,
.PhotoPut,
.PhotoPutOther{
	position:absolute;	
	list-style-type:none;
}

#photoNav li{
	list-style-type:none;
	float:left;
	padding-left:5px;
}
#photoNav ul{
	width:92px;
	float:right;
	padding-right:30px;
}
.clImg01,.clImg02,.clImg03{
	width:621px;
	height:215px;
}
#SPimg{
	display:none;
}
.thumbNail li{
	position:absolute;
}
.thumbNail.WholeNav li{
	position:static;
}

/*==========*/
#H01 {
	height:300px;
}
#H02 {
	height:315px;
}
#H03 {
	height:410px;
}
#H04 {
	height:310px;
}

#F01 {
	height:310px;
}
#F02 {
	height:200px;
}

#W01 {
	height:290px;
}
#W02 {
	height:330px;
}
#W03 {
	height:260px;
}