@charset "utf-8";
/* CSS Document */
body{ margin:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333; line-height:18px;}

h1,h2,h3,h4,h5,h6,form{margin:0;padding:0; font-size:100%; font-weight:normal;}

ul,li,dl,dt,dd{ padding:0; margin:0; list-style:none; }

p{ margin:0; padding:0; line-height:140%;text-align:left; }

img{border:none;}

a{color: #666; text-decoration:none;}
a:hover {color: #333; text-decoration:underline;}


	/* ----------------------------------- header ----------------------------------- */
#top{
	width:960px;
	margin:0 auto;
	background-color:#fff;
}
.mainnav{
	width:960px;
	height:42px;
	clear:both;
	background:url(images/mainnav.gif) repeat-x;
}
.mainnav a{
	color:#fff;
	text-decoration:none;
}
.mainnav a:hover{
	color:#fff;
	text-decoration:underline;
}
.mainnav li{
	float:left;
	height:42px;
	font-size:14px;
	padding:0 20px;
	line-height:42px;
	background:url(images/mainnav_line.gif) right top no-repeat;
}
.mainnav li.outline{
	background:none;
}
.mainnav li.nav01{
	width:15px;
	height:42px;
	padding:0;
	background:url(images/mainnavleft.gif) no-repeat;
}
.mainnav li.nav02{
	width:13px;
	height:42px;
	float:right;
	padding:0;
	background:url(images/mainnavright.gif) no-repeat;
}
/*body.css*/
#body{
	width:960px;
	overflow:hidden;
	margin:10px auto 0 auto;
}
.leftbar{
	float:left;
	width:240px;
}
.sidenav{
	width:240px;
	margin:10px 0 0 0;
	background:url(images/leftbarbg.gif) repeat-y;
}
.subnav{
	width:160px;
	padding:5px 0 10px 19px;
}
.subnav a{
	color:#333333;
	text-decoration:none;
}
.subnav a:hover{
	color:#960644;
	text-decoration:underline;
}
.subnav li{
	background:url(images/nav_ico.gif) 0 6px no-repeat;
	width:190px;
	height:20px;
	overflow:hidden;
	line-height:20px;
	padding:0 0 0 12px;
	font-size:11px;
}
.subnav li.small{
	background:url(images/nav_ico.gif) 0 6px no-repeat;
	height:20px;
	width:168px;
	overflow:hidden;
	line-height:20px;
	padding:0 0 0 12px;
	margin:0 0 0 12px;
}


