@charset "UTF-8";
/* style.css */
@import url(body.css);
@import url(font.css);
@import url(templates.css);

A:link    {color:#0066CC;text-decoration:none;}
A:visited {
	text-decoration:none;
	color: #3399CC;
}
A:hover	  {color:##CCCC00;text-decoration:underline;}
A:active  {text-decoration:underline;}



/*----------全称セレクタ-------------*/

*{
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height:130%;
}

body{
	margin: 0px;
	padding: 0px;
	background-color:#cccc00;
	/*color: #000000;*/
}

img{
	border: none;
	}
	
h1,h2,h3,h4,h5,h6{
	margin: 0px; padding: 0px;
	}
	
b,strong{
	font-weight:bold;
}

