/* CSS Document */
p#note{
	font-size:12px;
	margin-top:10px;
	color:#333333;	
}
p#note a{
	color:#09F;
	text-decoration:underline;	
}

#category{
	margin:20px 0;
	display:block;
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:3px;
	width:100%;
}

h3{
	background:url(../image/linkCatTitle.gif) no-repeat 0 0;
	padding:10px;
	width:650px;
	height:42px;
	color:white;
}

#link{
	display:block;
	margin-top:10px;
	padding-bottom:100px;
	border-bottom:2px solid #cccccc;
}
#link li{
	display:block;
	background:#eeeeee;	
	width:160px;
	float:left;
	margin:1px;
}
#link li a{
	display:block;
	background:url(../image/linkBottom.gif) repeat-x 0 bottom;
	padding:10px;
	height:110px;
	text-align:center;
}

#link li a p{
	margin-top:5px;
	text-decoration:underline;
	font-size:12px;
	color:#ff3366;
}

#link li:hover{ background:url(../image/backNoHoverBG.gif) repeat 0 0; }
#link li:hover a{ background:url(../image/linkHoverBottom.gif) repeat-x 0 bottom; }
#link li:hover a p{ color:#ffff00; }







h4{
	margin-top:30px;
	padding-bottom:3px;
	width:100%;
	border-bottom:2px dotted #cccccc;	
}
h4 img{ margin-left:5px; }

ul#bnr{ margin-top:10px; }
ul#bnr li{
	display:block;
	margin:10px 0 20px 5px;
}
ul#bnr li span{ font-size:12px; color:#666666; }
