body {
	background-image:url(/img/index/backgroundImage1.gif);
	background-repeat:repeat-y;
}
.indexLayoutTable {
	width:900px;
	height:100%;
	border-collapse:collapse;
	position:relative;
	z-index:100;
}

.indexLayoutTable .logo {
	width:340px;
	text-align:center;
}
.indexLayoutTable .logo .entranceTitle {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
* html .indexLayoutTable .logo {
	vertical-align:top;
}
* html .indexLayoutTable .logo .siteLogo {
	display:block;
	width:264px;
	height:121px;
	position:absolute;
	margin-top:-60px;
	top:50%;
	left:34px;
}
.indexLayoutTable .entrance {
	width:540px;
	padding-left:20px;
}
.indexLayoutTable .entrance h1 {
	width:540px;
	font-size:30px;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	margin-bottom:40px;
}
.indexLayoutTable .entrance h1 span {
	display:block;
	color:#4F80FF;
}
.indexLayoutTable .entrance h2 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.indexLayoutTable .entrance p {
	width:540px;
	font-size:12px;
	padding-bottom:30px;
}
.indexLayoutTable .entrance p span {
	display:block;
	width:540px;
	font-size:16px;
}
.indexLayoutTable .entrance p img {
	vertical-align:middle;
	margin-right:30px;
}
.indexLayoutTable .entrance p a {
	font-size:30px;
	line-height:60px;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
.indexLayoutTable .entrance p a:hover {
	color:#FFCC00;
	text-decoration:none;
}

#footerLayout {
	position:relative;
	z-index:0;
}
#footerLayout .footer {
	width:100%;
	height:145px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(/img/index/backgroundImage2.jpg);
	background-repeat:no-repeat;
	background-position:340px top;
}
#footerLayout .footer div {
	width:335px;
	height:29px;
	text-align:right;
	line-height:29px;
	padding-right:5px;
	background-color:#333333;
	position:absolute;
	left:0px;
	bottom:0px;
}
#footerLayout .footer div a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}


















.indexReverseLink .reverseLayout {
	width:540px;
	float:left;
}
.indexReverseLink .reverseLayout h3 {
	padding-top:20px;
	font-size:16px;
	color:#00FAFB;
	padding-bottom:6px;
	margin-bottom:18px;
	background-image:url(/img/main/contentsBorderBackground.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.indexReverseLink .reverseLayout ul {
	width:100%;
}
.indexReverseLink .reverseLayout li {
	width:94px;
	height:63px;
	margin-bottom:8px;
	overflow:hidden;
	font-size:11px;
	float:left;
	text-align:center;
}
* html .indexReverseLink .reverseLayout li {
	line-height:120%;
}
.indexReverseLink .reverseLayout li img {
	margin-bottom:5px;
}
.indexReverseLink .reverseLayout li a {
	color:#4F80FF;
	text-decoration:none;
}
.indexReverseLink .reverseLayout li a:hover {
	color:#FFCC00;
	text-decoration:underline;
}



