@charset 'shift_jis';


/*block-level elements
-----------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
/* h1,h2,h3,h4,h5,h6{
	font-size:100%;
}*/
img{
	border:none;
	vertical-align:bottom;
	text-decoration:none;
}
#menu img,#toppage #contents img{
	vertical-align:top;
}
#header img{
	vertical-align:top;
}
.habayose{
	padding-left:20px;
}
.clear{
	clear:both;
}
.right{
	text-align:right;
}
.center{
	margin:0 auto;
	text-align:center;
}
.left{
	text-align:left;
}
.fl-lt{
	float:left;
}
.fl-rt{
	float:right;
}