@charset "UTF-8";

/* REQUEST 
##################################### */


/* title
##################################### */

div.content-title{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

	div.content-title h2.h2-title{
		float: left;
		text-indent: -9999px;
		width: 160px; height: 41px;
		background: url(../img_common/title.gif) 0 -214px no-repeat;
	}
	
	
	/* local-menu
	##################################### */

	div.content-title ul.local-menu{
		float: right;
		width: 115px; 
		margin-top: 14px;
	}
		div.content-title ul.local-menu li{
			float: left;
		}	
		div.content-title ul.local-menu li a{
			height: 19px;
			outline: none;	/* link dot frame delete */
		}
	
		/* radio */
		ul.local-menu li.li-radio a{ display: block; text-indent: -9999px; width: 49px; background: url(../request/img/local_menu.gif) 0 0 no-repeat}
		ul.local-menu li.li-radio a:hover{ background-position: 0 bottom}
		/* tv */
		ul.local-menu li.li-tv a{ display: block; text-indent: -9999px; width: 25px; background: url(../request/img/local_menu.gif) -49px 0 no-repeat}
		ul.local-menu li.li-tv a:hover{ background-position: -49px bottom}
		/* usen */
		ul.local-menu li.li-usen a{ display: block; text-indent: -9999px; width: 41px; background: url(../request/img/local_menu.gif) -74px 0 no-repeat}
		ul.local-menu li.li-usen a:hover{ background-position: -74px bottom}	



/* request info
##################################### */

div.request-info{
	 margin-bottom:15px;
	 }


/* list table
##################################### */

/* table */
table.request-list{
	width: 100%;
	margin-bottom: 20px;
}

/* table end */
table.end{
	margin-bottom: 0;
}

/* td */
table.request-list tr td{
	border: 1px solid #748187;
	padding: 3px;
}

/* td area */
table.request-list tr td.request-area{
	background: #666699;
	color:#fff;
	font-weight: bold;
}

/* td AM */
table.request-list tr td.category-am{
	background:#f1faff;
	padding: 10px;
}

/* td FM */
table.request-list tr td.category-fm{
	background:#ccccff;
	padding: 10px;
}




