@charset 'utf-8';

body {
	background-color : #ffffff ;
	}

a:link {
	color : rgb(0,0,255) ;
	text-decoration : underline ;
	}

a:visited {
	color : rgb(0,0,255) ;
	text-decoration : underline ;
	}

a:active {
	color : rgb(0,0,255) ;
	text-decoration : underline ;
	}

a:hover {
	color : rgb(0,0,255) ;
	text-decoration : underline ;
	}

/* ----- 中央寄せ用 ------------------------------------- */
.csscenter{
	display:block;
	margin-left:auto;margin-right:auto;
	text-align:center;
}
