﻿@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
body {
/*	font-family: Arial,Helvetica,sans-serif;*/
	background: none repeat scroll 0 0 #fff;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica;
    font-size: 100%;
    line-height: 160%;
}

a:link { text-decoration:underline; color:#fff;}
a:visited { text-decoration:underline; color:#fff;}
a:active { text-decoration:underline; color:#fff;}
a:hover { text-decoration:none; color:#fff;}


#container {
	width: 100%;
	text-align: center;
}
#top #container {
	background: none;
}


/* Clearfix
-------------------------------- */
#onair #box dl:after,
#wrapper:after,
#wrapper_inner:after,
#story dl#episode:after,
#footer_inner:after,
#news .dtl:after,
#news #box .dtl .dtl_inner:after,
#staff #box ul:after,
#special ul#contents_link:after,
#special.movie .block:after,
#special.interview ul#cast_list:after {
	content: ""; 
	display: block; 
	clear: both;
}
