/* CSS Document */

/* ---------- 番組一覧表示 ---------- */

#program_list{
	width               : 640px;
	font-size           : 10px;

	text-align          : left;
	margin-top          : 5px;
	margin-bottom       : 0px;
	margin-left         : 1px;
	margin-right        : 0px;
}
	#program_list .list_body{
		width               : 157px;
		height              : 100%;

		font-size           : 12px;
		text-align          : center;

		margin-top          : 2px;
		margin-bottom       : 2px;
		margin-left         : 2px;
		margin-right        : 2px;

		padding-top         : 0px;
		padding-bottom      : 0px;
		padding-left        : 0px;
		padding-right       : 0px;

		border-style        : solid;
		border-color        : #696969;
		border-top-width    : 1px;
		border-left-width   : 1px;
		border-right-width  : 1px;
		border-bottom-width : 1px;
	}
		#program_list .list_parts{
			text-align          : center;

			margin-top          : 0px;
			margin-bottom       : 0px;
			margin-left         : 0px;
			margin-right        : 0px;

			padding-top         : 2px;
			padding-bottom      : 2px;
			padding-left        : 2px;
			padding-right       : 2px;
		}
		#program_list .list_parts_new{
			text-align          : center;

			margin-top          : 0px;
			margin-bottom       : 0px;
			margin-left         : 0px;
			margin-right        : 0px;

			padding-top         : 2px;
			padding-bottom      : 2px;
			padding-left        : 2px;
			padding-right       : 2px;
		}
		#program_list .list_icon{
			height              : 16px;
			text-align          : left;
			margin-top          : 2px;
			margin-bottom       : 0px;
			margin-left         : 5px;
			margin-right        : 0px;
		}

		#program_list .list_img{
			width               : 100px;
			height              : 75px;

			text-align          : center;
			margin-top          : 2px;
			margin-bottom       : 0px;
			margin-left         : 20px;
			margin-right        : 20px;

			padding-top         : 1px;
			padding-bottom      : 1px;
			padding-left        : 1px;
			padding-right       : 1px;

			border-style        : solid;
			border-color        : #696969;
			border-top-width    : 1px;
			border-left-width   : 1px;
			border-right-width  : 1px;
			border-bottom-width : 1px;
		}
		#program_list .list_name{
			background-color    : #D3D3D3;

			font-size           : 12px;
			font-weight         : bold;
			text-align          : left;
			color               : #666666;

			margin-top          : 10px;
			margin-bottom       : 5px;
			margin-left         : 3px;
			margin-right        : 3px;

			padding-top         : 3px;
			padding-bottom      : 3px;
			padding-left        : 3px;
			padding-right       : 3px;
		}
		#program_list .list_comment{
			font-size           : 10px;
			text-align          : left;
			color               : #999999;

			margin-top          : 0px;
			margin-bottom       : 5px;
			margin-left         : 5px;
			margin-right        : 10px;
		}
		#program_list .list_icon{
			font-size           : 10px;
			text-align          : left;
			color               : #999999;

			margin-top          : 5px;
			margin-bottom       : 5px;
			margin-left         : 3px;
			margin-right        : 10px;
		}
		#program_list .list_name a:link{
			color               : #666666;
			font-size           : 12px;
		}
		#program_list .list_name a:visited{
			color               : #666666;
			font-size           : 12px;
		}
		#program_list .list_name a:hover{
			color               : #666666;
			font-size           : 12px;
		}
		#program_list .list_name a:active{
			color               : #666666;
			font-size           : 12px;
		}

	#program_list .no_list_body{
		height              : 60px;
		font-size           : 12px;
		text-align          : center;
		color               : #DD0806;

		margin-top          : 3px;
		margin-bottom       : 0px;
		margin-left         : 0px;
		margin-right        : 0px;

		padding-top         : 20px;
		padding-bottom      : 10px;
		padding-left        : 5px;
		padding-right       : 5px;

		border-style        : solid;
		border-color        : #696969;
		border-top-width    : 1px;
		border-left-width   : 1px;
		border-right-width  : 1px;
		border-bottom-width : 1px;

		clear               : both;
	}
