/* CSS Document */



/* main_primary_indents
top中央のエリア
--------------------------------------------------		*/
#main_primary_indents{
	line-height:150%;
	float:left;
	width:440px;
	}

	/* top中央のFlashエリア
		*/
	#program_intro {
		height:313px;
		}	


	/* top中央の下フレーム
		*/
	.main_primary_fra_box{
		border:1px solid #FF6600;
		margin-bottom:9px;	
		}




/* main_primary_indents
top中央、右側のエリア
--------------------------------------------------		*/
#right_box_area {
	float:right;
	text-align:center;
	width:166px;
	}

	#right_box_area img{
		margin-bottom:2px;
		}
 
		#dvd_intro_box {
			border:1px solid #FF6600;
			margin-bottom:4px;
		}
		#dvd_intro_box img {
			margin-bottom: 0px;
		}
		.img_dvd {
			margin-right:5px;
			height:60px;
			/*width:50px;*/
			}

		#ranking_box {
			border:1px solid #FF6600;
			}
			
			
			

/*　
表の装飾 下線の破線のみ 
破線の色：グレー
*/
table#table_dvd {
	border-collapse:0;
	border-spacing: 0;
	empty-cells: show;
	margin:0px 0 0 5px;
/* DVD表示が2つの場合はコチラを使う 
	margin:5px 0 0 5px;*/
	}

table#table_dvd th{
	padding:0px;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;


	}

table#table_dvd td{
	background:url(../../img/img_body/line_01.gif) no-repeat bottom;
	/*	border-bottom:1px dotted #999999;*/
	line-height:120%;
	text-align:left;
	vertical-align:top;
	/* DVD表示が2つの場合はコチラを削除*/
	height:60px;
	padding: 1px;
	}
