<!-- KATSU Collection css -->

body{
	font-family : "Verdana", "Monaco", "sans-serif";
	color : #333333;
	font-size : 11px;
	background-color : #ffffff;
}

a:link{
	color : #cc0000;
	text-decoration : none;
}

a:HOVER{
	color : #ffffff !important;
	background-color: #cc0000;
}

a:active{
	text-decoration : underline;
}

a:visited{
	color : #0099ff;
	text-decoration : none;
}

table,td{
	font-family : "Verdana", "Monaco", "sans-serif";
	color : #333333;
	font-size : 11px;
}

input,textarea{
	color:#000033;
	background-color:#ffe6e6;
}

ul{
	font-size: 11px;
	list-style: url(../image/icon01.gif);
	margin-top: 2px
	margin-bottom: 2px;
	margin-left: 20px;
	line-height : 120%;
}

