/* CSS Document */


body {
	background-color: #ffffff;
}

/*-------------------*/
/*
/*-------------------*/

body, td {
	font-family: Verdana, "ＭＳ ゴシック", "Osaka";
	font-size: 12px;
	letter-spacing: 1px;
	color: #333333;
}

h1,h2,h3,h4 {
	font-size: 12px;
}



/*-------------------*/
/*	リンク
/*-------------------*/
a			{ text-decoration: none; }
a:link		{ color: #FF9900; }
a:active	{ color: #FF9900; }
a:visited	{ color: #FF9900; }
a:hover		{ text-decoration: underline; }



