@charset "utf-8";

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

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: 'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
}

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

fieldset { 
	border: 0;
}

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

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

strong{
	font-style: normal;
}

ul {
	list-style: none;
}

ol {
	margin-left:20px;
}

caption,
th {
	text-align: left;
}

