/* 基礎的要素の装飾 */
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/kanrimenu_01_dscg1.jpg) top left no-repeat;}
#menu01 a:hover{background: url(../img/kanrimenu_01_dscg2.jpg) top left no-repeat;}
#menu02 a{background: url(../img/kanrimenu_02_sc1.jpg) top left no-repeat;}
#menu02 a:hover{background: url(../img/kanrimenu_02_sc2.jpg) top left no-repeat;}
#menu03 a{background: url(../img/kanrimenu_03_utatk1.jpg) top left no-repeat;}
#menu03 a:hover{background: url(../img/kanrimenu_03_utatk2.jpg) top left no-repeat;}
#menu04 a{background: url(../img/kanrimenu_04_lnk1.jpg) top left no-repeat;}
#menu04 a:hover{background: url(../img/kanrimenu_04_lnk2.jpg) top left no-repeat;}
#menu05 a{background: url(../img/kanrimenu_05_lgout1.jpg) top left no-repeat;}
#menu05 a:hover{background: url(../img/kanrimenu_05_lgout2.jpg) top left no-repeat;}

#main{margin:20px 0px 0px 250px;}

/* discography */
#media_dg{text-align:center;}
.text_dg
{
	width: 614px;
	margin:12px 0px 0px 14px;
	border:solid 1px #bbb;
	padding: 8px;
	font-weight: bold;
}
.text_dg input, .text_dg textarea{width:540px;}
.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;
}
.titleTx_sc
{
	font-size: 18px;
	line-height: 24px;
}
.descTx_sc
{
	font-size: 16px;
	line-height: 22px;
}
.descTx_sc input, .titleTx_sc textarea{width:210px;}
.img_sc{width: 296px;}
#disca, #discb
{
	width:270px;
	height:270px;
	background: url(../img/no_disc.png) 8px 8px no-repeat;
}
#res, #resa, #resb
{
	color: red;
	font-size:14px;
}
.scheTx_sc
{
	width: 572px;
	margin:12px 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;}
.dateTx_sc input{width:100px;font-size:13px;}
.contTx_sc
{
	float:left;
	font-size: 14px;
	line-height: 22px;
}
.contTx_sc input, .contTx_sc textarea
{
	width:400px;
	height:80px;
	font-size:13px;
}

/* 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;
	text-align:center;
	margin:8px 0px 0px 0px;
}
.discTx
{
	width:250px;
	margin:0px 0px 0px 22px;
}
.discTx input, .discTx textarea{width:170px;}
.discTx textarea{height:48px;}

.text_ds
{
	width: 240px;
	padding: 8px 0px 8px 22px;
	font-weight: bold;
}
.img_ds
{
	width: 240px;
	height:240px;
}

/* login */
#loginbox
{
	width:280px;
	height:100px;
	margin-top:50px;
	padding-left:22px;
	border:solid 1px #999;
}

/* links */
.linkTx_ln
{
	width: 572px;
	margin:12px 0px 0px 14px;
	border-bottom:dotted 1px #bbb;
	padding: 8px;
}
.delck_ln
{
	float:left;
	width:30px;
}
.name_ln
{
	float:left;
	width:60px;
	text-align:right;
	font-size: 14px;
	line-height:22px;
	padding-right:8px;
}
.inputTx input, .inputTx textarea
{
	width: 350px;
	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;
}

#discog
{
	width:600px;
	height:600px;
	margin-bottom:24px;
	background: url(../img/no_discog.png) 15px 15px no-repeat;
}
