@charset "utf-8";
/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana;
	background-image:url(images/png.png);
	}


/* 
 * ========================================
 * 全網超連結 
 * ========================================
 */

a:link,
a:visited,
a:active{
	/*background: transparent;*/
        color: #003399;
	/* color: #013565; */
        text-decoration: none;
}

a:hover{
	/*background: transparent;*/
        /* color: #34498B; */
        color: #FF0000;
	text-decoration: underline;
	position:relative;
	top:1px;
	left:1px;
}

img { border:0;
}

 .row111 {
width: 100%;
/*border: 1px solid #999999;*/
background: #f7f7f7;
empty-cells: show;
}


.row222 {
	width: 100%;
	empty-cells: show;
	background-color: #FFFFFF;
}

#navline1 {
	COLOR: #FF0000;
	font-size : 13px;
	font-weight:bold;
}
#navline1 A {
	COLOR: #FF0000;font-size : 13px; TEXT-DECORATION: none; font-weight:bold;
}
#navline1 A:hover {
	COLOR: #FF6600;
	font-size : 13px;
	TEXT-DECORATION: underline;
	font-weight:bold;
}

#white {
        background-color: #FFFFFF;
        }
