@charset "UTF-8";
/* CSS Document */

/*ラジオ一覧のスタイル設定↓*/
table.radiolist {
	width: 95%;
	margin: 10px;
	padding: 10px;
	border: 0px;
}

td.request-radiotitle { 
	padding: 5px;
	background-color: #cccccc;
}

td.station_area { 
	width: 80px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

td.station { 
	width: 220px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	font-weight: bold;
	color: #000000;
}

td.mobile { 
	width: 160px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

td.carrer { 
	width: 110px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

td.nocontent { 
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

.radiotitle {
	font-size: 10px;
	line-height: 1.6;
	font-weight: bold;
	color: #000000;
}

.radio {
	font-size: 10px;
	line-height: 1.2;
	color: #000000;
}

/*テレビ一覧のスタイル設定↓*/
table.tvlist {
	width: 95%;
margin: 10px;
	padding: 10px;
	border: 0px;
}

td.request-tvtitle {
	padding: 5px;
	background-color: #eeeeee;
}

tr.request-tvlist { 
	background-color: #ffffff;
}

.tvtitle {
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

.tv {
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	color: #000000;
}

td.tvstation { 
	width: 200px;
	background-color: #ffffff;
	text-align: right;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

td.tvurl { 
	width: 350px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
	color: #000000;
}

table.yusenlist {
	width: 95%;
	margin: 10px;
	padding: 10px;
	border: 0px;
}
	

/*有線一覧のスタイル設定↓*/
td.yusen { 
	background-color: #ffffff;
	padding: 5px;
}

.yusentitle {
	font-size: 10px;
	line-height: 1.6;
	font-weight: bold;
	color: #000000;
}

.yusen {
	font-size: 10px;
	line-height: 1.2;
	color: #000000;
}

ul {
	margin: 15px 0px 20px 0px;
	padding: 0px;
}

li.yusenlist01 {
	margin: 0px;
	font-size: 10px;
	line-height: 1.6;
	 list-style:none;
}

li.yusenlist02 {
	margin: 0px;
	padding-left: 15px;
	font-size: 10px;
	line-height: 1.6;
	list-style:none;
}

a {
	color: #289aff;
}


.requests{
	font-size:14px;
	margin:10px 10px 10px 20px;
	font-weight:bold;
	color: #666;
}
.top{
	color: #666;
	margin-left:740px;
	font-size:12px;
}
.link{
	
	font-size:13px;
	color:#666;
	margin-left:20px;
}

