@import url("../../css/font.css");
@import url("../../css/img.css");
body      {
	background: #FFFFFF url(../images/bga.jpg) no-repeat fixed left center;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 90%;
	text-align: left;
	position: fixed;
	top: 47%;
	margin-left: 52px;
}
#container p {
	margin: 0px;
	padding: 0px;
}
#index       {
	width: 205px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
#index   p {
	margin: 0px;
	padding: 0px;
}
#index #index01 {
	width: 205px;
	text-align: left;
}
#index #index01 a {
	background: url(../images/01_off.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index01 a:hover {
	background: url(../images/01_on.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index02 {
	width: 205px;
	text-align: left;
}
#index #index02 a {
	background: url(../images/02_off.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index02 a:hover {
	background: url(../images/02_on.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index03 {
	width: 205px;
	text-align: left;
}
#index #index03 a {
	background: url(../images/03_off.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index03 a:hover {
	background: url(../images/03_on.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index04 {
	width: 205px;
	text-align: left;
}
#index #index04 a {
	background: url(../images/04_off.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index04 a:hover {
	background: url(../images/04_on.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index05 {
	width: 205px;
	text-align: left;
}
#index #index05 a {
	background: url(../images/05_off.png) no-repeat left top;
	display: block;
	text-align: left;
}
#index #index05 a:hover {
	background: url(../images/05_on.png) no-repeat left top;
	display: block;
	text-align: left;
}
#back  {
	width: 205px;
	padding-top: 100px;
}
#back    a  {
	background: url(../images/06_off.png) no-repeat left top;
	display: block;
}
#back   a:hover  {
	background: url(../images/06_on.png) no-repeat left top;
	display: block;
}
#footer   {
	text-align: center;
	width: 370px;
	background: #FFFFFF;
	padding-bottom: 25px;
	padding-top: 5px;
	margin-top: 170px;
	margin-right: auto;
	margin-left: auto;
}

