/* FontSizeSetting */
body,h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,td,th,form,blockquote,dd,dt,address{
	font-size: small;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/* LinkSetting FF΍ */
A:link {text-decoration:underline; color: #0000FF}
A:visited {text-decoration:underline; color: #666666}
A:active {text-decoration:underline; color: #FF3300}
A:hover {text-decoration:underline; color: #FF3300}


body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #EEEEEE;
}
