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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*基本レイアウト*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inner {
	margin: 0px auto;
	width: 960px;
}
/*ヘッダー*/
h1 {
	font-size: 100%;
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 20px 0 5px;
}
#top #color {
	background-color: #efd5b5;
}
#about #color {
	background-color: #FFF;
}
#gallrry #color {
	background-color: #FFF;
}
#access #color {
	background-color: #FFF;
}
#inquiry #color {
	background-color: #FFF;
}
#color .inner {
	position: relative;
}
#ball {
	position: absolute;
	bottom: 20px;
	left: 250px;
}
/*グローバルナビゲーション*/
#gnav {
	background-color: #f4bf8c;
}
#gnav ul {
	overflow: hidden;
}
#gnav li {
	float: left;
	width: 192px;
}
/*ナビゲーションa要素共通ルール*/
#gnav li a {
	width: 192px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;/*背景画像は各1枚なので*/
	text-indent: -9999px;/*枠外へ*/
}
/*各メニュー*/
#nav01 a {
	background-image: url(../images/nav_01.png);
}
#nav02 a {
	background-image: url(../images/nav_02.png);
}
#nav03 a {
	background-image: url(../images/nav_03.png);
}
#nav04 a {
	background-image: url(../images/nav_04.png);
}
#nav05 a {
	background-image: url(../images/nav_05.png);
}
/*マウスオーバー時*/
#nav01 a:hover {
	background-color: rgba(255,148,164,.5);
	transition: color 0.3s ease 0s;
}
#nav02 a:hover {
	background-color: rgba(255,223,97,.5);
	transition: color 0.3s ease 0s;
}
#nav03 a:hover {
	background-color: rgba(120,201,201,.5);
	transition: color 0.3s ease 0s;
}
#nav04 a:hover {
	background-color: rgba(184,133,219,.5);
	transition: color 0.3s ease 0s;
}
#nav05 a:hover {
	background-color: rgba(182,209,87,.5);
	transition: color 0.3s ease 0s;
}
/*そのページにいる時背景色を変更する*/
#top #nav01 a {
	background-color: rgba(255,148,164,.5);
}
#about #nav02 a {
	background-color: rgba(255,223,97,.5);
}
#gallery #nav03 a {
	background-color: rgba(120,201,201,.5);
}
#access #nav04 a {
	background-color: rgba(184,133,219,.5);
}
#inquiry #nav05 a {
	background-color: rgba(182,209,87,.5);
}
/*コンテンツエリア*/
#contents {
	margin: 0 auto;
	width: 940px;
	padding: 10px 10px 0;
	overflow: hidden;
}
/*メインコンテンツ*/
#main {
	float: left;
	width: 640px;
}
/*トップページここから*/
.photo_box p {
	margin-top: 10px;
	margin-right: 7px;
	float: left;
}
.photo_box {
	margin-right: -30px;
	overflow: hidden;
	}

/*開催情報*/

.news {
	margin: 20px 0 20px 0;
	width: 620px;
	padding: 10px;
	box-shadow: 2px 2px 5px #999;
	
	
}
/*開催情報左側*/
#top h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;/*1月~９月は140%*/
	color: #000000;
	border-bottom: 2px dotted #999;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 10px;
}
.news, .date_box {
	overflow: hidden;/*高さを出すため*/
}
.date_box {
	width: 330px;
	float: left;
}
.date {
	float: left;
	width: 154px;
}
#top h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
.date p {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #999;
	font-weight: bold;
}
.date p.coment {
	border-bottom-style: none;
	color: #039;
	font-weight: bold;
	line-height: 19px;
}
.date p.date_img {
	float: left;
}
#top #main {
	position: relative;
}
#top #main p.not{
	width: 178px;
	position: absolute;
	right:300px;
	top:275px;
	opacity:0.7;
}
#top #main p.end{
	position: absolute;
	width: 267px;
	right:330px;
	top:600px;
	opacity:0.85;
}

/*開催情報右側*/
.date_box_right {
	padding-left: 5px;
	width: 284px;
	float: right;
}
.date_box_right dt {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 10px;
	font-weight: bold;
	clear: left;
	float: left;
	width: px;
}
.date_box_right dd {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 19px;
}
.date_box_right p {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	margin-top: 20px;
	float: left;
	background-color: #FFFFCC;
	padding: 5px;
	line-height: 20px;
}
.flyer {
	box-shadow: 2px 2px 5px #999;
	height: 750px;
	width: 640px;
	margin-top: 10px;
}
.flyer_box p {
	margin-top: 00px;
	float: left;
}
.flyer_box {
	box-shadow: 2px 2px 5px #999;
	width: 640px;
	height: 220px;
	margin-top: 20px;
	overflow: hidden;
	}


/*「おかえり」についてページここから*/

#about h2 {
	background-image: url(../images/mark_gr.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	background-position: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	padding: 5px 0 0 35px;
	border-bottom: 2px dotted #999999;
	font-size: 110%;
	font-weight: bold;
}
#about h3 {
	margin-top: 10px;
	background-position: left;
	height: 25px;
	padding: 5px 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
#about p {
	font-size: 100%;
	line-height: 1.4em;
}
#about #greeting .img {
	float: right;
	width: 180px;
}
#about #greeting div {
	float: left;
	width: 440px;
}
#about #greeting {
	overflow: hidden
}
#about #advisor dt {
	font-size: 100%;
	line-height: 1.4em;
	margin-top: 10px;
}
#about #advisor dd {
	font-size: 100%;
	line-height: 1.4em;
}
#about #advisor dl {
	float: left;
	width: 440px;
}
#about #advisor .img {
	float: right;
	width: 180px;
}
#about #advisor .img02 {
	float: right;
	width: 180px;
}
#about #advisor {
	overflow: hidden;
}
#about #staff .group .img {
	float: right;
	width: 180px;
}
#about #staff .group p {
	float: left;
	width: 440px;
	padding-bottom: 20px;
	margin-top: 0;
}
#about #staff {
	overflow: hidden;
}
#about #staff h3 {
	clear: left;
}
/*活動ギャラリーのページここから*/
#gallery h2 {
	background-image: url(../images/mark_gr.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	background-position: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	padding: 5px 0 0 35px;
	border-bottom: 2px dotted #999999;
	font-size: 110%;
	font-weight: bold;
}
/*参加人数とメニュー*/
.event_news dl {
	float: left;
	width: 640px;
	margin: 10px 0 10px 0;
}
.event_news dt {
	font-size: 100%;
	line-height: 1.4em;
	float: left;
}
.event_news dd {
	font-size: 100%;
	line-height: 1.4em;
}
/*ニュースのコメント*/
.event_news p {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.event_news ul,li {
	list-style:none;
}
.event_news .box li{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.event_news .box {
	margin-right: -10px;
	overflow: hidden;
}
.event_news {
	overflow: hidden;
	}

/*アクセスページここから*/

#access h2 {
	background-image: url(../images/mark_br.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	background-position: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	padding: 5px 0 0 35px;
	border-bottom: 2px dotted #999999;
	font-size: 110%;
	font-weight: bold;
}
#access #main iframe {
	width: 600px;
	margin: 30px auto;
	display: block;
}
/*お問い合わせページここから*/
#inquiry h2 {
	background-image: url(../images/mark_br.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
	background-position: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	padding: 5px 0 0 35px;
	border-bottom: 2px dotted #999999;
	font-size: 110%;
	font-weight: bold;
}
#inquiry #support p {
	font-size: 100%;
	line-height: 1.4em;
}
#inquiry #support dt {
	font-size: 100%;
	line-height: 1.4em;
	margin-top: 10px;
	clear: left;
	float: left;
}
#inquiry #support dd {
	font-size: 100%;
	line-height: 1.4em;
	padding-top: 10px;
}
/*サイドエリア*/
#side {
	float: right;
	width: 290px;
}
/*連絡先*/
#contact {
	background-color: #FFFFCC;
	height: 140px;
	width: 280px;
	padding: 15px 10px;
	box-sizing: border-box;/*boxサイズを固定*/
	margin: 30px 0 0 10px;
	line-height: 1.2em;
}
#contact p {
	font-family: "メイリオ", Meiryo, "aku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	margin-bottom: 10px;
	text-align: center;
}
#contact p.fb {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	padding-top: 10px;
	border-bottom-color: #999999;
}
/*ファイスブック埋め込み*/
#side #fb {
	margin-top: 40px;
	margin-left: 10px;
}
/*協力団体*/
#side dl {
	margin-left: 10px;
}
#side dt {
	background-image: url(../images/mark_or.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: left;
	height: 35px;
	text-align: left;
	line-height: 35px;
	border-bottom: 2px dotted #999999;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
#side dd {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 35px;
}
/*フッター*/
#footer {
	background-color: #7da1ad;
	clear: both;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
/*フッターのナビゲーション*/
#footer ul {
	overflow: hidden;
}
#footer li {
	float: left;
	width: 192px;
}
/*a要素共通ルール*/
#footer li a {
	width: 192px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;/*背景画像は各1枚なので*/
	text-indent: -9999px;/*枠外へ*/
}
/*各メニュー*/
#navf01 a {
	background-image: url(../images/nav_f01.png);
}
#navf02 a {
	background-image: url(../images/nav_f02.png);
}
#navf03 a {
	background-image: url(../images/nav_f03.png);
}
#navf04 a {
	background-image: url(../images/nav_f04.png);
}
#navf05 a {
	background-image: url(../images/nav_f05.png);
}
/*マウスオーバー時*/
#navf01 a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#navf02 a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#navf03 a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#navf04 :hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#navf05 a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#footer p {
	margin-top: 20px;
	color: #FFFFFF
}
/*ページトップ*/
#pagetop {
	position: fixed;/*固定配置*/
	bottom: 100px;
	right: 100px;
	height: 84px;
	width: 81px;
}

