@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');

/* CSS Document */

/*common.css*/
body {
	background:url(../images/bg.jpg) top center fixed no-repeat;
	background-color: #e6e2dc;
	color: #433;
	font-family: "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	line-height: 150%;
}

a	{
	text-decoration: underline;
}
a:link {
	color: #900;
}
a:visited {
	color: #c33;
}
a:hover {
	color: #fc9;
}
a:active {
	color: #900;
}

#container {
	width: 900px;
	background-color: #f9f9f9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding: 0 30px 0 30px;
}


/*全体のレイアウト*/
#header	{
	position: relative;
}

#headerinformation	{
	width: 900px;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url("../images/header/information.jpg");
	background-repeat: no-repeat;
}

#headerlive	{
	width: 900px;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url("../images/header/live.jpg");
	background-repeat: no-repeat;
}

#headertour2003	{
	width: 900px;
	height: 300px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header/tour2013.jpg);
	background-repeat: no-repeat;
}

#headerprofile	{
	width: 900px;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url("../images/header/profile.jpg");
	background-repeat: no-repeat;
}

#headerdiscography	{
	width: 900px;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url("../images/header/discography.jpg");
	background-repeat: no-repeat;
}

#headersitemap	{
	width: 900px;
	height: 300px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header/sitemap.jpg);
	background-repeat: no-repeat;
}

#gnavi {
	width: 900px;
	height: 40px;
	background-image: url(../images/gnabibg.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 20px 0 0 0;
	position: relative;
}

#contents {
	width: 859px;
	height: auto;
	border-right: solid #999 1px;
	border-bottom: solid #999 1px;
	background-color: #fff;
	padding: 20px;
	margin: 20px 0 20px 0;
}

#footer {
	width: 899px;
	height: 40px;
	border-right: solid #999 1px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	margin: 50px 0 0 0;
}


/* ヘッダー */
#logotop {
	position: absolute;  
	top: 260px;  
	left: 23px;  
	width: 480px;
	height: 85px;
}

#logo {
	position: absolute;  
	top: 220px;  
	left: 35px;  
	width: 480px;
	height: 85px;
}

#logodiscography {
	position: absolute;  
	bottom: 20px;  
	left: 20px;  
	width: 480px;
	height: 85px;
}

#logoinformation {
	position: absolute;  
	bottom: 20px;  
	right: 20px;  
	width: 480px;
	height: 85px;
}

#logolive {
	position: absolute;
	bottom: 20px;  
	left: 20px;  
	width: 480px;
	height: 85px;
}

#logoprofile {
	position: absolute;  
	bottom: 20px;  
	right: 20px;  
	width: 480px;
	height: 85px;
}

#logositemap {
	position: absolute;  
	top: 170px;  
	left: 35px;  
	width: 480px;
	height: 85px;
}

#tour2013 {
	position: absolute;  
	top: 30px;  
	left: 620px;  
	width: 247px;
	height: 190px;
}

#tour2020 {
	position: absolute;  
	top: 35px;  
	left: 620px;  
	width: 247px;
	height: 190px;
}

/* グローバルナビ */
#gnavi li	{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 35px;
	float: left;
}

#gnavi .gnavitop	{
	position: absolute;  
	top: -45px;  
	left: 797px;  
	width: 125px;
	height: 127px;
}

/* パンくずリスト */
#breadcrumbs	{
	margin-left: 20px;
}

/* メインコンテンツ */
#main {
	width: 860px;
	height: auto;
	margin: 0;
	padding: 0;
}

h2 {
	width: 460px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
}

h3 {
	width: 830px;
	height: 14px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #d1c0a5;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
	background-color: #900;
	text-align: left;
}

h3.furigana {
	width: 830px;
	height: 14px;
	margin: 0;
	padding: 2px 15px 14px;
	font-size: 14px;
	color: #d1c0a5;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
	background-color: #900;
	text-align: left;
}

h4 {
	font-size: 14px;
	color: #900;
	margin-bottom: 25px;
}

 .mainsubject {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.date	{
	font-size: 12px;
	text-decoration: none;
	padding-right: 30px;
	text-align: right;
}

.maintext {
	width: 830px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 15px;
	border: none;
	overflow: auto;
	text-align: left;
}

.maintext p {
	margin-bottom: 20px;
}
.maintext2 {
	width: 800px;
	height: auto;
	margin: 10px 0;
	padding: 10px;
	border: solid #d1c0a5 1px;
	overflow: auto;
	text-align: left;
}
.maintext2 p	{
	margin-bottom:20px;
}

.mainbanner {
	width: 728px;
	height: 90px;
	margin: 20px auto;
	padding: 0;
/*	border: solid #d1c0a5 1px;*/
}

.photoleft	{
	float: left;
	margin: 0 10px 0 0;
}

.photoright	{
	float: right;
	margin: 0 0 0 10px;
}

.discotext	{
	width: 550px;
	vertical-align: top;
	padding-left: 20px;
	float: left;
}

.discotext ol	{
	padding-left: 20px;
}

.discotext ol li{
	list-style-type:decimal;
}

.profile	{
	float: left;
	width: auto;
	height: auto;
}

.sub	{
	margin-left: 20px;
}


/* 管理画面 */
#container table.schedule th,
#container table.schedule td {
    padding: 10px;
    border: 1px solid #ccc;
}