@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, figure, select, option {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
li {
	list-style-type: none;
}
em {
	font-style: normal;
}
img {
	border: 0px none;
	vertical-align: bottom;
}
a {
	outline: none;
}


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

#main {
	margin: 0 auto;
	padding: 0;
}
