/* 基礎的要素の装飾 */
img
{
	vertical-align: bottom;
	border-style:none;
}
@media screen {
    div#preloader { 
        position: absolute; 
        left: -9999px; 
        top: -9999px; 
    } 
    div#preloader img { 
        display: block; 
    }
}
@media print { 
    div#preloader, 
    div#preloader img { 
        visibility: hidden; 
        display: none; 
    }
}

/* レイアウト要素 */
html, body{height:100%;}
body
{
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
#fixed
{
	width: 960px;
	margin:0px auto 0px auto;
	background: url(../img/shadow.png) left top repeat-y;
}
body > #fixed{height: auto;}
#content{
	width:920px;
	margin-left:20px;
}
#menu
{
	position:relative;
	float:left;
	width:250px;
	height:100%;
}
#menu div{margin:20px 0px 0px 20px;}
#menu a{
    display: block;
    width: 160px;
    height: 55px;
}
#menu01 a{background: url(../img/menu_01_prf1.jpg) top left no-repeat;}
#menu01 a:hover{background: url(../img/menu_01_prf2.jpg) top left no-repeat;}
#menu02 a{background: url(../img/menu_02_dscg1.jpg) top left no-repeat;}
#menu02 a:hover{background: url(../img/menu_02_dscg2.jpg) top left no-repeat;}
#menu03 a{background: url(../img/menu_03_sc1.jpg) top left no-repeat;}
#menu03 a:hover{background: url(../img/menu_03_sc2.jpg) top left no-repeat;}
#menu04 a{background: url(../img/menu_04_blg1.jpg) top left no-repeat;}
#menu04 a:hover{background: url(../img/menu_04_blg2.jpg) top left no-repeat;}
/* 20140615
#menu05 a{background: url(../img/menu_05_utatk1.jpg) top left no-repeat;}
#menu05 a:hover{background: url(../img/menu_05_utatk2.jpg) top left no-repeat;}
#menu06 a{background: url(../img/menu_06_sdb1.jpg) top left no-repeat;}
#menu06 a:hover{background: url(../img/menu_06_sdb2.jpg) top left no-repeat;}
*/
/* 20230310
#menu05 a{background: url(../img/menu_05_utadli1.jpg) top left no-repeat;}
#menu05 a:hover{background: url(../img/menu_05_utadli2.jpg) top left no-repeat;}
*/
#menu05 a{background: url(../img/menu_05_toku1.jpg) top left no-repeat;}
#menu05 a:hover{background: url(../img/menu_05_toku2.jpg) top left no-repeat;}
#menu06 a{background: url(../img/menu_06_esesc1.jpg) top left no-repeat;}
#menu06 a:hover{background: url(../img/menu_06_esesc2.jpg) top left no-repeat;}
#menu07 a{background: url(../img/menu_07_ytb1.jpg) top left no-repeat;}
#menu07 a:hover{background: url(../img/menu_07_ytb2.jpg) top left no-repeat;}
#menu08 a{background: url(../img/menu_08_lnk1.jpg) top left no-repeat;}
#menu08 a:hover{background: url(../img/menu_08_lnk2.jpg) top left no-repeat;}

#main{margin:20px 0px 0px 250px;min-height: 768px;}

/* discography */
#media_dg{text-align:center;}
.text_dg
{
	width: 614px;
	margin:12px 0px 0px 14px;
	border:solid 1px #bbb;
	padding: 8px;
	font-weight: bold;
}
.titleEx_dg
{
	font-size: 34px;
	line-height: 36px;
	margin:32px 0px 0px 14px;
}
.titleTx_dg
{
	font-size: 26px;
	line-height: 36px;
}
.descTx_dg
{
	font-size: 18px;
	line-height: 34px;
}
.img_dg
{
	width: 600px;
	padding: 15px;
}

/* schedule */
.desc_sc{float:left;}
.text_sc
{
	width: 270px;
	margin:12px 0px 0px 14px;
	border:solid 1px #bbb;
	padding: 8px;
	font-weight: bold;
}
.img_sc{width: 270px;}
.descTx_sc
{
	font-size: 16px;
	line-height: 22px;
}
.titleTx_sc
{
	font-size: 18px;
	line-height: 24px;
}
.sche_sc
{
	width: 572px;
	margin:0px 0px 0px 14px;
	border-bottom:dotted 1px #bbb;
	padding: 8px;
}
.dateTx_sc
{
	float:left;
	width:135px;
	font-size: 16px;
	line-height: 22px;
}
.dateTx_sc span{font-size: 8px;}
.contTx_sc
{
	float:left;
	font-size: 14px;
	line-height: 22px;
}

/* single and album */
.disc
{
	float:left;
	width:282px;
	height:352px;
	margin:12px 0px 12px 13px;
	background: url(../img/dscg_base.jpg) left top no-repeat;
}
.discImg
{
	width:282px;
	height:240px;
	text-align:center;
	margin:8px 0px 0px 0px;
}
.discTx
{
	width:240px;
	margin:12px 0px 0px 22px;
}
.discTa
{
	width:240px;
	margin:12px 0px 0px 22px;
}

/* link */
.link_ln
{
	width: 572px;
	margin:12px 0px 0px 14px;
	padding: 8px;
}
.linkTx_ln
{
	width:250px;
	float:left;
	font-size: 14px;
	line-height:22px;
}
.linkTx_ln a{text-decoration:none;}
.contTx_ln
{
	width:300px;
	float:left;
	font-size: 14px;
	line-height:22px;
}

.clear{
	width:300px;
	clear:both;
}
#footer
{
	padding:40px 0px 12px 0px;
	width:670px;
	color:#999;
	text-align:center;
	font-size:12px;
}
#footer a
{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted;
}
