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

#contener{
	height: 100%;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#loader {
	width: 30px;
	height: 30px;
	position: fixed;
	_position: none; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -15px; /* heightの半分のマイナス値 */
	margin-left: -15px; /* widthの半分のマイナス値 */
	z-index: 5;
	display: none;
}

#fade {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
	display: none;
}

#maximage img { display:none; }  /*背景画像を全部読み込むまで非表示*/

/*------------------------ header start ------------------------*/
#top_header {
	background-color: #fff;
	height: 70px;
	width: 100%;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: fixed;
	z-index: 3;
}

#logo {
	height: 50px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-left: 15px;
	z-index: 3;
}

#logo a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 3;
}

header nav {
	text-align: center;
}

header nav ul {
	list-style-type: none;
	position: absolute;
	top: 31px;
	left: auto;
	right: auto;
	height: 70px;
	width: 100%;
}

header nav ul li {
	display: inline; /*liを横に並べる*/
	margin-right: 10px;
	margin-left: 10px;
	z-index: 2;
	font-weight: bold;
}
/*
header nav ul li:first-child {
	margin-left: 0;
*/
#global_navi a {
	color: #49B0FF;
	font-size: 16.5px;
	font-weight: 900;
	font-weight: bolder;
	letter-spacing: 1px;
	z-index: 2;
	font-weight: bold;
}

#global_navi a:hover {
	color: #5537C8;
	font-weight: bold;
}
/*
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
section, article, header {
	display: block;
	float: left;
	width: 100%;
}
*/

/* navigation bar */
#nav { position: relative; }

#nav span {
	background:#49B0FF;
	height:8px;
	display:block;
	position:absolute;
	top: 0px;
}

#facebook {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 15px;
	bottom: 15px;
	float: right;
	display: block;
	text-align: right;
	z-index: 3;
}

#facebook a{
	display:block;
	width:20;
	height:20;
	background-image:url(https://vanokinawataiko.ca/img/facebook.png);
	z-index: 3;
}

#facebook a:hover{
	background-image:url(https://vanokinawataiko.ca/img/facebook_onmouse.png);
	z-index: 3;
}
/*------------------------ header end ------------------------*/

/*------------------------ home start ------------------------*/
#contents {
	padding-bottom: 50px;
	position: relative;
	width:100%; /* ブロック要素の中央揃え */
	text-align:center; /* インライン要素の中央揃え */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
	display: block;
}
#logo_plus {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	top: 53%;
	left: 50%;
	margin-top: -250px; /* 画像サイズの半分 */
	margin-left: -250px; /* 画像サイズの半分 */
}
#logo_plus_thanks {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: fixed;
	top: 55%;
	left: 50%;
	margin-top: -182.5px;
	margin-left: -375px;
}
/*------------------------ home end ------------------------*/

/*------------------------ aboutus & news start ------------------------*/
#textarea_1 {
	background-color: #FFF;
	height: 85%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color:rgba(255,255,255,0.5);
	margin-top: 35px;
}

#textarea_2 {
	background-color: #FFF;
	height: 85%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color:rgba(255,255,255,0.5);
	margin-top: 3px;
}

#photo img {
	margin-top: 25px;
	margin-bottom: 145px;
}

#post img {
	margin-top: 25px;
}

#aboutus_title {
	position: absolute;
	top: 445px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#text {
	font-size: 18px;
	text-align: justify;
	width: 650px;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
}

.underline {
	text-decoration: underline;
}
.underline a:link {color:#000;}
.underline a:visited{color:#000;} 
.underline a:hover{color:#49B0FF;} 
.underline a:active{color:#000;} 

#category {
	font-size: 35px;
	font-weight: 900;
	letter-spacing: 15px;
	word-spacing: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 20px;
}

#news_date {
	font-size: 12px;
	color: #666666;
	width: 650px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#news_title {
	font-size: 20px;
	text-align: justify;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 125%;
}
/*------------------------ aboutus & news end ------------------------*/

/*------------------------ shcedule start ------------------------*/
#schedule_title {
	padding-top: 20px;
	font-size: 20px;
	text-align: justify;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 5px;
}

#schedule_date {
	font-size: 12px;
	color: #666666;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: left;
}
/*------------------------ shcedule end ------------------------*/

#under_construction {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 25px;
	height: 400px;
	width: 700px;
	padding-top: 25px;
	line-height: 400px;
}

/*------------------------ gallery start ------------------------*/
#galleryarea {
	background-color: #FFF;
	height: 85%;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color:rgba(255,255,255,0.5);
	margin-top: 35px;
	padding-bottom: 35px;
}
#event_title {
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 25px;
	line-height: 20px;
}

#how_many_photo {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
/*------------------------ gallery end ------------------------*/

/*------------------------ footer start ------------------------*/
#footer_top {
	width: 100%;
	bottom: 0;
	position: absolute;
	font-weight: bold;
}

#footer_others {
	width: 100%;
	position: absolute;
}

#copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
}
/*------------------------ footer end ------------------------*/