@charset "utf-8";

/*サブナビゲーション*/
.sub-navigation {
	background: url(../images/contents/request/navigation.gif) no-repeat;
	height:15px;
	overflow:hidden;
	margin:0 5px 0 0;
	}

.sub-navigation li a.visible {
	background: url(../images/contents/request/navigation.gif) no-repeat;
	}

/*RADIO*/
.sub-navigation li.navi-radio {
	width: 57px;
	}

.sub-navigation li.navi-radio a.visible {
	width: 57px;
	background-position: 0px 0px;
	}

.sub-navigation li.navi-radio a.visible:hover,
.sub-navigation li.navi-radio a.visible:focus {
	background-position: 0px -15px;
	}

/*TV*/
.sub-navigation li.navi-tv {
	width: 32px;
	}

.sub-navigation li.navi-tv a.visible {
	width: 32px;
	background-position: -57px 0px;
	}

.sub-navigation li.navi-tv a.visible:hover,
.sub-navigation li.navi-tv a.visible:focus {
	background-position: -57px -15px;
	}

/*USEN*/
.sub-navigation li.navi-usen {
	width: 36px;
	}

.sub-navigation li.navi-usen a.visible {
	width: 36px;
	background-position: -89px 0px;
	}

.sub-navigation li.navi-usen a.visible:hover,
.sub-navigation li.navi-usen a.visible:focus {
	background-position: -89px -15px;
	}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/


/*コンテンツ*/

.media-category {
	padding: 10px 0px 0px 10px;
	overflow: hidden;
	clear: both;
	width: 580px;
	}


.media-category dl {
	}

table {
	margin-top: 16px;
	float: right;
	position: relative;
	width: 490px;
	}
	
	
th {
	padding: 9px 10px 7px;
	background: #666;
	border: solid 1px #999;
	text-align: center;
	color: #fff;
	line-height: 105%;
	}
	
td {
	padding: 5px 10px;
	background: #fffcfb;
	border: solid 1px #999;
	color: #000;
	line-height: 150%;
	}
	
td a,
td a:link,
td a:visited {
	color: #a3395e;
	text-decoration: underline;
	font-weight: normal;
	}

td a:active,
td a:hover,
td a:focus {
	color: #ff77a7;
	}


#tv td {
	width: 50%;
	text-align: left;
	}

#usen dl {
	width: 478px;
	}


#usen dd {
	line-height: 140%;
	border: 1px solid #fff; 
	padding:10px;
	}

#usen p {
	}


#usen h3 {
	margin-bottom: 5px;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	color:#cc3300;
	background: url(../images/contents/request/line.gif) repeat-x 0px bottom;
	}

#usen ul {
	}

#usen ol {
	padding: 0px 0px 25px 0px;
	list-style-type: none
	}

#usen ol li {
	}

#usen ol li ul {
	padding: 0px 15px;
	list-style-type: square
	}
