@charset "utf-8";


/* formatting style
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#555;
	font-size:0.9em;
	line-height:1.5em;
	background:url(image/bg_all.jpg) repeat-x #e8e8e8;
}
hr {
	display: none;
}
ul,li{
	list-style:none;
}


/* Link Styles
--------------------------------------------*/

a img {
	border-style: none;
}
a:link,a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}


/* Basic Layout
--------------------------------------------*/



/* Basic Layout
--------------------------------------------*/
#wrapper {
	width:1040px;
	margin:0 auto;
	background:#000;
}
/*ヘッダー*/
#header {
	height:161px;
	background:url(image/header.jpg);
	background-repeat: repeat-x;
	position: relative;
	color: #CCC;
}

#header #logo {
	background:url(image/logo.jpg) no-repeat bottom;
	width:194px;
	height:45px;
	padding-top:29px;
	margin-left:40px;
	float:left;
}
#header ul {
	padding: 0px;
	float: right;
	margin-top: 25px;
	top: 86px;
	right: 0px;
	height: 62px;
	width: 1040px;
	background:url(image/bg_all.jpg) repeat-x #e8e8e8 bottom;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 62px;
	color: #333;
	font-weight:bold;
	height: 62px;
	width: 173px;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	color: #b92052;
}

#header #nav_cdNow a {
	color:#C36D22;
}
#header #nav_beltaNow a {
	color:#C36D22;
}
#header #nav_auditionNow a {
	color:#C36D22;
}

/* SIDE
--------------------------------------------*/
#sidebar {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 190px;
	background-color: #000;
	height: 100%;
	color: #eee;
}

#sidebar ul {
	padding-top: 20px;
}
#sidebar li {
	list-style: none;
	margin-bottom: 7px;
	font-weight: bold;
}
#sidebar li a {
	color: #FFF;
}
#sidebar li a:hover {
	color: #F90;
}




/* MAIN
--------------------------------------------*/
#main {
	margin: 0px;
	padding: 15px 15px 15px;
	width: 790px;
	float: right;
	background-color: #FFF;
}
#pan{
	line-height:3em;
	background:#FFF;
}
#pan li{
	list-style:none;
	display:inline;
	font-size:0.8em;
}
#now{
	font-weight:bold;
}
#main h1 {
	font-size: 1em;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 0px;
}

#main h2 {
	background-repeat: repeat-x;
	border-top: 3px solid #999;
	border-bottom: 1px dotted #999;
	margin: 25px 17px 35px;
	padding: 7px 15px 5px;
	color: #FFF;
	background: url(image/back_brack.gif) #333;
	background-position: top;
	font-size: 1.2em;
}

#main h3 {
	margin: 20px;
	background-repeat: repeat-x;
	padding-left: 13px;
	border-bottom: 1px dotted #CCC;
	border-top: 3px solid #666;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #000;
	background-image: url(image/back_gra.gif);
	background-position: bottom;
}

#main dl {
	margin: 20px;
}
#main dl dt {
	clear: left;
	float: left;
	width: 10em;
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url(image/04bul05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	border-top: 1px solid #666;
	border-left: 1px solid #CCC;
}
#main dl dd {
	margin-bottom: 10px;
	margin-left: 12em;
	border-top: 1px solid #666;
	list-style: inside;
}
#main table {
	margin: 20px 10px 20px 15px;
}




/* FOOTER
--------------------------------------------*/
#footer {
	color: #FFF;
	background:url(image/footer.jpg) right;
	width: 1010px;
	padding: 15px;
	clear: both;
	height:170px;
}

#footer ul li a {
	color: #CCC;
}
#footer ul li a:hover {
	color: #FFF;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}
#footer p a {
	color: #CCC;
}
#footer p a:hover {
	color: #FFF;
}




/*コンサート詳細*/
#main #area td img {
	height: 227px;
	width: 160px;
	border: 1px solid #CCC;
	padding: 3px;
}
#main #hujigaokaImage img {
	border: 1px solid #CCC;
	padding: 3px;
	height: 120px;
	width: 120px;
}

#main table tr td dl dt {
	width: 7em;
	font-size: 90%;
}
#main table tr td dl dd {
	margin-left: 8em;
	border-right: 1px groove #CCC;
}
#main dl dd ul {
	list-style: none inside;
	margin-left: 10px;
}
#main table img {
	margin-top: 20px;
	background-position: top;
	padding: 1px;
}
#main table h4 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #333;
	line-height: 1.8em;
}
#main p {
	margin-right: 30px;
	margin-left: 30px;
}


/* 地域コンサート詳細
--------------------------------------------*/

#update dl dd {
	margin-left: 4em;
	border-top: 1px solid #CCC;
	list-style: circle inside;
	padding: 0px;
}
#main #concert table {
	float: right;
	margin: 5px;
}
#main #concert table th {
	background-color: #CCC;
	padding: 5px;
}

#main #concert table td {
	padding: 5px;
}
#main div.con_img {
	width: 615px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#main div.con_img img {
	height: 113px;
	width: 150px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#main div.con_img ul {
	list-style: none;
}

#main div.con_img ul li {
	float: left;
}


#main div.con_img2{
	position: relative;
	margin-bottom: 10px;
	float: right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#main div.con_img2 img {
	height: 150px;
	width: 200px;
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#main div.con_img2 ul {
	list-style: none;
	margin-left: 15px;
}

#main div.con_img2 ul li {
	float: left;
}



/* 更新履歴
--------------------------------------------*/

#update h3 {
	background-image: url(image/yajirusi_re.gif);
	border-left: none;
	border-bottom: none;
	border-right-style: none;
	background-repeat: no-repeat;
	background-position: left;
	border-top: 3px double #CCC;
}
#update dl {
	margin-left: 30px;
	border-style: none;
}
#update dl dt {
	width: 3em;
	background-image: url(image/image.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
	border-top: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}









/* トップページ
--------------------------------------------*/


#indexmain p {
	margin: 0px;
	padding: 0px;
}

#indexmain #topix1 {
	width: 350px;
	background-image: url(image/concert.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


#indexmain #topix1 div.box {
	width: 350px;
	float: none;
	margin-top: 15px;
	border-bottom: 1px dotted #CCC;
	background-image: url(image/back_1.gif);
	background-repeat: repeat-y;
	background-position: top;
	height: 170px;
}



#indexmain #topix1 div.box img {
	float: left;
	width: 100px;
	margin-right: 8px;
	border: 1px solid #999;
	height: 142px;
}
#topix1 h3 {
	font-size: 100%;
	margin: 0px 0px 0px;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
	padding-right: 10px;
	background-image: none;
	padding-bottom: 5px;
	border-top: 3px double #CCC;
	line-height: 1.3em;
}
#topix1 .box ul {
	line-height: 1.5em;
	list-style: none;
	font-size: 90%;
	margin-top: 5px;
	padding-right: 10px;
}


#indexmain #topix2 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 320px;
	float: left;
	background-image: url(image/information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #CCC;
	border-bottom: 2px double #CCC;
	border-left: 1px solid #CCC;
}
#topix2 dl {
	background-image: url(image/back_1.gif);
	background-repeat: repeat-y;
	background-position: right center;
	margin: 35px 0px 0px;
	font-size: 90%;
	padding-bottom: 5px;
}
#topix2 dl dt {
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 5px center;
	border-top: 1px dotted #CCC;
	width: 6em;
	font-size: 85%;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: left;
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(image/ico_arrow17r_2.gif);
}
#topix2 dl dd {
	border-top: 1px dotted #CCC;
	line-height: 1.4em;
	margin-left: 6.5em;
	margin-bottom: 15px;
	padding-top: 4px;
}
#release{
	width:690px;
	float:left;
}
#release h2{
	background:url(image/new_release.gif) no-repeat;
	margin:0;
	text-indent:-9000px;
	border:none;
}
#release h3{
	background:#eee none;
	border:none;
	margin:0;
	padding:3px 10px 3px;
	font-size:1em;
}
#release h3 a{
	color:#555;
}



/*index*/
/*concert/detailed/...*/
.belta {
	padding: 0px 0px 10px;
	background-image: url(image/back_gra_s.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCC;
	width:750px;
	margin:0 auto 0;
}
.belta:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.belta{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .belta{height: 1%;}
.belta{display: block;}
/*--ここまでMAC IEは非適用 */
#main div.belta img {
	margin: 20px 10px 10px;
	padding: 3px;
	float: left;
	height: 120px;
	width: 120px;
	border: 1px solid #CCC;
}
#main div.belta h3{
	clear:both;
	background-image: url(image/back_gra.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #999;
	padding: 10px 10px 10px 15px;
	background-position: bottom;
	color: #333;
	font-size:1.1em;
	margin:0px;
}
.belta .text {
	width: 580px;
	margin:20px 0 20px 160px;
}
.belta .text ul {
	list-style: url(image/ico_kuro2.gif);
}
.belta .text ul li {
	line-height: 1.5em;
	margin-bottom: 4px;
}
.ArtistList {
	width: 600px;
	margin: 20px;
}



/* オーディション要項
--------------------------------------------*/
#auditionyoukou{font-size:1.1em;line-height:1.9em;}

#auditionyoukou ul {
	margin: 20px 35px;
	list-style: url(image/ico_arrow17r_2.gif) inside;
}
#auditionyoukou li {
	margin-top: 15px;
}
#auditionyoukou strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
#auditionyoukou h1 {
	font-size: 0.9em;
	background-image: none;
	background-repeat: repeat-x;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 5px;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
}

/* CD・書籍ページ
--------------------------------------------*/
.cd_contents {
	margin: 10px 20px 60px;
	width: 650px;
	float: none;
	clear: both;
}

.cd_contents ul {
	list-style: url(image/ico_kuro.gif);
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}
.cd_contents li {
	float: left;
	width: 100px;
	height: auto;
}
.cd_category {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 3px double #999;
	border-top: 3px double #999;
	padding: 5px 15px 5px 15px;
	margin:20px 15px 10px;
	background:#333 ;
	color:#FFF;
}

