﻿@charset "utf-8";


/*========================================

  Head Image
  
========================================*/


#visual{
	background-color:#000;
	height:300px;
	width:1000px;
	margin:0;
	padding:0;
	clear:both;
}


/*文字の大きさ*/
.ninept{
	font-size:9pt;
}

.eightpt{
	font-size:8pt;
}

.sevenpt{
	font-size:7pt;
}


/*今週の推薦曲*/

.musicbg{
	background:url(../img_common/bg_top_music.png) repeat ;
}

.rightmusic{ /* 推薦曲の右側 */
	width:400px;
	margin:10px 10px 0 0;
	padding:0;
	float:right;
}

.leftmusic{ /* 推薦曲の左側 */
	width:200px;
	margin:0;
	padding:0;
	float:left;
}

h2.music{
	font-size:15px;
	border-bottom:2px solid #444;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

p.onair{
	font-size:10px;
	background-color:#fd7;
	color:#F30;
	margin:5px 0 5px 0;
	text-align:center;
}




