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

* {
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #5b4a3f;
	background-color: #EBEDE1;
}

/*ie6*/
*html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	background-repeat: repeat;
	background-position: left center;
	background-attachment: scroll;
	color: #5b4a3f;
	background-color: #dee0d4;
}

/*ie7*/
*:first-child+html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	background-repeat: repeat;
	background-position: left center;
	background-attachment: scroll;
	color: #5b4a3f;
	background-color: #dee0d4;
}

h1{
	font-size: 16px;
	color: #006090;
	margin-top: 15px;
}

h2{
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5b4a3f;
}

h3{
	margin-bottom: 20px;
	color: #5b4a3f;
	font-weight: bold;
	font-size: 16px;
}

p{
	line-height:130%;
	color: #5b4a3f;
}



A:Link {
	color: #006090;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	text-indent: 0px;
	color: #006090;
	font-weight: bold;
 }

A:hover {
	color: #006090;
	text-decoration: underline;
	text-indent: 0px;
	font-weight: bold;
 }
 
 A:active {  }
A:focus {  }

strong{
	color: #ca4271;
}

img { border-style : none }


#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: medium;
	border-top-color: #5B4A3F;
	border-right-color: #5B4A3F;
	border-bottom-color: #5B4A3F;
	border-left-color: #5B4A3F;
}



#headerindex {
	color: #333;
	width: 920px;
	float: left;
	height: 360px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerindex h1{
	display: none;	
}





#header {
	color: #333;
	width: 920px;
	height: 361px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header h1{
	margin: 0px;
	padding: 0px;
}

.top{
	text-align: right;
	float: right;
}

/*メニュー関連*/

#menu {
	float: left;
	width: 920px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#navigation {
	float: left;
	width: 100%;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #EBEDE1;
}

*html #navigation {
	float: left;
	width: 920px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #EBEDE1;
}

ul#menu{
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	}
ul#menu li a {
	height: 25px;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
	
	*html ul#menu{
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
*html ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	}
*html ul#menu li a {
	height: 25px;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
	
	

.menutitle {
	
	height: 25px;
	width: 10px;
	
}

*html .menutitle {
height: 25px;
	width: 5px;
}

.news {
	background-image: url(image/menu/menu_news_a.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 82px;
}
.news a{
	background-image: url(image/menu/menu_news.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 82px;
}
.news a:hover{
	background: none;
}

.profile { background-image: url(image/menu/menu_profile_a.jpg); background-repeat: no-repeat; height: 25px; width: 90px;}
.profile a{ background-image: url(image/menu/menu_profile.jpg); background-repeat: no-repeat; height: 25px; width: 90px}
.profile a:hover{ background: none;}

.live { background-image: url(image/menu/menu_live_a.jpg); background-repeat: no-repeat; height: 25px; width: 66px;}
.live a{ background-image: url(image/menu/menu_live.jpg); background-repeat: no-repeat; height: 25px; width: 66px}
.live a:hover{ background: none;}

.blog { background-image: url(image/menu/menu_blog_a.jpg); background-repeat: no-repeat; height: 25px; width: 71px;}
.blog a{ background-image: url(image/menu/menu_blog.jpg); background-repeat: no-repeat; height: 25px; width: 71px}
.blog a:hover{ background: none;}

.photo { background-image: url(image/menu/menu_photo_a.jpg); background-repeat: no-repeat; height: 25px; width: 81px;}
.photo a{ background-image: url(image/menu/menu_photo.jpg); background-repeat: no-repeat; height: 25px; width: 81px}
.photo a:hover{ background: none;}

.myspace { background-image: url(image/menu/menu_myspace_a.jpg); background-repeat: no-repeat; height: 25px; width: 116px;}
.myspace a{ background-image: url(image/menu/menu_myspace.jpg); background-repeat: no-repeat; height: 25px; width: 116px}
.myspace a:hover{ background: none;}

.works { background-image: url(image/menu/menu_works_a.jpg); background-repeat: no-repeat; height: 25px; width: 87px;}
.works a{ background-image: url(image/menu/menu_works.jpg); background-repeat: no-repeat; height: 25px; width: 87px}
.works a:hover{ background: none;}

.shinyaex { background-image: url(image/menu/menu_shinyaex_a.jpg); background-repeat: no-repeat; height: 25px; width: 168px;}
.shinyaex a{ background-image: url(image/menu/menu_shinyaex.jpg); background-repeat: no-repeat; height: 25px; width: 168px}
.shinyaex a:hover{ background: none;}

.disco { background-image: url(image/menu/menu_disco_a.jpg); background-repeat: no-repeat; height: 25px; width: 81px;}
.disco a{ background-image: url(image/menu/menu_disco.jpg); background-repeat: no-repeat; height: 25px; width: 81px}
.disco a:hover{ background: none;}

.media { background-image: url(image/menu/media_a.jpg); background-repeat: no-repeat; height: 25px; width: 94px;}
.media a{ background-image: url(image/menu/media.jpg); background-repeat: no-repeat; height: 25px; width: 94px}
.media a:hover{ background: none;}

/*メニューここまで*/

#leftcolumn {
	color: #5b4a3f;
	padding: 0px;
	height: auto;
	width: 508px;
	float: left;
	background: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 30px;
}

/*ie6*/

* html #leftcolumn {
	color: #5b4a3f;
	padding: 0px;
	height: auto;
	width: 508px;
	float: left;
	background: #ffffff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#leftcolumn p{
	margin-top: 8px;
}

#news_box {
	height: 350px;
	width: 495px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	}

.news_title{
	color: #006090;
	font-weight: bold;
}

.blue_text{
	color: #66CC33;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.import{
	color: #BD295E;
	font-weight: bold;
}

#contents {
	height: auto;
	width: 870px;
	float: left;
	background: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

/*ie6*/
* html #contents {
	height: auto;
	width: 870px;
	float: left;
	background: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}

#contents p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#rightcolumn {
	float: right;
	height: auto;
	width: 300px;
	display: inline;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}



#rightcolumn  h3{
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 14px;
	padding-top: 8px;
}

.artist_name{
	font-weight: bold;
}

.line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D3D3C0;
	border-right-color: #D3D3C0;
	border-bottom-color: #D3D3C0;
	border-left-color: #D3D3C0;
	margin-top: 15px;
}

#rightcolumn p{
	text-align: justify;
	line-height: 120%;
	font-size: 12px;
	margin-top: 7px;
}

.nav {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5b4a3f;
	margin-bottom: 15px;
	margin-top: 0px;
}


.space_bar{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bunner{
	border: 1px solid #999999;
	margin-top: 10px;
}



#footer {
	width: 900px;
	clear: both;
	color: #333;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	background-color: #006090;
}

#footer a{
	font-size: 12px;
	color: #FFFFFF;
}

#footer p{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



/*profile 詳細設定*/

#profile_bk{
	width:530px;
	float: right;
	height: auto;
	margin-left: 20px;
}


/*ie6*/
* html #profile_bk{
	width:500px;
	float: right;
	height: auto;
	margin-left: 20px;
	padding-left: 5px;
}




ul#profile_list{
	list-style-position: outside;
	list-style-type: none;
	line-height: 130%;
	color: #006090;
}


/*live 詳細設定*/
#live_menu{
	width: 200px;
	float: left;
	height: auto;
}

#oneman {
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/live/live_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 15px 0px;
}

#oneman a{
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/live/live.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#oneman a:hover {
	background-image: url(image/live/live_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3399CC;

}

#event {
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/live/event_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;

}


#event a{
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/live/event.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	
}

#event a:hover {
	background-image: url(image/live/event_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3399CC;
	
}

#live_contents{
	width: 630px;
	float: right;
	height: auto;
}

.ex_booth_live {
	float: right;
	height: 25px;
	width: 200px;
}


#live_bk{
	width:610px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #EBEDE1;
}

ul#live_info{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}

ul#live_info{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}
/*ie6*/
* html ul#live_info {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}
/*ie7*/
*:first-child+html ul#live_info {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}



#live_bk h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}


.livearri{
	font-size:16px;
	color: #006090;
}

.livepassed{
	font-size:16px;
	color: #999999;
}

#live_bk p{
	margin-top: 10px;
}



/*ワークス詳細設定*/
.works_title {
	font-weight: bold;
}

/*ライブチケット*/

table {
	width: 750px;
	height: auto;
	border:1px solid #666666;
	border-collapse: collapse;
	table-layout: auto;
	padding: 2px;
	font-weight: bold;	
}

td {
	height: 30px;
	border: 1px #666666 solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 14px;
	color: #000000;
}

.left_td {
	height: 30px;
	width: 200px;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 14px;
	color: #000000;
	background-color: #ECECEC;
}

tr { height: 30px;
border: 1px #666666 solid;
padding: 2px;
 }
 
 .attention{
	color: #CC3300;
	font-size: 11px;
 }
 
 .hankaku {
	font-size: 10px; 
 }

.question{
	margin-top: 10px;
}


.discobox{
	margin-bottom: 10px;
	color: #999999;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: auto;
	float: left;
	width: 870px;
	}	
	
	.jk{
	height: auto;
	width: 100px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	margin-right: 20px;
	float: left;
	}
	
	.title{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #006090;
	}
	.jk_text{
	width: 400px;
	margin-bottom: 10px;
	float: left;
	}
	
	.moviebox {
	height: 200px;
	width: 320px;
	float: right;
	overflow: hidden;
	}
	
#explanbx{
	height: auto;
	width: 100%;
	float: right;
}
	
.ecobag{
	margin-right: 0px;
	margin-left: 20px;
	height: 400px;
	width: 300px;
	float: right;
}


/*Ｍｅｄｉａ*/

#oa {
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/media/oa_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 15px 0px;
}

#oa a{
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/media/oa.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#oa a:hover {
	background-image: url(image/media/oa_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3399CC;

}

#magazine {
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/media/magazine_menu_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 15px 0px;
}

#magazine a{
	display:block;
	width:200px;
	height:30px;
	background-image: url(image/media/magazine_menu.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#magazine a:hover {
	background-image: url(image/media/magazine_menu_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3399CC;

}

#media_bk{
	width:610px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #EBEDE1;
}

ul#media_bk{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}

ul#media_bk{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}
/*ie6*/
* html ul#media_bk {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}
/*ie7*/
*:first-child+html ul#media_bk {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}



#media_bk h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}

ul#media_info{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}

ul#media_info{
	list-style-position: outside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
}
/*ie6*/
* html ul#media_info {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}
/*ie7*/
*:first-child+html ul#media_info {
	list-style-position: inside;
	line-height: 130%;
	list-style-image: url(image/livelist2.jpg);
	padding-left: 5px;
}



/*メルマガ会員募集中*/

#mailmaga a{
	display:block;
	width:298px;
	height:50px;
	background-image: url(image/mail/mailmaga_bunner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#mailmaga a:hover{
	background-image: url(image/mail/mailmaga_bunner_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #009900;
}


#ouen a{
	display:block;
	width:298px;
	height:50px;
	background-image: url(image/mail/ouen_bunner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#ouen a:hover{
	background-image: url(image/mail/ouen_bunner_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #3399CC;
}


#ts-special a{
	display:block;
	width:300px;
	height:50px;
	background-image: url(image/ts-special/ts-special.jpg);
	background-repeat: no-repeat;
	
}

#ts-special a:hover{
	background-image: url(image/ts-special/ts-special_a.jpg);
	background-repeat: no-repeat;
	
}



#realtime a{
	display:block;
	width:300px;
	height:50px;
	background-image: url(image/realtimeres2010/realtime.jpg);
	background-repeat: no-repeat;
}

#realtime a:hover{
	background-image: url(image/realtimeres2010/realtime_a.jpg);
	background-repeat: no-repeat;
	
}

#t-fm a{
	display:block;
	width:300px;
	height:50px;
	background-image: url(image/hanabi/t-fm.jpg);
	background-repeat: no-repeat;
}

#t-fm a:hover{
	background-image: url(image/hanabi/t-fm_a.jpg);
	background-repeat: no-repeat;
	
}

