@charset "UTF-8";
/* style.css */


@import url(body.css);
@import url(font.css);
/*A:link    {color:#AD0E40;text-decoration:none;}*/
/*A:visited {
	text-decoration:none;
	color: #AD0E40;]
}*/
A:hover	  {color:#0066CC;text-decoration:underline;}
A:active  {text-decoration:underline;}


/*----------全称セレクタ-------------*/
*{
	margin: 0px;
	padding: 0px;
	/*border: 0px;*/
	/*font: normal normal normal 100%/130% "ＭＳ Ｐ
	ゴシック", "Osaka", sans-serif;*/
	font-variant: normal;
	font-style: normal;
	font-weight: normal;	
}

img{
	border: none;
	}

b,strong{
	font-weight:bold;
	}

p,h1,h2,h3,h4{
	margin: 0px; padding: 0px;
	}
