@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
	list-style-type: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
body {
	background-color: #E7E7E7;
	height: auto;
}
body.index {
	background-color: #E7E7E7;
	height: auto;
	margin-top: 9em;
}
/*　▽▽▽▽▽▽　ヘッダー此処から　▽▽▽▽▽▽　*/

header {
	width: 990px;
	margin: 0 auto;
}
div#wrapper {
	text-align: center;
	width: 990px;
	height: auto;
	margin: 0 auto;
	color: #515151;
	line-height: 1.8em;
	letter-spacing: 1px;
	background-color: #FFF;
	overflow: hidden;
}
div.h1 {
	display: none;
}
h1 {
	text-indent: -9999px;
	background-image: url(imags/top2.png);
	background-size: 100%;
	width: 990px;
	height: 500px;
	position: relative;
}
/*　▽▽▽　ナビ此処から　▽▽▽　*/
#nav {
	overflow: hidden;
	width: 990px;
	height: 50px;
	border-bottom: #A28E3C solid 5px;
	border-top: #A28E3C solid 1px;
	border-radius: 0 0 9px 9px;
	background: rgb(0,18,54); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAxMjM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMDAxMjM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzQlIiBzdG9wLWNvbG9yPSIjMDAzODYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTE3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, rgba(0, 18, 54, 1)), color-stop(41%, rgba(0, 18, 54, 1)), color-stop(74%, rgba(0, 56, 97, 1)), color-stop(100%, rgba(0, 81, 121, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001236', endColorstr='#005179', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
#nav li {
	margin: 0 1.6em;
	list-style-type: none;
	float: left;
	line-height: 60px;
	text-align: center;
}
/*------------------------------------------------*/
#nav li a.Top {
	text-indent: -9999px;
	margin-top: 1.5em;
	margin-left: 1em;
	display: block;
	width: 33px;
	height: 13px;
	background: url(imags/icon/g-top.png) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Profile {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 64px;
	height: 13px;
	background-image: url(imags/icon/w-profile.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Schedule {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 83px;
	height: 13px;
	background-image: url(imags/icon/w-schedule.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Discography {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 118px;
	height: 13px;
	background-image: url(imags/icon/w-discography.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Project {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 74px;
	height: 18px;
	background-image: url(imags/icon/w-project.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-top: 18px;
}
#nav li a.Gallery {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 69px;
	height: 13px;
	background-image: url(imags/icon/w-gallery.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Contact {
	text-indent: -9999px;
	margin-top: 1.5em;
	display: block;
	width: 79px;
	height: 13px;
	background-image: url(imags/icon/w-contact.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Ameba {
	text-indent: -9999px;
	margin-top: 1.2em;
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(imags/icon/w-ameba.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav li a.Twitter {
	text-indent: -9999px;
	margin-top: 1.2em;
	margin-left: -5px;
	display: block;
	width: 26px;
	height: 21px;
	background-image: url(imags/icon/nav_tw.png);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Top:hover, .Profile:hover, .Schedule:hover, .Discography:hover, .Gallery:hover, .Contact:hover, .Twitter:hover, .Project:hover, .Ameba:hover {
	background-position: 0 bottom;
}
li#Top {
	background-image: url(imags/icon/g-top.png);
	display: block;
	width: 33px;
	height: 13px;
	margin-top: 1.5em;
	text-indent: -9999px;
}
/*------------------------------------------------*/


nav ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
nav ul {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html nav ul {
	height: 1%;
}
nav ul {
	display: block;
}
/* End Hack */
	
div#TopBlock {
	overflow: hidden;
}
.button-toggle {
	display: none;
}
/*　▲▲▲　ナビ此処まで　▲▲▲　*/


/*----------------------*/
.fixed {
	position: fixed;
	width: 990px;
	height: 45px;
	left: 50%;
	margin-left: -1000px;
}
/*-----------つちのこのアイコンについて-----------*/	
#id_div_base {
	margin-top: -50px;
	margin-left: 835px;
	z-index: 2;
}
/*-----------つちのこのサイトについて-----------*/
div#tsuthinoko {
	display: none;
	text-align: center;
	height: 2400px;
	background: rgb(0,18,54); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAxMjM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjMDAxMjM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzQlIiBzdG9wLWNvbG9yPSIjMDAzODYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTE3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, rgba(0, 18, 54, 1)), color-stop(41%, rgba(0, 18, 54, 1)), color-stop(74%, rgba(0, 56, 97, 1)), color-stop(100%, rgba(0, 81, 121, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(0, 18, 54, 1) 1%, rgba(0, 18, 54, 1) 41%, rgba(0, 56, 97, 1) 74%, rgba(0, 81, 121, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001236', endColorstr='#005179', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
hr.thuthinoko {
	border: dashed 2px #000066;
}
p.thuthinoko img {
	border: 5px ridge #006;
	border-radius: 10px;
}
/*　▲▲▲▲▲▲　ヘッダー此処まで　▲▲▲▲▲▲　*/

/*　▽▽▽▽▽▽　左カラム此処から　▽▽▽▽▽▽　*/

/*　▽▽▽　トップニュース此処から　▽▽▽　*/
div.topnews {
	position: absolute;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
	height: 181px;
	width: 330px;
	overflow-y: scroll;
	top: 0%;
	z-index: 1;
	padding: 0.5em;
	margin-left: 600px;
	margin-top: 352px;
}
h2.topnews {
	background-image: url(imags/t-n.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
	color: #006;
	font-size: 15px;
	padding: 3px;
	margin: 8px 0 5px 1em;
}
dl.topnews {
	text-align: left;
	padding: 1em;
}
dl.topnews dt {
	font-size: 14px;
	color: #fff;
}
dl.topnews dd {
	color: rgba(250,251,255,0.7);
	margin-bottom: 10px;
}
.appoint {
	text-align: right;
	color: #CCC;
	background-color: #000;
	width: 954px;
	padding: 8px 3em 8px 0;
	margin: 0px auto;
	font-size: 12px;
	border-radius: 9px 9px 0 0;
	border-top: 5px solid #A28E3C;
}
/*　▲▲▲　トップニュース此処まで　▲▲▲　*/


/*　▽▽▽▽▽▽　フッター此処から　▽▽▽▽▽▽　*/

#footer {
	margin: 1em auto;
	padding: 0;
	height: 100px;
	width: auto;
	line-height: 50px;
	background-color: #E7E7E7;
	clear: both;
	text-align: center;
	font-size: 9px;
}
small {
	font-size: 12px;
	text-align: center;
}
/*　▲▲▲▲▲▲　フッター此処まで　▲▲▲▲▲▲　*/



/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	width: 660px;
	height: 640px;
	margin: -5px auto;
}
/*全サムネイルのコンテナー*/
#thumbs {
	position: absolute;
	z-index: 1;
	margin-top: 630px;
	left: 20px;
}
/*サムネイルのマウスオーバーでポインターを手のひらに*/
#thumbs label img {
	cursor: pointer;
}
/*初期画面*/
#screen {
	position: absolute;
	left: 30px;
	top: 150px;
	width: 600px;
	height: 338px;
	background-color: #CCC;
}
/*初期画面上の文字*/
#screen span {
	position: absolute;
	top: 130px;
	left: 50px;
	margin: 24px 90px;
	font-size: 32px;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
}
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5, #r6 {
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
#photo1, #photo2, #photo3, #photo4, #photo5, #photo6 {
	position: absolute;
	top: 0px;
	width: 665px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1, #r2:checked ~ #photo2, #r3:checked ~ #photo3, #r4:checked ~ #photo4, #r5:checked ~ #photo5, #r6:checked ~ #photo6 {
	opacity: 1;
}
/*どれかがチェックされたらスクリーン上の文字を非表示に*/
#r1:checked ~ #screen, #r2:checked ~ #screen, #r3:checked ~ #screen, #r4:checked ~ #screen, #r5:checked ~ #screen, #r6:checked ~ #screen {
	opacity: 0;
}
