@charset "utf-8";
/*---------------------------------------
	http://www.nicovideo.jp/
	
-----------------------------------------	
	- initialize

---------------------------------------*/
html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

body{
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
	color: #000;
}

h1,h2,h3,h4,h5,h6,p,pre,ul,ol,li,dl,dt,dd,adress,blockquotetable,th,tr,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4{
	font-size: 18px;
}

p{
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0.8em 0;
	line-height: 150%;
}

address{
	font-size: 12px;
	font-style: normal;
}

dl,dt,dd,ul,ol,li{
	font-size: 12px;
	line-height: 145%;
	list-style-type: none;
}

table,
th,
tr,
td{
	font-size: 12px;
	border:	medium none;
	border-collapse: collapse;
	border-spacing:	0pt;
}

hr{
        border: none;
        height: 1px;
        background: #ccc;
}

a img,
img{
	border:	medium none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	text-decoration: none;
}

a:link,
a:visited{
	color: #1c3fad;
	text-decoration: none;
	outline:none;
}

a:hover,
a:active{
	color: #1c3fad;
	text-decoration: underline;
	outline:none;
}
a:focus{
	-moz-outline-style: none;
}

map area{
	border: none;
}