/* CSS Document */
body{
margin:0px;}

.main{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width:702px;
	border-right-color: #333333;

}
.tit{
	background:url(img/tit_img.jpg) no-repeat;
	font-size: 12px;
	color: #CAC473;
	padding-left: 23px;
	height: 123px;
	padding-top: 94px;
	line-height: 16px;
}.menu01{
	margin:0px;
	background-position: bottom;
	padding-left: 19px;
}
.menu{
	margin:0px;
	background-position: bottom;
}ul{
	list-style:none;
	width:600px;
	height:30px;

}
li{
	list-style:none;
    padding-left:23px;
	background:url(img/e.gif) no-repeat center left;
	font-size: 12px;
	color: #666600;
	font-weight: bold;	line-height: 40px;
}


li.do{
	line-height: 23px;
	list-style:none;
	padding-left:23px;
	font-size: 12px;
	color: #692222;
	font-weight: bold;
	margin-left: 30px;
	background-image: url(img/do.gif);
	background-repeat: no-repeat;
	background-position: left top;
}