body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #FFFFFF;
	font-family:"Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

/*　外枠　*/
#layout{ 
	width: 240px;
	margin: 45px 5px 5px 5px;
	padding: 0; 
	font-size: 11px;
}

a:link    { color: #FF7F00; text-decoration: underline; }
a:visited { color: #FF7F00; text-decoration: underline; }
a:active  { color: #FF7F00; text-decoration: underline; }
a:hover   { color: #999999; text-decoration: none; }

