@charset "UTF-8";

/*---------------------------------------------

	リセット

---------------------------------------------*/

html {
	overflow-y:scroll;
	filter:expression(document.execCommand("BackgroundImageCache", false, true));/*IE6でのhoverした際の背景画像の読み込み遅延の防止*/
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,brockquote,pre,table,caption,address,form,fieldset,legend,object {
 	margin:0;
 	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,table,code,kbd,samp,acronym,input,textarea {
	font-size:100%;
}

a,ins {
	text-decoration: none;
}

address,em,cite,dfn,var {
	font-style:normal;
}

input,textarea {
	font-family:sans-serif;
	font-weight:normal;
}

li {
	list-style-type:none;
}

img {
	vertical-align:bottom;
}

a img {
	border:none;
}

/*---------------------------------------------

	フォント

---------------------------------------------*/

body {
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	line-height:1.2;/* 20px相当 */
	color:#000;
}

/* IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:81%;
}