@charset "utf-8";
/* CSS Document */

body{
 *font-size:small;
 *font:x-small;
	color:#646464;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size: 14px;
}

table {
 font-size:inherit;
 font:100%;
}


/* reset */


body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td,
header,
figure {
margin:0; 
padding:0; 
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,time{
display:block;
}

address{
font-style:normal;
}

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

ol,ul {
list-style:none;
}

li img,
figure img,
a img{
vertical-align:top;
}

caption,th {
text-align:left; 
vertical-align:top;
font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img{
vertical-align:top;
}


a img{
	border:0px;
}


/* text setting */

p{
line-height: 1.5;
letter-spacing:0.02em;
}
