/* CSS Document *//*----------------------------------------------------------*//* ページ全体の設定*//*----------------------------------------------------------*/.style02 {	 font-size: 100%; 	}/*----------------------------------------------------------*//* リンクの設定*//*----------------------------------------------------------*/   A:link{color:#646464; text-decoration:none;}   A:visited{color:#13007C; text-decoration:none;}   A:hover{color:#13007C; text-decoration:underline;}   A:active{color:#13007C; text-decoration:none;}