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

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #066;
	text-decoration: underline;
} 
a:visited {
	color: #538D27;
	text-decoration: none;
} 
a:hover {
	color: #52A0CD;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}




h1 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 img {
	width: 500px;
	padding-left: 20px;
}


h2 {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	padding-right: 20px;
	padding-left: 110px;
	padding-bottom: 15px;
	color: #F80767;
	background-image: url(images/bg_h2.png);
	font-size: 22px;
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding-top: 20px;
}

h3 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	background-image: url(images/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	padding-top: 4px;
	color: #065C20;
	border-bottom: 2px dashed #D2E78C;
}
h4 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	font-size: 18px;
	color: #FF69AF;
	padding: 4px;

}


img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}




/*ページ構成*/
html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #8E6F56;
}

body {
	background-image: url(images/bg_body3.png),
	url(images/bg_body2.png),
	url(images/bg_body1.png);
	background-position: center bottom,center top,center top;
	background-repeat: repeat-x,repeat-x,repeat;
}


#system_main {
	width: 100%;
}


header {
	height: 322px;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


#mainnav {
	width: 100%;
	padding: 0px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#mainnav ul {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#mainnav ul li{
	list-style-type: none;
	float: left;
	padding:0px;
	margin:0px;
}



#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu1.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu1 a:hover {
    background-position: 0 -100px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -100px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu2.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu2 a:hover {
    background-position: 0 -100px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -100px;
	}	
	
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu3.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu3 a:hover {
    background-position: 0 -100px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -100px;
	}		

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu4.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu4 a:hover {
    background-position: 0 -100px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -100px;
	}	
	
#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu5.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu5 a:hover {
    background-position: 0 -100px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -100px;
	}	

#menu6 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 165px;
	background-image: url(images/menu6.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

#menu6 a:hover {
    background-position: 0 -100px;
}

#menu6 a#nowHere {
		background:url(images/menu6.png) no-repeat 0 -100px;
	}	
	

	

	
main {
	text-align: center;
	display: block;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}


/*スライダー*/

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
}
.slides {
	height: 100%;
	overflow: hidden;




  *zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slide {
	height: 100%;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slide img {
	width:100%;
}
.slider-arrow 
{ position: absolute;
 display: block;
  margin-bottom: -20px; 
  padding: 20px; 
  }

/*
.slider-arrow--right { bottom: 50%; right: 30px; background: url(img/right.png) no-repeat; }
.slider-arrow--left { bottom: 50%; left: 30px; background: url(img/left.png) no-repeat; }
*/

.slider-nav { 
position: absolute; 
bottom: 0px; 
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #4EB90C;
	border-radius: 8px;
}
.slider-nav__item:hover {
	background-color: #97E369;
}
.slider-nav__item--current {
	background-color: #4EB90C;
}





#topslide {
	position:relative;
}
#topimg {
	position:absolute;
	top:0px;
}

#topimg img {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*スライダー*/

footer {
	width: 100%;
	height: 190px;
	left: 0px;
	text-align: center;
	padding: 0px;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	padding-top: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	height: 50px;
	}

.pagetop {
	text-align: right;
	padding-top: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#outline, #daily, #blog, #album, #event {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 900px;
	padding-top: 15px;
	margin-bottom: 40px;
}



#top {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#map {
	float: left;
	width: 450px;
}
#map iframe {
	border: 0px;
	height: 250px;
	width: 100%;
	border: 5px solid #FFF;
	box-shadow: 1px 1px 5px #B09D81;
	margin-left: 5px;
	-webkit-box-shadow: 1px 1px 5px #B09D81;
}



#address {
	float: right;
	width: 400px;
	margin-right: 5px;
}

#address img {
	width:100%;
}



#news {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#news ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-bottom: 10px;
}
#news ul li {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 13px;
	border-bottom: 1px dotted #8A3114;
	padding-top: 4px;
	padding-bottom: 4px;
}

#enteimap {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 30px;
	}
#enteimap img {
	width:100%;
}
.omoi {
	margin-bottom: 50px;
	text-align: center;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.basho {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.basho1 {
	width:70%;
}
.basho2 {
	width:30%;
}
.basho2 img {
	width:100%;
}
.futatsu {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}

.ikimono {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 16px;
}


.enteiphoto {
	text-align: left;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.enteiphoto table {
	border-spacing: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.enteiphoto td {
	width:25%;
}

.basho2 img {
	width:100%;
}

#info {
	margin-bottom: 30px;
}

#gaiyou {
	margin-bottom: 30px;
}
#gaiyou table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#gaiyou table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #409A10;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
}
#gaiyou table td {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
}

#enkaku {
	margin-bottom: 30px;
}
#enkaku table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: 1px solid #9EC887;
	border-collapse: collapse;
}
#enkaku table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #9EC887;
}
#enkaku table td {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #9EC887;
}

#rinen {
	margin-bottom: 30px;
}
#rinen img {
	width:100%;
}
#houshin {
	margin-bottom: 30px;
}
#houshin ol {
	text-align: left;
	margin-left: 35px;
}
#houshin li {
	padding-left: 40px;
	padding-top: 10px;
}

    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list10{
    	counter-reset:li;   
    }
     
    .list10 li{
    	position:relative;
    	display: block;
    	padding:10px 0px 10px 30px; 
    	margin-left:0px !important;
    }
     
    li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color: #D0A57F;
	font-family: 'Goudy Bookletter 1911',Georgia,serif;
    }


#mokuhyou {
	margin-bottom: 30px;
}
#mokuhyou ol {
	text-align: left;
	margin-left: 35px;
}
#mokuhyou li {
	padding-left: 40px;
	padding-top: 10px;
}
.mokuhyoutxt {
	margin-bottom: 20px;
	text-align: left;
}

#tokushoku {
	margin-bottom: 30px;
}
#tokushoku dl {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
#tokushoku dt {
	border: 2px solid #FFC6DD;
	border-radius: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 7px;
	font-weight: bold;
	color: #FF0067;
	background-color: #FFFFFF;
	background-image: url(images/bg_naiyou.png);
}
#tokushoku dd {
	margin-bottom: 25px;
	border: 2px solid #FFEFF5;
	border-radius: 8px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #FFFFFF;
}



#schedule {
	margin-bottom: 30px;
}
#kyuushoku {
	margin-bottom: 30px;
}
.kyuushokutxt {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#shokuiku {
	margin-bottom: 30px;
}
.shokuikutxt {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}



#shisetsu {
	margin-bottom: 30px;
}
#shisetsu table {
	width:100%;
}
#shisetsu td {
	width:25%;
}
#shisetsu table img {
	width: 100%;
	border-radius: 6px;
}
#shisetsu dl {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#shisetsu dt {
	margin-bottom: 8px;
}
#shisetsu dd {
	background-color: #FFEDB2;
	border-radius: 5px;
	margin-bottom: 14px;
}




.dailybox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	width: 95%;
}


#program1 {
	float: left;
	width: 420px;
}
#program1 table {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 100%;
	height: 400px;
}
#program1 table th {
	background-color: #F9A4D1;
	border-bottom: 5px solid #FF619D;
	padding: 3px;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(images/bg_daily1.png);
}
#program1 table td {
	border-bottom: 1px solid #FF619D;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}


#program2 {
	float: right;
	width: 420px;
}
#program2 table {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 100%;
	height: 400px;
}
#program2 table th {
	background-color: #80D8F3;
	border-bottom: 5px solid #62CE02;
	padding: 3px;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(images/bg_daily2.png);
}
#program2 table td {
	border-bottom: 1px solid #62CE02;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}



/* event */

#event table {
	width: 100%;
	margin-bottom: 30px;
}

#event td {
	text-align: center;
	vertical-align: top;
	width:33%;
}
#event dl {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	box-shadow: 0 1px 3px #D5BF96;
	-webkit-box-shadow: 0 1px 3px #D5BF96;
}


#event dd {
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 13px;
	background-color: #FFFFFF;
}


#event dt {
	background-color: #5DB40D;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 5px solid #0F9000;
}




.eventtxt {
	margin-bottom: 20px;
}
.eventphoto {}

.eventphoto img {
	width:100%;
}
.eventsonota {
	text-align: left;
	background-color: #FFE355;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
}

.eventaisatsu {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
}

#albumbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#albumside {
	float: left;
	width: 220px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#albumside ul {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 15px;
}
#albumside li {
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 6px;
	padding-top: 5px;
	background-image: url(images/arrow1.png);
	border-bottom: 1px dashed #77A34B;
}
#albummain {
	float: right;
	width: 620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#albummain .albumkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#albummain .albumkiji .albumhonbun {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9B6A5;
}
#albummain .albumkiji .albumdate {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9B6A5;
}
#albummain ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#albummain ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
}
#albummain ul li img {
	width: 180px;
}




/* blog */

#blogbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#blogside {
	float: left;
	width: 220px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#blogside ul {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin-top: 15px;
}
#blogside li {
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 6px;
	padding-top: 5px;
	background-image: url(images/arrow1.png);
	border-bottom: 1px dashed #77A34B;
}
#blogmain {
	float: right;
	width: 620px;
}
.blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.blogkiji .blogdate {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9B6A5;
}
.blogkiji .blogphoto table {
	width: 100%;
	margin-bottom: 10px;
	border-spacing:5px;
}
.blogkiji .blogphoto td {
	width: 33%;
	text-align: center;
	}
.blogkiji .blogphoto img {
	width: 90%;
	-webkit-box-shadow: 1px 1px 3px #AD8F90;
	box-shadow: 1px 1px 3px #AD8F90;
}

.blogkiji ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.blogkiji ul li {
	float: left;
	box-shadow: 0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
}

.blogkiji ul li img {
	width: 180px;
}



#info ul {
	margin-left: 35px;
}
#info li {
	text-align: left;

}

    .defaultlist,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list7 li{
	position: relative;
	display: block;
	padding: 5px 0px 5px 30px;
	background-color: #FFE872;
	color: #444;
	border-radius: 15px 0px 0px 15px;
    }
     
    .list7 li:after{
    	content:'';
    	display:block; 
    	position:absolute;
    	width:14px;
    	height: 14px;
    	top:7px;
    	left:5px;
    	background: #fff;
    	border-radius: 10px;
    }
	

@media screen and (max-width:768px){

body {
	background-image: url(images/bg_body3.png),
	url(images/bg_body2_2.png),
	url(images/bg_body1.png);
	background-position: left bottom,center top,center top;
	background-repeat: repeat-x,repeat-x,repeat;
	background-size: 100% auto,100% auto,100% auto;
}

header,footer,main,#mainnav, #mainnav ul, #system_main,#topside {
	width: 100%;
	height:auto;	
}

header {
	height: auto;
	text-align: center;
}
h1 {
	text-align: center;
}
#system_main {
	background-image: none;	
	}
h1 img {
	width:60%;
}

h2 {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 80px;
	padding-right: 10px;
	}
main {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width:auto;
	margin-right: 15px;
	margin-left: 15px;
}
#mainnav {
	height: auto;
	margin-top: 0px;
}
#mainnav ul {
	width: 100%;
	padding-top: 0px;
	}
#mainnav li {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}

#menu1,#menu2,#menu4,#menu5 {
	width: 33%;
	padding:0px;
	margin: 0px;
}
#menu3,#menu6 {
	width: 34%;
	padding:0px;
	margin: 0px;
}

#menu1 a,#menu2 a,#menu3 a,#menu4 a,#menu5 a,#menu6 a {
	width: 100%;
	text-decoration: none;
	padding-top: 0px;
	height: 50px;
	color: #FFFFFF;
	background-image: url(images/bg1.png);
	font-weight: bold;
	}


#menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover,#menu5 a:hover,#menu6 a:hover {
	color: #FFF34F;
	height: 50px;
	background-image: url(images/bg2.png);
	font-weight: bold;
}
#menu1 a#nowHere,#menu2 a#nowHere,#menu3 a#nowHere,#menu4 a#nowHere,#menu5 a#nowHere,#menu6 a#nowHere {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/bg3.png);
	background-position: center top;
	background-repeat: repeat;
}
	



footer {
	height: 100px;
}
.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
footer .copy {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
footer .copy img {
	width: 90%;
	height:auto;
	}

	
#top,#news,#enteimap,#outline, #daily, #blog, #album, #event {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}


#map, #address, #blogbox, #blogside, #blogmain, #albumside, #albummain {
	float: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#map iframe {
		width: 95%;
	margin-left: 0px;
}

#schedule img {
	width:350px;
}
#program1,#program2 {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


}

@media screen and (max-width:480px){
header, footer,main,#mainnav, #mainnav ul, #system_main {
	width: 100%;	
}

h1 img {
	width: 80%;
}
h2 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	padding-right: 5px;
	padding-left: 50px;
	padding-bottom: 5px;
	font-size:19px;
}
h3 {
	font-size:17px;
}
h4 img {
	width:70%;
}

body {
	background-image: url(none),
	url(images/bg_body2_3.png),
	url(images/bg_body1.png);
	background-position: left bottom,center top,center top;
	background-repeat: repeat-x,repeat-x,repeat;
	background-size: 100% auto,100% auto,100% auto;
}


#menu1,#menu2,#menu3,#menu4,#menu5,#menu6 {
	width: 50%;
}


#outline table th {
	display: block;
	margin-bottom: 0px;
}
#outline table td {
	display: block;
	margin-bottom: 10px;
}
#enkaku table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: none;
}

#shisetsu td {
	width:100%;
	display:block;
}
#event td {
	display:block;
	width:100%;
	padding:0px;
}
#schedule img {
	width:90%;
}

#albummain ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	width: 95%;
}
#albummain ul li img {
	width: 100%;
}


#blogbox .blogkiji ul li {
	float: left;
	box-shadow:0px 0px 5px #ccc;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	width: 95%;
}
#blogbox .blogkiji ul li img {
	width: 100%;
}
.blogkiji .blogphoto td {
	width: auto;
	display: block;
	padding-bottom: 10px;
}

}

	
