﻿@charset "utf-8";
/* CSS Document */

body,td,th,input,select,textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
body,form {
	margin: 0;
}
table{
	border-collapse:collapse;
}
textarea{
	border:1px solid #CCCCCC;
}

#center{
	margin:auto; width:1003px;
	background:url(../images/bg_main.jpg) repeat-x;
	margin-top:1px;
}

input {
	border: 1px solid #CCCCCC;
	background:url(../images/input_bg.jpg) repeat-x;
	padding:2px;
}

a{
	color:#666666; text-decoration:none;
}
a:hover,a:active{
	color:#EC0000;
}
.aW{
	color:#FFFFFF;
}
.aW:hover,.aW:active{
	color:#000000;
}
.aN{
	background:url(../images/new_arr.gif) no-repeat left center; padding-left:15px;
}
.aN:hover,.aN:active{
	background:url(../images/new_arr_a.gif) no-repeat left center;
}
.aN2{
	background:url(../images/new_arr.gif) no-repeat left 5px; padding-left:15px;
}
.aN2:hover,.aN2:active{
	background:url(../images/new_arr_a.gif) no-repeat left 5px;
}

.aGray{
	color:#999999;
}
.aGray:hover,.aGray:active{
	color:#EC0000;
}
.aGrayE{
	font-size:11px; color:#999999;
}
.aGrayE:hover,.aGrayE:active{
	color:#EC0000; font-size:11px;
}
.awE{
	font-size:11px; color:#FFFFFF;
}
.awE:hover,.awE:active{
	color:#CCCCCC; font-size:11px;
}


.aNav{
	display:block; width:146px; height:25px; line-height:25px;
	background:url(../images/N_arr.gif) no-repeat 8px center;
	padding-left:26px; text-align:left; letter-spacing:1px;
	margin-bottom:1px;
}
.aNav:hover,.aNav:active{	
	background:url(../images/N_arr2.gif) no-repeat 8px center;
	background-color:#EC0000; color:#FFFFFF; font-weight:bold;
}
.aNavA{
	display:block; width:146px; height:25px; line-height:25px;
	padding-left:26px; text-align:left; letter-spacing:1px;
	margin-bottom:1px;
	background:url(../images/N_arr2.gif) no-repeat 8px center;
	background-color:#EC0000; color:#FFFFFF !important; font-weight:bold;
}