/* CSS Document */

/*  ---- Reset ----  */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{ 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	text-indent:-9999px;
	/*\*/
	overflow: hidden;
	/**/}
q:before,q:after{
	content:'';
}
abbr,acronym { border:0;
}

strong{
	font-weight:bold;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color:;
}

/*  ---- Kanran20081020 Common ----  */

#kanran1020_main{
	width:700px;
	margin:15px 39px;
}


/*  ---- CATV Show in Kansai 2008 ----  */

.kanran1020_title_kansai{
	background:url(catv_title_bg.gif) no-repeat;
	padding:5px 0 0 13px;
	text-indent:0;
	font-weight:bold;
	margin:0 0 13px 2px;
}

.kanran1020_subtitle_kansai{
	text-indent:0;
	font-weight:bold;
	margin:8px 0 8px 2px;
}

.kanran1020_kansai_table{
	width:700px;
}

.kanran1020_kansai_table td{
	border:2px solid #fff;
	padding:3px 11px;
	line-height:1.4;
}

.kanran1020_kansai_cell1{
	background:url(catv_table_bg.gif) repeat-x #775ece;
	color:#fff;
	font-weight:bold;
	width:100px;
}

.kanran1020_kansai_cell2{
	background:#E6E2F6;
}


.kanran1020_kansai_link{
	display:block;
	width:194px;
	height:52px;
	background: url(catv_btn_end.jpg) no-repeat;
	margin:25px 253px;
	text-indent:-9999px;
}


/*  ---- Clearfix ----  */

.clearfix{
	zoom:1;
}
.clearfix:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfix { display: inline-block; }
/* Mac”ĹIE‚đŹśŠO \*/
.clearfix { display: block; }
/* */
