@charset "utf-8";
/* -------------------------------------------------------------------

	ページ CSS
   
------------------------------------------------------------------- */

/* ----------------------------------------
	サイドナビ
---------------------------------------- */
#sideNav{
	margin-top:40px;
	padding-bottom:21px;
}
#live #sideNav{
	background:url(../img/pages/side_bg_live.png) no-repeat;
}
#profile #sideNav{
	background:url(../img/pages/side_bg_profile.png) no-repeat;
}
#discography #sideNav{
	background:url(../img/pages/side_bg_disco.png) no-repeat;
}
#gallery #sideNav{
	background:url(../img/pages/side_bg_gallery.png) no-repeat;
}

#sideNav h2{
	width:100px;
	height:94px;
	display:block;
	text-indent:-4000px;
	font-size:1px;
	overflow:hidden;
}
#sideNav ul li a,
#sideNav ul li a img{
	display:block;
}


/* ----------------------------------------
	一時的なバナー等
---------------------------------------- */
.add_area{
	margin-top:40px;
}


/* ----------------------------------------
	ライブスケジュール
---------------------------------------- */
#liveList{
	margin-top:40px;
}

#liveList article{
	overflow:hidden;
}

#liveList article h3{
	padding-bottom:20px;
	margin-bottom:5px;
	font-size: 200%;
	line-height:1.2;
	color:#fff;
	background:url(../img/pages/ttlbar_live.png) left bottom no-repeat;
}
#liveList article h3 span{
	font-size:80%;
}

#liveList article dl{
	margin-bottom:25px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
	overflow:hidden;
}
#liveList article dt{
	float: left;
	width: 8em;
	padding:7px 0;
	font-weight: bold;
}
#liveList article dd{
	margin-top:-1px;
	padding:7px 0 7px 8em;
	border-top:1px dotted #555;
}
/*
#liveList article a:link{
	color:#ffd077;
}
#liveList article a:visited{
	color:#ffa100;
}
*/
#liveList article p{
	margin-top:15px;
}

#liveList article .btn_submit{
	width:225px;
	height:57px;
	display:block;
	text-indent:-4000px;
	font-size:1px;
	background:url(../img/pages/btn_ticket.png) no-repeat;
	border:none;
	overflow:hidden;
}
#liveList article .btn_submit:hover{
	cursor:pointer;
}

#liveList .toTop{
	padding:10px 0 20px 0;
	margin-bottom:60px;
	border-bottom:2px solid #ccc;
}


/* ----------------------------------------
	チケット予約方法
---------------------------------------- */
#ticketInfo{
	margin-top:60px;
	overflow: hidden;
}
#ticketInfo h2{
	margin-bottom:25px;
	background:url(../img/pages/ttlbar_ticket.png) left bottom no-repeat;
}
#ticketInfo article{
	margin-bottom:30px;
}
#ticketInfo article h3{
	border-bottom:1px solid #fff;
}
#ticketInfo article p{
	margin-top:10px;
}
#ticketInfo article footer{
	margin-top:15px;
}


/* ----------------------------------------
	路上ライブ
---------------------------------------- */
#streetLive{
	margin-top:50px;
	overflow: hidden;
}
#streetLive h2{
	font-size:70pt;
	color:#fff;
	font-weight:normal;
	padding-bottom:20px;
	background:url(../img/pages/ttlbar_live.png) left bottom no-repeat;
}
#streetLive h2 span{
	font-size:20pt;
	font-weight:bold;
}
#streetLive time{
	display:block;
	margin:10px 0;
	padding:5px 10px;
	line-height:1.6em;
	color:#FF6600;
	font-weight:bold;
	background:#ffedd3;
	border:1px solid #ff9600;
}


/* ----------------------------------------
	ディスコグラフィー
---------------------------------------- */
#discList{
	margin-top:40px;
}

#discList article{
	margin-bottom:40px;
	overflow:hidden;
}
#discList article h3{
	padding-bottom:20px;
	margin-bottom:15px;
	font-size:180%;
	line-height:1.2;
	color:#fff;
	background:url(../img/pages/ttlbar_disco.png) left bottom no-repeat;
}
#discList article h3 span{
	font-size:10pt;
}
#discList article .p_photo{
	float:left;
	margin-right:20px;
	display:block;
	border:1px solid #666666;
}
#discList article div{
	float:left;
	width:300px;
}
#discList article ol{
	padding:0 6px;
	margin:20px 0;
	overflow:hidden;
}
#discList article ol li{
	line-height:1.6em;
	list-style:decimal inside;
}


/* ----------------------------------------
	通信販売
---------------------------------------- */
#netShop{
	margin-top:60px;
}

#netShop article h3{
	padding-bottom:13px;
	margin-bottom:15px;
	font-size:170%;
	line-height:1.5;
	color:#fff;
	background:url(../img/pages/ttlbar_disco.png) left bottom no-repeat;
}
#netShop article h3 span{
	font-size:10pt;
}

#netShop article h4{
	margin-top:20px;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	background:#6e4c36;
}

#netShop article p{
	margin-top:8px;
}
/*
#netShop article ul{
	padding:0 6px;
	margin-top:15px;
	overflow:hidden;
}
#netShop article ul li{
	line-height:1.6em;
	list-style:none;
}
*/

#netShop article table{
	width:100%;
	margin-top:15px;
	border:1px solid #6e4c36;
}
#netShop article table th,
#netShop article table td{
	padding:5px 10px;
	color:#6e4c36;
	background:#f6e9e1;
	border:1px solid #6e4c36;
}

#netShop article table thead th{
	color:#fff;
	background:#6e4c36;
}
#netShop article table th{
	text-align:center;
	vertical-align:middle;
}
#netShop article table td{
}


/*----shopInfo----
#netShop article .shopInfo{
	padding:15px;
	color:#fff;
	background:#073045;
	border:2px solid #125B9E;
}
#netShop article .shopInfo ul{
	margin-top:0;
}
#netShop article .shopInfo ul li.shop{
	margin-bottom:4px;
	font-size:120%;
	font-weight:bold;
}*/
#netShop article .shopInfo{
	padding:30px 40px;
	color:#3e2617;
	background:url(../img/pages/bg_fabric.gif) repeat;
	border:2px solid #6e4c36;
}
#netShop article .shopInfo ul{
	margin-top:0;
}
#netShop article .shopInfo ul li{
	line-height:1.4em;
}
#netShop article .shopInfo ul li.shop{
	margin-bottom:5px;
	font-size:140%;
	font-weight:bold;
}
#netShop article .shopInfo ul li.bmargin{
	margin-bottom:10px;
}
#netShop article .shopInfo ul li.small{
	padding-top:8px;
	padding-left:1em;
	text-indent:-1em;
	color:#6e4c36;
}
#netShop article .shopInfo ul li span{
	font-size:140%;
	font-weight:bold;
	letter-spacing:1px;
}
#netShop article .shopInfo ul li a.mail{
	color:#006600;
}


/* ----------------------------------------
	プロフィール
---------------------------------------- */
#profileList{
	margin-top:40px;
}

#profileList article{
	margin-bottom:40px;
	overflow:hidden;
}
#profileList article h3{
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:170%;
	line-height:1.5;
	color:#fff;
	background:url(../img/pages/ttlbar_prof.png) left bottom no-repeat;
}
#profileList article h3 span{
	font-size:10pt;
}
#profileList article#prof_bca p{
	margin-top:25px;
}


#profileList article .p_photo{
	float:left;
	margin-right:20px;
	display:block;
	border:1px solid #666666;
}
#profileList article p{
	margin-top:30px;
}
#profileList article dl{
	float:left;
	width:420px;
	margin-top:20px;
	overflow:hidden;
}
#profileList article dt{
	float: left;
	width: 8em;
	line-height: 2em;
	font-weight: bold;
}
#profileList article dd{
	padding-left: 8em;
	line-height: 2em;
}

#profileList .toTop{
	clear:both;
}
#profileList article#prof_bca .toTop{
	margin-top:25px;
}


/* ----------------------------------------
	ギャラリー
---------------------------------------- */
#galleryList{
	margin-top:40px;
}

#galleryList article{
	margin-bottom:40px;
	overflow:hidden;
}
#galleryList article h3{
	padding-bottom:18px;
	margin-bottom:15px;
	font-size:180%;
	line-height:1.2;
	color:#fff;
	background:url(../img/pages/ttlbar_gallery.png) left bottom no-repeat;
}
#galleryList article h3 span{
	font-size:10pt;
}
#galleryList article .credit{
	margin-top:5px;
	text-align:right;
	color:#fff;
}

#galleryList .photo_garr{
	clear:both;
	padding:5px 0 5px 5px;
	background:#360000;
	border:1px solid #550000;
	overflow:hidden;
}
#galleryList .photo_garr li{
	float:left;
	margin:3px;
}
#galleryList .photo_garr li a{
	border:1px solid #703c3c;
}
#galleryList .photo_garr li a:hover{
	border:1px solid #ccc;
}
#galleryList .photo_garr li a,
#galleryList .photo_garr li a img{
	display:block;
}


/* ----------------------------------------
	ニュース
---------------------------------------- */
#newsDetail{
}

#newsDetail{
	margin-bottom:20px;
	padding:20px 0 0 0;
	overflow:hidden;
}
#newsDetail h3{
	font-size:170%;
	line-height:1.5;
	color:#fff;
}
#newsDetail h3 time{
	font-size:10pt;
	color:#FF0066;
}

#newsDetail p{
	margin:20px 0;
}

