@charset "utf-8";

/* ****************************************************************** 

/- admin  :TV TOKYO Broadband Entertainment, Inc.
/- update :20130604

****************************************************************** */

#common_footer{
	clear:both;
	width:100%;
	background:#fff;
	padding:30px 0;
  font:13px/1.6 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  *font-size:small;
  *font:x-small;
	text-align:left;
}

#common_footer a:link,
#common_footer a:visited {
  color:#666;
  text-decoration:none;
}

#common_footer a:hover,
#common_footer a:focus,
#common_footer a:active {
  color:#000;
  text-decoration:underline;
}

#common_footer #adtag{
	height:60px;
	width:980px;
	margin:0 auto ;
	padding-bottom:30px;
	margin-bottom:15px;
	border-bottom:dotted 1px #ccc;
	position:relative;/*Microadの表示崩れ防止*/
}

#common_footer #footer_wrap{
	width:980px;
	margin:0 auto 15px auto;
	overflow:hidden;
}

#common_footer #static{
	float:left;
	overflow:hidden;
	width:715px;
	margin:0;
	padding:0 0 0 5px;
}

#common_footer #static li{
	float:left;
	margin:0 30px 0 0;
	list-style:none;
}

#common_footer #search{
	text-align:right;
	width:250px;
	float:right;
}

#common_footer #search div {
	text-align:right;
}

#common_footer #search div input {
	font-size: 12px;
  font-family:'ＭＳ Ｐゴシック',sans-serif;
}

#common_footer #copyright {
	clear:both;
	width:956px;
	margin:0 auto ;
	color:#FFF;
	font-size:77%;
	background:#2987C0;
	padding:2px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #2987C0;
	line-height:1.6;
}

