@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
	list-style-type: none;
	text-decoration:none;
	outline: none;
}

html {  
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body {
	font: 100%/1.5 "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}
a {
	color: #666;
	text-decoration: underline;
	font-size: 12px;
	text-align:left;
}
a:hover, a:active, a:focus a:visited{ 
	text-decoration: none;
}