h1 {
	font-size: 32px;
	color: #FF0000;
}
.index_info_titul {
	margin: 0;
	padding: 0;
}
.index_info {
	margin: 15px 0;
	padding: 0;
}
.index_info p {
	margin: 15px 0;
	padding: 0 45px;
	text-align: justify;
}
.indexcover {
	background-color: #EBEBEB;
	margin: 0;
	padding: 0;
	height: 600px;
}
.cover1 {
	position:absolute;
	padding: 0;
	text-align: center;
	margin: 0 45px 0 45px;
	z-index:1;
}
.member_link {
	position:absolute;
	width: 400px;
	height: 20px;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	text-align: right;
	z-index:1;
	top: 0;
	right: 0;
	color: #FF0000;
}
.member_link a {
	text-align: left;
	letter-spacing: 1px;
	color: #000000;
	font-weight: normal;
}
.member_link a:visited {
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}
.member_link a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
}