@charset "utf-8";

body {
	margin:0;
	margin-top:30px;
	padding:0;
	font-size:16px;
	line-height: 160%;
}
img {
		vertical-align: bottom;
}
.clear {
	clear:both;
}
#wrapper {
	text-align:center;
	width:1000px;
	margin:0 auto;
}
#contents {
	width:900px;
	margin:0 auto;
}
#header {
	margin-bottom:30px;
}
#header #logo {
	width:400px;
	margin:0 auto;
	margin-bottom:30px;
}
#header #logo img {
	width:100%;
}
#header #headerimage img {
	width:100%;
}

#navi {
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}

#navi .navilink {
	display: block;
	width:100%;
	border-left: 1px solid #000000;
}
#navi .navilink:last-child {
	border-right: 1px solid #000000;
}
#navi .navilink {
	background-repeat: no-repeat;
	background-position: center;
	color:transparent;
	background-size: auto 70px;
	height:90px;
}
#navi #navilink01 {
	background-image: url("../images/common/navi01.png");
}
#navi #navilink02 {
	background-image: url("../images/common/navi02.png");
}
#navi #navilink03 {
	background-image: url("../images/common/navi03.png");
}
#navi #navilink04 {
	background-image: url("../images/common/navi04.png");
}
#navi #navilink05 {
	background-image: url("../images/common/navi05.png");
}
#navi #navilink06 {
	background-image: url("../images/common/navi06.png");
}

#navi #navilink01:hover {
	background-image: url("../images/common/navi01_on.png");
}
#navi #navilink02:hover {
	background-image: url("../images/common/navi02_on.png");
}
#navi #navilink03:hover {
	background-image: url("../images/common/navi03_on.png");
}
#navi #navilink04:hover {
	background-image: url("../images/common/navi04_on.png");
}
#navi #navilink05:hover {
	background-image: url("../images/common/navi05_on.png");
}
#navi #navilink06:hover {
	background-image: url("../images/common/navi06_on.png");
}


#leftcontent {
	width:539px;
	float:left;
	text-align: left;
}
#whatnew {
	text-align: left;
	margin-bottom: 20px;
}
#whatnew img {
	width:212px;
}
.whatnewarea {
	display: flex;
	justify-content: flex-start;
}
.whatnewbox {
	margin-top: 16px;
	border-bottom: 1px dotted #41869E;
}
.whatnewbox .whatnewnichiji {
	margin-left:10px;
	padding-right:10px;
	color:#41869E;
	font-size:90%;
	padding-bottom: 6px;
}
.whatnewbox .whatnewbody {
	padding-bottom: 6px;
}
#aboutmiyoshi {
	text-align: left;
}
#aboutmiyoshi img {
	width:100%;
}

#rightcontent {
	width:320px;
	float:right;
}
.bannerbox {
	margin-bottom: 10px;
}
.bannerbox img {
	width:100%;
}


#footer {
	text-align: center;
	margin-top:10px;
}
#footerinner {
	margin-top: 20px;
	padding:30px 0 20px 0;
	background-color: #318C80;
	color:white;
}
#logo2 {
	margin-bottom: 15px;
}
#information {
	font-size:90%;
	margin-bottom: 15px;
}
#copyright {
	font-size:80%;
}

#shotlink a {
	display: inline-block;
	border-right: 1px solid #000000;
	padding: 0 15px 0  15px;
	color:#000000;
	text-decoration: none;
	font-size: 80%;
	line-height: 120%;
}
#shotlink a:last-child {
	border-right:none;
}



.pagecount {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
.pagecount a {
	display: inline-block;
	padding:0 8px 0 8px;
	color:black;
	text-decoration: none;
	border-left:1px solid black;
	line-height: 120%;
}
.pagecount a:hover {
	color:red;
}
.pagecount a:last-child {
	border-right:1px solid black;
}


.festivalbox {
	margin-bottom:60px;
}

.pagecount a.pagenow {
	color:red;
}
.festivalphoto {
	margin-bottom:10px;
}

