@charset "UTF-8";



/*---------------共通指定---------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 88%;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color:#4d3540;
	background-image: url(../img/desktop/bg_body2.png), url(../img/desktop/bg_body1.jpg);
	background-repeat:repeat;
	background-position: center 485px;
}

img {
	border: 0;
}
ul,li{
	list-style:none;
}

/* リンク指定 */

a:link,
a:active,
a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#e5bfff;
	text-decoration:none;
}

/* テキスト関連 */

.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}



/* フォーム関連 */

form{
	margin:0;
	padding:0;
}


/*---------------配置---------------*/

.f-clear {
	clear: both;
	display: block;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.returnTop{
	display:none;
}

/*---------------ヘッダー---------------*/

#header {
	background-image: url(../img/desktop/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	height:485px;
	padding:1px 0 0;
}
#presents{
	background-image: url(../img/desktop/obj_presents.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:40px;
	text-indent:-100%;
	margin:75px 0 0;
}
#sitetitle{
	background-image: url(../img/desktop/obj_sitetitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	text-indent:-100%;
}
#description{
	background-image: url(../img/desktop/obj_description.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:130px;
	text-indent:-100%;
	margin: -18px 0 0;
	overflow:hidden;
}
#description br{
	display:none;
}
#header .coution{
	text-align:center;
	padding:0px;
	line-height:1.6;
	margin-top:-8px;
}
.coution br.none{
	display:none;
}

#twitter-area{
	width:480px;
	height:270px;
	padding:10px 0 0;
	margin:0 auto;
}

/*---------------ナビゲーション---------------*/

#navi {
	background-image: url(../img/desktop/bg_navi.png),url(../img/desktop/bg_navi-x.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top;
	height:155px;
	width:100%;
	position:fixed;
	left:0;
	top:0;
}
#navi ul{
	width:850px;
	height:35px;
	margin:0 auto;
	padding:20px 0 0;
}
#navi li{
	width:170px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi li a{
	background-image: url(../img/desktop/navi.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-9999px;
	height:35px;
}
#navi li#nav_about a{
	background-position: left top;
}
#navi li#nav_bands a{
	background-position: -165px top;
}
#navi li#nav_ticket a{
	background-position: -328px top;
}
#navi li#nav_notice a{
	background-position: -500px top;
}
#navi li#nav_contact a{
	background-position: -673px top;
}
/* マウスオーバー */
#navi li#nav_about a:hover{
	background-position: left bottom;
}
#navi li#nav_bands a:hover{
	background-position: -165px bottom;
}
#navi li#nav_ticket a:hover{
	background-position: -328px bottom;
}
#navi li#nav_notice a:hover{
	background-position: -500px bottom;
}
#navi li#nav_contact a:hover{
	background-position: -673px bottom;
}

/*---------------フッター---------------*/

#footer{
	background-image: url(../img/desktop/bg_section.png);
	background-repeat: repeat-x;
	background-position: center -22px;
	padding-top: 120px;
	padding-bottom:30px;
}
#footer .coution{
	text-align:center;
	padding:0 0 30px;
}

#footer address{
	text-align:center;
	padding:60px 0 0px;
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	background-image: url(../img/desktop/obj_copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerlink{
	text-align:center;
	line-height: 1.8;
	font-size:0.9em;
	padding:20px 0;
}

/*---------------コンテンツ---------------*/

#content {
	background-image: url(../img/desktop/bg_content.png);
	background-repeat: repeat-y;
	background-position: center 60px;
}
#content .section{
	background-image: url(../img/desktop/bg_section.png);
	background-repeat: repeat-x;
	background-position: center -22px;
	padding-top: 155px;
}
#content .box{
	width:830px;
	margin:0 auto;
	/*overflow:hidden;*/
}
#content p {
	line-height: 1.8;
	font-size: 1em;
	padding:15px 15px 0;
}

#content h2 {
	background-image: url(../img/desktop/ba2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:95px;
	text-indent:-100%;
	margin:0 0 10px;
	overflow:hidden;
}

/*---------------コンテンツトップ---------------*/

#content .section#topcon{
	background-image: url(../img/desktop/obj_character1.png);
	background-repeat: no-repeat;
	background-position: center 170px;
	padding-top: 155px;
}


/*---------------イベント概要---------------*/
#content .section#about{
	margin-top:0px;
}
#about_area{
	background-image: url(../img/desktop/obj_character2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#about h2{
	background-position: center top;
}
#about p.lead{
	float:none;
	text-align:center;
	font-size:1.2em;
	padding-bottom:20px;
	font-weight:bold;
	color:#fff0d1;
}
#about p{
	line-height:1.6;
	padding-top:5px;
}
#about .text-area{
	padding:0px 5px 0 15px;
	float:left;
	width:365px;
}
#about p strong{
	font-size:1.12em;
}
#about p.map{
	padding-bottom:3em;
}

/*---------------出演バンド---------------*/
#bands h2{
	background-position: center -95px;
}
#bands_area{
	background-image: url(../img/desktop/obj_character3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bands h3{
	font-size:1em;
	font-weight:normal;
	text-align:center;
}
#bands h3 span{
	display:block;
	height:170px;
	text-indent:-100%;
	overflow:hidden;
	text-align:left;
	margin-top:-7px;
}
#bands p.lead{
	font-size:1.12em;
	text-align:left;
}
#bands p{
	padding-left:0;
	padding-right:0;
	padding-top:10px;
	font-size:0.85em;
	line-height:1.6;
	text-align:center;
}
#bands p strong{
	font-size:1.25em;
}
#bands .box{
	overflow:hidden;
	padding-top:10px;
}
#bands #chrono{
	width:400px;
	float:left;
	padding-bottom:340px;
}
#bands #chrono h3 span{
	margin-right:10px;
	background-image: url(../img/desktop/logo_chrono.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bands #nyanmaani{
	width:400px;
	float:right;
	padding-bottom:340px;
}
#bands #nyanmaani h3 span{
	margin-left:10px;
	background-image: url(../img/desktop/logo_nyanmaani.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*---------------チケット予約---------------*/
#ticket.section{
}
#ticket h2{
	background-position: center -190px;
}
#ticket_area{
	background-image: url(../img/desktop/obj_character4.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#ticket p.lead{
	text-align:center;
	font-size:1.12em;
}
#ticket p.btn a{
	background-image: url(../img/desktop/btn_ticket.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -100%;
	display:block;
	width:540px;
	height:180px;
	margin:0 auto 20px;
	overflow:hidden;
}
#ticket p.btn a:hover{
	background-image: url(../img/desktop/btn_ticket_on.png);
}
#ticket p.attention{
	font-size:0.9em;
}

/*---------------注意事項---------------*/
#notice h2{
	background-position: center -285px;
}
#notice_area{
	background-image: url(../img/desktop/obj_character5.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#notice h3{
	font-size:1em;
	padding:20px 0 10px;
	margin:0;
	font-weight:bold;
}
#notice ul{
	padding:10px 0;
	margin-right:150px;
}
#notice ul li{
	background-image: url(../img/desktop/point01.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.8;
	padding:0 0 0 20px;
}
#notice ul li:nth-child(2n){
	background-image: url(../img/desktop/point02.png);
}
#notice .box{
	overflow:auto;
}

/*---------------お問い合わせ---------------*/

#contact h2{
	background-position: center -380px;
}
#contact_area{
	background-image: url(../img/desktop/obj_character6.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:100px;
}
#contact p.lead{
	text-align:center;
	font-size:1.12em;
	padding-bottom:20px;
}
#contact p.btn a{
	background-image: url(../img/desktop/btn_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display:block;
	width:460px;
	height:145px;
	margin:0 auto 20px;
}
#contact p.btn a:hover{
	background-image: url(../img/desktop/btn_contact_on.png);
}


