@charset "utf-8";

/*** at home web CSS Document ***************************************
----------------------------------------------------------------***/

/**  Menu *********************************************

	1.変更用CSS

*******************************************************************/
body {
	font-size: 81.3%;
	font-size:77%\9;
	*font-size:77%;
	_font-size:77%;
	color:#666666;
}
/* Link
*****************************************/
a:link    { color:#245FBB; text-decoration:underline; }
a:visited { color:#8252A8; text-decoration:underline; }
a:hover   { color:#63A1FF; text-decoration:underline; }
a:active  { color:#63A1FF; text-decoration:underline; }
