﻿/*about us*/
h2 {
	background-image: url(../img/t_about.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 780px;
	text-indent: -9999px;
	margin-top: 1px;
}
h3 {
	text-indent: -9999px;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.co h3{
	background-image: url(../img/st_co_pro.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 172px;
}
.his h3{
	background-image: url(../img/st_history.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 83px;
}

table {
	border: 1px solid #81BE76;
	background-color: #DAECD7;
	font-size: 12px;
}
td {
	background-color: #F3F9F2;
	border: 1px solid #AED6A7;
	padding: 3px;
	text-align: left;
}
th {
	width: 100px;
	background-color: #9DD2AB;
	padding: 3px;
	color: #222222;
	text-align: right;
	border: 1px solid #71BD86;
}
/*right main*/
#main {
	width: 560px;
	float: left;
}
.mainbox p {
	float: left;
	width: 540px;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	margin-left: 30px;
}
.tophe {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left {
	width: 200px;
	float: left;
}
#left_navilist ul{
	margin-left: 10px;
	margin-top: 30px;
	text-indent: -9999px;
	list-style-type: none;
}
#left_navilist li,#left_navilist a{
display:block;	
height: 39px;
	width: 178px;
}
#left_navilist a{
	background-image: url(../img/l_about.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
#navi01 a{
background-position:0 0;
}
#navi02 a{
background-position:0 -39px;
}
#navi01 a:hover{
background-position:-178px 0;
}
#navi02 a:hover{
background-position:-178px -39px;
}
