@charset "utf-8";

/* =============================================================

	BS日テレ　ドラマ用　common.css 全ページ共通
	
============================================================== */

/* -------------------------------------------------------------
	リセット
-----------------------------------------------------------------*/

html, body {
	width: 100%;
}
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td {
	margin: 0;
	padding: 0;
	font: 14px/1.4 "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	*font-size: small;
	*font: x-small;
	
	/* IE6,IE7 */
	/font-size: 14px;
	/font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "Verdana", sans-serif;
}
li {
	list-style-type: none;
}
em {
	font-style: normal;
}
img {
	border: 0px none;
	vertical-align: bottom;
}
a.mouseOverImg img:hover {
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
.mouseOver:hover {
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;	
}

a {
	color: #c61727;
	text-decoration: underline;
}
a:hover {
	color: #c61727;
	text-decoration: none;
}


/* -------------------------------------------------------------
	基本設定
-----------------------------------------------------------------*/

/*body {

}*/
#main {
	margin: 0 auto;
	padding: 0;
}
#pagetop {
	text-align: right;
	clear: both;
	font-size: 12px;
	padding: 0 20px 10px 0;
}
#pagetop a {
	color: #666666;
	text-decoration: none;
}
#pagetop a:hover {
	color: #999999;	
	text-decoration: underline;
}



/* micro clearfix
----------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
} 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
