@charset "utf-8";
/* CSS Document */

@import url("default.css");


/*layout----------------------------------
--------------------------------------------------------------------*/

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#header {

}

#content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#sercharea {
	float: left;
	width: 200px;
}

#mainarea {
	float: left;
	width: 759px;/*IE6対策*/
	margin-left: 8px;
}

#footer {
	width: 970px;
	text-align: right;
}

#footer p {
	font-size: 11px;
	margin: 2px;
}

/*serch----------------------------------
--------------------------------------------------------------------*/

#sercharea {

}
#sercharea h2 {
	background-image: url(../img/tit_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 200px;
}

#search_contentarea {
	background-color: #000000;
	width: 196px;
	padding: 2px;
	margin-top: 2px;
}

* html #search_contentarea {
	background-color: #000000;
	width: 196px;
	padding: 2px;
	margin-top: -5px;
}/*IE6のみ対応*/


/*common_search----------------------------------
---------------------------------------------*/

.btn_search {
	text-align: right;
	margin-right: 5px;
}

.caption {
	color: #FFFFFF;
	font-size: 9px;
}

#caption {
	margin-left: 15px;
	font-size: 9px;
	color: #FFFFFF;
}

#search_contentarea dd {
	float: left;
	clear: right;
}
#search_contentarea  .search_box {
	margin-left: 5px;
}

/*serch_today----------------------------------
---------------------------------------------*/

#seach_today {
	background-color: #333333;
	width: 196px;
	padding-bottom: 5px;
}

#seach_today h3 {
	background-image: url(../img/tit_seach_today.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 196px;
}

/*serch_day----------------------------------
---------------------------------------------*/

#search_day {
	background-color: #333333;
	width: 196px;
	margin-top: 2px;
	padding-bottom: 5px;
}

#search_day h3 {
	background-image: url(../img/tit_search_day.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 196px;
}

#search_day #search_day_tit {
	text-indent: -9999px;
}


/*serch_program----------------------------------
---------------------------------------------*/

#seach_program {
	background-color: #333333;
	width: 196px;
	margin-top: 2px;
	padding-bottom: 5px;
}

#seach_program h3 {
	background-image: url(../img/tit_search_program.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 196px;
}

#mainarea h3 {
	background-image: url(../img/tit_onair.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 20px;
	width: 760px;
	text-indent: -9999px;
}


/*serch_detail----------------------------------
---------------------------------------------*/

#search_detail ul {
	margin: 0px;
	padding: 0px;
}

#search_detail li {
	background-image: url(../img/bullet_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	line-height: 120%;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#search_detail #attention {
	border: 1px solid #D2D1E4;
	padding: 10px;
	margin-top: 10px;
}
#search_detail #attention dt {
	font-size: 12px;
	color: #F03F80;
}
#search_detail #attention dd {
	font-size: 10px;
	margin-top: 10px;
}

#program #mainarea h3 {
	background-image: url(../img/tit_program.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 760px;
	text-indent: -9999px;
}

/*artist----------------------------------
---------------------------------------------*/

#artist {
	float: left;
	width: 379px;
	background-color: #EBEBEB;
	height: 60px;
}

#artist h3 {
	background-image: url(../img/tit_artist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 379px;
	text-indent: -9999px;
}

/*title----------------------------------
---------------------------------------------*/

#title {
	float: left;
	width: 378px;
	margin-right: 2px;
	background-color: #EBEBEB;
	height: 60px;
}

#title h3 {
	background-image: url(../img/tit_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 378px;
	text-indent: -9999px;
}

#mainarea  .cd_title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	color: #333333;
	margin-left: 4px;
}


/*day_tit----------------------------------
---------------------------------------------*/

#mainarea #day_tit {
	background-color: #000000;
	height: 100%;
	width: 760px;
	margin-top: 2px;
	padding-bottom: 4px;
}

#day_tit ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#day_tit li {
	display: inline;
}
#day_tit #tit_program_time {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 2px;
}


#day_tit #tit_program_detail {
	text-align: right;
}

#program_detail  #mainarea #day_tit h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 2px;
}

#seach_Result {
	margin-top: 2px;
}


/*seach_Result----------------------------------
---------------------------------------------*/

#seach_Result h4 {
	background-image: url(../img/tit_onair_cdinfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 20px;
	width: 760px;
}

#seach_Result ul {
	margin: 0px;
	padding: 0px;
}

#seach_Result #program_Result li:hover {
	background-color: #CECECE;
	height: 15px;
	width: 760px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
	color: #333333;
}

#seach_Result #program_Result li {
	background-color: #EBEBEB;
	height: 15px;
	width: 760px;
	font-size: 11px;
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 2px;

}

#seach_Result #program_Result li a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

#seach_Result #program_Result li a:hover {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

/*.entry_detail----------------------------------
---------------------------------------------*/

#seach_Result .entry_detail {
	width: 760px;
	margin-top: 2px;
}

.detail_image {
	height: 100px;
	width: 100px;
	background-color: #7C7C7C;
	padding: 4px;
	float: left;
}

.detail_info {
	background-color: #EbEBEB;
	padding: 4px;
	width: 642px;
	float: right;
}

.detail_info ul {
	margin: 0px;
	padding: 0px;
}

.detail_info a {
	font-weight: bold;
	color: #333333;
}

.detail_info a:hover {
	font-weight: bold;
	color: #999999;
}

.detail_info .title {
	width: 542px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background-image: url(../img/li_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 2px;
}

.detail_info .artist {
	width: 542px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background-image: url(../img/li_artist.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 2px;
	margin-top: 2px;
}

.detail_info .release {
	width: 542px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	background-image: url(../img/li_release.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 2px;
	margin-top: 2px;
}

.detail_info .amazon {
	text-align: right;
}
#seach_Result #search_title {
	background-color: #FFFFFF;
}



/*.entry_month----------------------------------
---------------------------------------------*/

#seach_Result .entry_hour,clearfix {
	width: 760px;
	background-color: #F03F80;
	background-image: url(../img/timezone_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 1px;
}
#seach_Result #search_title #tit_time {
	float: left;
	height: 16px;
	width: 62px;
	background-color: #000000;
}


#seach_Result #search_title #tit_artist {
	float: left;
	height: 16px;
	width: 346px;
	background-color: #000000;
	margin-left: 2px;
}


#seach_Result #search_title #tit_title {
	float: left;
	height: 16px;
	width: 347px;
	background-color: #000000;
	margin-left: 2px;
}


.entry_hour .entry_time_zone {
	width: 14px;
	float: left;
}

.entry_time_zone .time_zone_num {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding-top: 2px;
}

.entry_hour .entry {
	width: 744px;
	float: right;
	background-color: #FFFFFF;
	padding-bottom: 2px;
}

.entry_hour .entry li{
	padding-bottom: 2px;
}

.entry .entry_time {
	background-color: #7c7c7c;
	height: 44px;
	width: 44px;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
}

.entry .entry_title {
	font-size: 12px;
	height: 44px;
	width: 345px;
	float: left;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #EBEBEB;
}

.entry .entry_title a {
	font-weight: bold;
	color: #333333;
}

.entry .entry_title a:hover {
	color: #CCCCCC;
}

.entry .entry_title #entry_image {
	height: 35px;
	width: 35px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.entry .entry_image {
	height: 35px;
	width: 35px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.entry .entry_artist {
	background-color: #FDE5F1;
	height: 42px;
	width: 341px;
	float: left;
	margin-left: 2px;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 12px;
}

.sb_mixi {
	float: right;
	margin-right: 5px;
}

.sb_mixi img {behavior: expression(IEPNGFIX.fix(this));}

