@charset "utf-8";

/*--------------------------------------------------------
	ファイル名: reset.css
	概要: スタイルのリセット
	制作日: 2010/08/20
	更新日: 2010/08/24
----------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td { 
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { 
	border: 0;
}

img { 
	border: 0;
	vertical-align: top;	
}

address,
caption,
cite,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

ol.listStyaleNone,
ul.listStyaleNone {
	list-style: none;
}

caption,
th {
	text-align: left;
}

br {
	letter-spacing: 0;
}
