@charaset "EUC-JP";

*{
	font-size:100%;
	margin: 0px;
	padding: 0px;
  background-repeat:no-repeat;
}

body{
	line-height:120%;
	font-size:82%;
	color:#252525;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family:'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

img{
  border:none;
  vertical-align: bottom;
}

ul{
	list-style:none;
}
li{
  list-style-type:none;
}

a {
  text-decoration:none;
  color:#252525;
}

a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
p{
  line-height:110%;
}


