


/*block-level elements
-----------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
a{
	color:#003399;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0;
	vertical-align:bottom;
}
p{
	margin:0 0 20px;
}
ul{
	list-style-type:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
address{
	font-style:normal;
}
sup{
	font-weight:normal;
}
.clear{
	clear:both;
}
.habayose{
	padding-left:20px;
}
.top{
	vertical-align:top !important;
}
.left{
	text-align:left !important;
}
.center{
	text-align:center !important;
}
.right{
	text-align:right !important;
}
.fl-lt{
	float:left;
}
.fl-rt{
	float:right;
}

