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

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
}
img {
    border-style:none;
}

a img {
    border-style:none;
}

ul{list-style: none;}
body{
	font-size: 70%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #FFF;
	background: #ffffff;
}
p{
font-size: 1.2em;
}
a{
	color: #FFF;
	text-decoration: underline;
}
a:visited{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
color: #9a9a9a;
text-decoration: none;
}
