@charset "shift_jis";

/* デフォルトスタイルリセット
--------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;}  
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* 基本
--------------------------------------------------------------- */

html, body {
	height: 100%;
	text-align:center;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	color:#333;
	line-height:120%;
}

ul, ol, dl {
	list-style-type: none;
}

a {
	color:#06C;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}
img,
a img {
	border: 0;
}
