/*-- 基本設定 --*/
*	{
	background-color : #FEFEFF;
	color : #6688EE;
	font-size : small;
	line-hieght : 17px;
}
a	{
	cursor : crosshair;
}
a:link,a:visited	{
	color : #6688EE;
	text-decoration : underline;
}
a:active,a:hover	{
	color : #FEFEFF;
	background-color : #6688EE;
	text-decoration : none;
}


/*-- 入口　フレーム有 --*/
div#index	{
	width : 500px;
	margin-left : auto; margin-right : auto;
	padding : 0px;
}
p		{
	text-align : center;
}
