/* CSS Document */
body{
	margin: 0;	
	padding: 0;
	border: none;
	background:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
img{
	border:none;
}
ul,ol.dl,dt,dd{
	padding:0;
	margin:0;
}
li{
	margin:0;
	padding:0;
	letter-spacing:normal;
	list-style:none;
}
address{
	font-style: normal;
}
table{
	border-collapse:collapse;
    border-spacing: 0;
}
tr,td,th{
	padding:0px;
	text-align:left;
	font-weight:normal;
}
.clear{
	clear:both;
}
.block{
	display:block;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}