@charset "Shift_JIS";

/*ブラウザ毎のCSS設定をリセットします*/

*{
	margin:0;
	padding:0;
}


body{
color:#000;
background-color:#fff;
}

h1,h2,h3,h4,h5,h6,p,address{
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: 100%;
}


img{
border:none;
}