@charset "utf-8";



*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#ccc;
	font-size:100%;
}

p,li,dt,dd{line-height:1.6;}

td{line-height:1.5;}

a{color:#006699; text-decoration:none;}
a:hover{text-decoration:underline;}

img{border-width:0px;}


body{
	padding:20px 0 20px 20px;
	font-size:75%;
	font-family: Verdana,Arial,Helvetica,"Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	color:#111;
}

#kakehashi{
	width:660px;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

p{
	margin-bottom:1em;
}










