@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 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Verdana", sans-serif;
	*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;
}



/* -------------------------------------------------------------
	基本設定
-----------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	min-width: 1110px;
	overflow: hidden;
}

