a:link, a:visited, a:hover, a:active { text-decoration: none; } a:link,a:active{	text-decoration: none; color: #666666;} 	a:visited, a:hover{	text-decoration: none; color: #333333;} body {	background: #FFFFFF;	a:link, a:visited, a:hover, a:active {	text-decoration: none;	margin:0; padding:0; overflow:hidden;}	}.text01 {	font-size: 10px;	color: #666666;	font-family: "ＭＳ Ｐゴシック", "Osaka";	line-height: 1.6em;	font-weight: normal;	}.text02 {	font-size: 6px;	color: #993300;	font-family: "ＭＳ Ｐゴシック", "Osaka";	line-height: 1.6em;	font-weight: normal;	}#mainbox{ /* 親ボックス */ 	width: 100%; 	height: 100%; 	background-color: #FFFFFF; 	} 	#box01 { /* ボックス1 */ 	width: 100px; 	position: absolute; 	top:50px;	left:120px;	z-index:1;	} #box02 { /* ボックス2 */ 	width: 400px; 	height: 98%; 	top: 7px;	left: 150px;	background-color: #FFCC33; 	position: absolute; 	} #box03 { /* ボックス3 */ 	width: 400px; 	height: 100%; 	top: 10px;	left: 120px;	position: absolute; 	} #box04 { /* ボックス4 */ 	top: 530px;	left: 430px;	position: absolute; 	} 	#box05 { /* ボックス5 */ 	top: 270px;	left: 180px;	position: absolute; 	} 