@charset "utf-8";
/* CSS Document */
/*リセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote,th,td{
margin:0;padding:0;
}
table{
border-collapse:collapse;border-spacing:0; font-size:100%;
}
img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;font-weight:normal;
}
ul li,ol li { list-style:none; } 
h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;
}
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
a img{border:none;}

/*レイアウト*/
body{
font-size: 80%;
line-height: 1.2;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer{
left:0;
width:100%;
bottom:0;
text-align: center;
z-index:2;
}
#footer p{
color: #FFF;
font-size: 90%;
padding:150px 0;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color:#fff;
}
a:active {
	color:#fff;
}