a:link	{
	color : #6666FF;
	text-decoration : underline;
}
a:visited	{
	color : #6666FF;
	text-decoration : underline;
}
a:hover	{
	color : #ff00ff;
	text-decoration : underline;
	position:relative;
	top:1px;
	left:1px;
}
a:active	{
	color : #6666FF;
	text-decoration : underline;
}

body	{
	background-image : url(sozai/kabe_hana.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
@@@@	margin: 0px 0px;
	color : #555555;
	font-family : "MS UI Gothic";
	font-size : 12px;
}
table	{
	color : #555555;
	font-family : "MS UI Gothic";
	font-size : 12px;
}
h1	{
	font size : 12px;
}

div	{

}
#example1{
	background-image : url(sozai/kabe_check6.gif);
	background-repeat: repeat;
	width: 100%;
	height: 60px;
}
#example2{
	background-image : url(sozai/logo2.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
}
#example3{
	background-image : url(sozai/kabe_check6.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#example4{
	background-image : url(sozai/down_c.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 40px;
}