@charset "Shift_JIS";

/***************■全体構造*********************/

body{
-webkit-text-size-adjust: 100%;
}

/*背景色の指定*/
#backcolor{
	background-color: #fff;
	text-align: center;
}

/*タイトル*/
#titleImage{
	padding: 0px;
	margin-top: 50px;
	border: none;
}


/*オンエアリスト全体*/
.all{
	width: 950px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


/*文字サイズ変更*/
.up30{
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}

.down10{
	font-size: 90%;
	color: #2b2b2b;
}

.aka{
 color:#cc0000;
}


/*オンエア日のバー*/
.list_date{
	width: 950px;
	background-color: #add8e6;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
        font-size:1.2em;
	text-align: center;
	color: #777;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


/*曲名・アーティスト*/
.list{
        width:950px;
        text-align:left;
        font-size:1.0em;
        padding-left:30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#00947a
}
a:visited{
	text-decoration:none;
	color:#00947a
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
