/* 

a:link {color: #339900; text-decoration: none; font-weight: bold}
a:visited {color: #99CC33; text-decoration: none; font-weight: bold}
a:active {color: #339900; text-decoration: none}
a:hover {color: #FF9900; text-decoration: none; font-weight: bold}
.default {  font-size: 12px; line-height: 16px}
.defaultBold { font-size: 12px; line-height: 16px; font-weight: bold}
.small {  font-size: 10px; line-height: 13px}
--------------------------------------------------------------*/
.large { font-size: 120%; line-height: 120%; font-weight: normal}

/*  追加スタイル  */

.small {
	font-size:85% !important;
	line-height:110%;
}




/*  2009.07.21 update  */

#privia_video_area {
	width:278px;
	margin:0 14px 0 0;
	padding:0;
	float:left;
}

#key_video_area {
	width:278px;
	margin:0;
	padding:0;
	float:right;
}


#privia_video_bt {
	background:url(/emi/images/privia_video_bt.jpg) no-repeat left top;
	width:278px;
	height:69px;
	display:block;
	text-indent:-99999px;
}

#privia_video_bt:hover {
	background:url(/emi/images/privia_video_bt.jpg) no-repeat left bottom;
	width:278px;
	height:69px;
	display:block;
	text-indent:-99999px;
}

#key_video_bt {
	background:url(/emi/images/key_video_bt.jpg) no-repeat left top;
	width:278px;
	height:69px;
	display:block;
	text-indent:-99999px;
}

#key_video_bt:hover {
	background:url(/emi/images/key_video_bt.jpg) no-repeat left bottom;
	width:278px;
	height:69px;
	display:block;
	text-indent:-99999px;
}



/*  2010.06.09 update  */

#tvcf_video_area {
	width:278px;
	margin:0 14px 0 0;
	padding:0;
}




/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/