@charset "utf-8";
/*デザインのＣＳＳ
　font,color,bacckground,text-align,line-height*/


/*ページ全体
---------------------------------------*/
body {
	text-align: center;
	background-image: url(../image/bg-body.jpg);
}
#container {
	background-image: url(../image/container.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2em;
	color: #333333;
}
a {
	color: #003366;
}
h3  {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	clear:both;
}
dt       {
	font-size: 80%;
	color: #333333;
	padding-top: 10px;
}
td, p {
	font-size: 80%;
	color: #333333;
	vertical-align: top;
}
.hutoji       {
	font-weight: bold;
	clear:both;
}
.kome    {
	font-size: 60%;
	color: #666666;
	line-height: 150%;
}
.emphasis {
	color: #FF0000;
}



/*フッター
---------------------------------------*/
address {
	text-align: center;
	font-size: 80%;
	color: #999999;
}

/*トップページ-New欄
---------------------------------------*/
#new {
	background-image: url(../image/bg-new.gif);
	background-repeat: no-repeat;
}

#new dl {
	line-height: 1.2em;
}
#new dt {
	font-family: "Courier New", Courier, mono;
	font-size: 70%;
	color: #333333;
}
#new dd {
	font-size: 70%;
	margin-bottom: 10px;
}


/*メイン（白の半透明部分の設定）
---------------------------------------*/
#main {
	background-image: url(../image/bg-main.jpg);
	background-repeat: repeat-x;
}

/*LIVEページ-スケジュール欄
---------------------------------------*/
#schedule  .day {
	font-size: 110%;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
}
#schedule .kikaku {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#schedule .kikaku a {
	font-size: 80%;
}

#schedule .place {
	font-size: 110%;
	font-weight: bold;
}
#schedule .place a {
	font-size: 110%;
	font-weight: bold;
}




/*Musicページ
---------------------------------------*/
#main .cd-text ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 80%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .cd-text .kounyu {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}


/*LINKページ
---------------------------------------*/
.link {
	line-height: 1.5em;
}

/*フォーム
---------------------------------------*/
#fm fieldset {
	background-color: #FFFFFF;
}

#fm span {
	font-size: 80%;
	color: #666666;
}
#fm p,#mm p {
	color: #666666;
}
#fm-b td {
	height: 50px;
	background-color: #FFFFCC;
}
#fm-b p {
	font-size: 120%;
	font-weight: bold;
}
.link　a,.link dd {
	font-size: 70%;
}

