@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;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}


h1 {
	text-align: left;
	padding-top: 15px;
	float: left;
	margin-left: 30px;
}
#contact {
	text-align: right;
	padding-top: 32px;
	float: right;
	margin-right: 30px;
}
h2 {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	color: #592600;
	font-size: 24px;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background-image: url(images/bgh2.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

h3 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background-color: #FFF2BB;
	color: #9F5300;
	border-radius: 5px;
	background-image: url(images/bg1.png);
	box-shadow: 1px 1px 5px #B4A784;

}
h4 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #FF69AF;
	padding: 4px;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #FFB8D3;
}


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 {
	height: 100%;
	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;
	background-color: #FFFBEF;
	background-image: url(images/bg_body2.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}


header {
	height: 150px;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}


#mainnav {
	padding: 0px;
	width: 100%;
	background-image: url(images/bg_menu.png);
	background-repeat: repeat-x;
	height: 110px;
	margin-top: -23px;
}
#mainnav ul {
	width: 880px;
	padding-top: 32px;
	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: 220px;
	background-image: url(images/menu1.png);
	padding-top: 50px;
	text-align: center;
	margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	

	
main {
	font-size: 14px;
	color: #300;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 150px;
}

#contents {
	width: 730px;
	float: left;
	padding-top: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-shadow: 0px 0px 4px #CFBB9E;
	box-shadow: 0px 0px 4px #CFBB9E;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sidenav {
	width: 220px;
	float: right;
}
#menu_club,#menu_album,#menu_blog {
	margin-bottom:-5px;
	}
	
	
#menu_club a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 220px;
	background-image: url(images/menu_club.png);
	padding-top: 100px;
	text-align: center;
	margin: 0px;
}

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

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

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

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

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

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

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

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


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

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

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


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

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

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


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

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

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

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

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

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

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

    #slides {
      display: none
}

    .container {
      margin: 0 auto
    }


    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }



footer {
	width: 100%;
	height: 130px;
	left: 0px;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
}
footer p {
	text-align: left;
	font-size: 12px;
	color: #B46000;
	padding-top: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#top, #outline, #daily, #event, #blog, #album, #target, #club, #ichiji, #oyako,#jouhou {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 30px;	
}

#top {
	overflow: hidden;
	margin-top: 15px;
	}
#map {
	float: left;
	width: 330px;
}
#map iframe {
	border: 0px;
	height: 350px;
	width: 100%;
	border-radius: 15px;
	border: 3px solid #FFF;
	box-shadow: 1px 1px 5px #B57E6C;
	margin-left: 5px;
}


#list_koushin h2 {
	margin-right: 10px;
	margin-left: 10px;
}
#list_koushin {
	float: right;
	width: 355px;
	background-color: #FFFEED;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #B57E6C;
	margin-right: 5px;
	border: 3px solid #FFC97C;
	-webkit-box-shadow: 0px 0px 5px #B57E6C;
}
#list_koushin ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#list_koushin ul li {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 13px;
	border-bottom: 1px dotted #D7C295;
	padding-top: 4px;
	padding-bottom: 4px;
}




#outline #enkaku {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}


#outline #jigyou {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}

#outline dl {
	margin-left: 15px;
	margin-right: 15px;
}

#outline dt {
	background-color: #FFF8E2;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#outline dd {
	border-bottom: 1px dotted #C8A231;
	margin-bottom: 30px;
}


#outline table.tablemain {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: 1px solid #FF7E00;
	border-collapse:collapse;
}
#outline table th.thmain {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF8D4;
	padding: 5px;
	border: 1px solid #FF7E00;
}
#outline table th.thmain2 {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF8D4;
	padding: 5px;
	text-align: right;
	border: 1px solid #FF7E00;
	color: #B45900;
}
#outline table td.tdmain {
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FF7E00;
}

#outline table th.thsub {
	background-color: #C5EEFF;
	padding: 5px;
}
#outline table th.thsub2 {
	background-color: #FFE4EA;
	padding: 5px;
}
#outline table td.tdsub {
	background-color: #FFFCDC;
	padding: 5px;
	text-align: center;
}
#outline #gaiyo {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#outline #shokuiku {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#outline ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
}
#outline ul li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 13px;
	border-bottom: 1px dotted #6EDAFB;
	padding-top: 6px;
	padding-bottom: 6px;
}



#daily #program {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#daily #program table {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 98%;
	border-spacing: 2px 2px;
}
#daily #program table th {
	background-color: #722A00;
	padding: 5px;
	font-size: 18px;
	color: #FFFCEF;
	border-radius: 6px;
}
#daily #program table td {
	border-radius: 6px;
	padding: 5px;
}
#daily #program p {
	text-align: left;
}

.time {
	width: 20%;
	background-color: #FFA600;
	text-align: center;
	color: #FFFCE9;
	font-size: 20px;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.naiyou1 {
	width: 40%;
	background-color: #FFFBEE;
	color: #0184CD;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}


ul.photo4 {
	overflow: hidden;
	width:780px;
	margin-right: auto;
	margin-left: auto;
}
ul.photo4 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;
}
ul.photo4 img {
	width: 160px;
}

ul.photo3 {
	overflow: hidden;
	width:780px;
	margin-right: auto;
	margin-left: auto;
}
ul.photo3 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;
}
ul.photo3 img {
	width: 210px;
}




.heading01{
	position: relative;
	padding: 2px 10px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
	color: #BF5F00;
	background: #fff;
	border-top: 3px solid #EBC783;
	border-bottom: 3px solid #EBC783;
	background-size: 4px 4px;
}
.heading01:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#EBC783;
}
.heading01:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#ffffff;
	z-index:1;
}




#eventbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#event .ddtxt {
	text-align: center;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9B6A5;
	padding-bottom: 10px;
	margin-top: 15px;
}
#event .ddphoto {
	text-align: center;
}
#event .ddphoto img {
	width: 68%;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	box-shadow:0px 0px 5px #ccc;
}
#event dl {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 320px;
	height: 110px;
	margin-top: 15px;
	padding: 10px;
	border-radius: 15px;
	background-color: #FFEFCE;
}

#event table {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: 1px solid #FF7E00;
	border-collapse:collapse;
}
#event table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF8D4;
	padding: 5px;
	border: 1px solid #FF7E00;
}
#event table td {
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FF7E00;
}




#event p {
	text-align: left;
}






#target1,#target2,#target3,#target4 {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}


#target img {
	width:100%;
}

#target p {
	text-align: left;
	margin-left:10px;
	margin-right:10px;
}


.hashira1 {
	font-weight: bold;
	color: #915EFF;
	font-size: 15px;
}
.hashira2 {
	margin-bottom: 15px;
	margin-left: 15px;
}

/*
#target1 table {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #BBA292;
	padding: 5px;
	border-collapse: collapse;
}
#target1 table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #ECDACC;
	border: 1px solid #BBA292;
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}
#target1 table td {
	text-align: left;
	padding: 5px;
	border: 1px solid #BBA292;
	padding: 5px;
}
#target1 table td dt {
	text-align: left;
	background-color: #ECDACC;
	margin-bottom: 5px;
}
#target1 table td dd {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
#target1 p {
	text-align: left;
}



#target3 table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #ECDACC;
	border: 1px solid #BBA292;
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}
#target3 table td {
	text-align: left;
	padding: 5px;
	border: 1px solid #BBA292;
	padding: 5px;
}


#target ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
}
#target ul li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BC9377;
	padding-top: 6px;
	padding-bottom: 6px;
}

*/


#club1,#club2,#club3,#club4 {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}

.nendo {
	font-weight: bold;
	color: #2471F9;
	font-size: 15px;
}
#club p {
	text-align: left;
	margin-left:10px;
	margin-right:10px;
}

#club table {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #7BDAFC;
	padding: 5px;
	border-collapse: collapse;
}
#club table th {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF579;
	border: 1px solid #7BDAFC;
	padding: 5px;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
}
#club table td {
	text-align: left;
	padding: 5px;
	border: 1px solid #7BDAFC;
	padding: 5px;
}
#club dt {
	text-align: left;
	background-color: #ECDACC;
	margin-bottom: 5px;
}
#club dd {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
}


#club ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
}
#club ul li {
	list-style-position: outside;
	list-style-type: square;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BC9377;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

.hogoshanav {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
.hogoshanav ul {
	overflow: hidden;
}

.hogoshanav ul li {
	float: left;
	margin-right: 10px;
	width: 100px;
	text-align: center;
	list-style-type: none;
}
.hogoshanav ul li a {
	background-color: #E8F1FF;
	width: 100px;
	display: block;
	padding-top: 6px;
	padding-bottom: 3px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 2px solid #CCE0FF;
	border-left: 2px solid #CCE0FF;
	border-right: 2px solid #CCE0FF;
	color: #2A4D93;
	text-decoration: none;
}
.hogoshanav ul li a:hover {
	background-color: #CCE0FF;
}


#albumbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	border: 2px solid #CCE0FF;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#albumside {
	float: left;
	width: 170px;
	background-color: #FFFBEF;
	box-shadow: 0px 0px 5px #CCC;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 10px;
	margin-top: 30px;
}
#albumside ul {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#albumside li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CF3A5E;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 26px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#albummain {
	float: right;
	width: 520px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#albummain .albumkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#albummain .albumkiji .albumhonbun {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9B6A5;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#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: 145px;
}



#blogbox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}
#blogside {
	float: left;
	width: 170px;
	background-color: #FFFBEF;
	box-shadow: 0px 0px 5px #CCC;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 10px;
	margin-top: 30px;
}
#blogside ul {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#blogside li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #54BCE1;
	background-image: url(images/arrow1.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 26px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#blogmain {
	float: right;
	width: 520px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.blogkiji {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.blogkiji .bloghonbun {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9B6A5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
.blogkiji .blogdate {
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C9B6A5;
}
.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: 190px;
}


#club ul {
	text-align: left;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	}
#club li {
	padding-bottom: 5px;
	border-bottom: 1px solid #EFBC83;
	background-image: url(images/arrow3.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 25px;
	padding-top: 5px;
	background-color: #D5ECF8;
	border-top: 1px solid #EFBC83;
	margin-bottom: 15px;
}

#club p {
	text-align:left;
}

#oyako #oyako1 {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}
.oyakotxt {
	background-color: #FFEEF7;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 20px #FFEEF7;
	box-shadow: 0px 0px 20px #FFEEF7;
	border-radius: 15px;
}
.kaisetsu {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	border: 1px solid #FFB1B2;
}

#oyako #kujou {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
}

#kujou dl {
	margin-left: 15px;
	margin-right: 15px;
}

#kujou dt {
	background-color: #FFF8E2;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#kujou dd {
	border-bottom: 1px dotted #C8A231;
	margin-bottom: 30px;
}





#jouhou ul li {
	position: relative;
	margin-left: 30px;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #C5E377;
}
#jouhou ul li::after,
#jouhou ul li::before {
	display: block;
	content: '';
	position: absolute;
}
#jouhou ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
#jouhou ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



#ichiji table {
	border: 1px solid #8B5E3C;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#ichiji th {
	white-space: nowrap;
	background-color: #FFF9EE;
	border: 1px solid #8B5E3C;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-align: left;
}
#ichiji td {
	border: 1px solid #8B5E3C;
	text-align: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}



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

header,footer,main,#mainnav, #mainnav ul, #system_main,#sidenav {
	width: 100%;	
	float: none;
}



#contents {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	float: none;
	width: 98%;
	}

html,body {
	background-image: none;	
	}
h1,#contact {
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	}
main {
	margin-top: 10px;
	margin-bottom: 10px;
}
header {
	height: auto;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	}


footer p {
	width: 95%;
}


#mainnav {
	background-image: url(images/bg3.png);
	height: auto;
	margin-top: 0px;
	background-color: #FFF3F3;
}
#mainnav ul {
	width: 100%;
	padding-top: 0px;
	}
#mainnav li {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}
#menu1,#menu2,#menu3,#menu4 {
	width: 25%;
	padding:0px;
	margin: 0px;
}

#menu1 a,#menu2 a,#menu3 a,#menu4 a {
	background-image: none;
	width: 100%;
	text-decoration: none;
	padding-top: 0px;
	height: 50px;
	color: #FF7600;
	}


#menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover {
	color: #fff;
	height: 50px;
	background-image: none;
	background-color: #FFC600;
}
#menu1 a#nowHere,#menu2 a#nowHere,#menu3 a#nowHere,#menu4 a#nowHere {
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	background-color: #6B3F06;
	}
	
	
	
#menu_club {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_club a {
	width: 96%;
	background-image: url(images/bg2.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FF93B6;
	}
#menu_club a:hover {
	color: #FF2763;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_club a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}

#menu_album {
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 12px;
	}
#menu_album a {
	width: 96%;
	background-image: url(images/bg4.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #DA9CE8;
	color: #000000;
	}
#menu_album a:hover {
	color: #80159C;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_album a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}



#menu_blog {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_blog a {
	width: 96%;
	background-image: url(images/bg6.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #86D96D;
	}
#menu_blog a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_blog a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}
	
	
	
#menu_ichiji {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_ichiji a {
	width: 96%;
	background-image: url(images/bg9.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #CCC8FF;
	}
#menu_ichiji a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_ichiji a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}	
	
	
#menu_oyako {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_oyako a {
	width: 96%;
	background-image: url(images/bg10.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #AEDFFF;
	}
#menu_oyako a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_oyako a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}	
		
#menu_hogosha {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_hogosha a {
	width: 96%;
	background-image: url(images/bg11.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFCA46;
	}
#menu_hogosha a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_hogosha a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}		
	
	
#menu_jouhou {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_jouhou a {
	width: 96%;
	background-image: url(images/bg12.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFB6E1;
	}
#menu_jouhou a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_jouhou a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}	

#menu_ennavi {

	height: 30px;
	font-size: 15px;
	line-height: 30px;
	margin-bottom:12px;
	}
#menu_ennavi a {
	width: 96%;
	background-image: url(images/bg13.png);
	text-decoration: none;
	padding-top: 0px;
	height: 30px;
	color: #420001;
	border-radius: 10px;
	background-color: #FF6791;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFF35A;
	}
#menu_ennavi a:hover {
	color: #127A48;
	background-image: url(images/bg5.png);
	height: 30px;
	background-color: #FFCAD5;
	font-weight: bold;
}

#menu_ennavi a#nowHere {
	background-image: none;
	color: #FF093F;
	font-weight: bold;
	background-color: #FFF6DC;
	}
	
	
#top, #outline, #daily, #event, #blog, #album, #target,#club, #ichiji, #oyako,#jouhou {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

#map, #list_koushin,#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;
}

#event dl {
	width: 40%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 10px;
}

#target1 table th {
	width: 65%;
	white-space: normal;
}
#target1 table td {
	width: 35%;
}
#target3 table th {
	width: 25%;
	white-space: normal;
}
#target3 table td {
	width: ato;
}

ul.photo4 {
	width: 100%;
}
ul.photo4 li {
	width: 45%;
}
ul.photo4 img {
	width: 100%;
}

ul.photo3 {
	width: 100%;
}
ul.photo3 li {
	width: 45%;
}
ul.photo3 img {
	width: 100%;
}


.about img {
	width: 90%;
	}
	
.container  {
	width:95%
}

}

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

h1 img {
	width: 95%;
}

#contact img {
	width: 70%;
}

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



#top, #outline, #daily, #event, #blog, #album, #target,#club, #ichiji, #oyako,#jouhou {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

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

#event dl {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: auto;
}

ul.photo4 {
	width: 98%;
}
ul.photo4 li {
	float: none;
	list-style-type: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
ul.photo4 img {
	width: 100%;
}

ul.photo3 {
	width: 98%;
}
ul.photo3 li {
	float: none;
	list-style-type: none;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
ul.photo3 img {
	width: 100%;
}

dl.month1, dl.month2, dl.month3, dl.month4, dl.month5 {
	width: 90%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
	
	
#blog .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%;
}
#blog .blogkiji ul li img {
	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;
	width: 95%;
}
#albummain ul li img {
	width: 100%;
}




#ichiji td,#ichiji th {
	display:block;
}

.container  {
	width:95%
}

	}
	
