@charset "utf-8";
body {
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fc_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 1000px;
	height: 100%;
}
#layer_left {
	width: 187px;
	float: left;
	height: 100%;
}
#layer_left_top {
	background-image: url(../images/fc_left_top_bg.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 187px;
}
#layer_left_middle {
	width: 187px;
}
#layer_left_middle img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#layer_left_middle_2 {
	height: 68px;
	width: 187px;
	background-image: url(../images/fc_middle_bg2.jpg);
	background-repeat: no-repeat;
}
#layer_left_main_bg {
	background-image: url(../images/fc_left_main_bg.jpg);
	width: 187px;
	height: 360px;
}

#layer_left_bottom {
	height: 247px;
	width: 187px;
	background-image: url(../images/fc_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#layer_right {
	width: 800px;
	float: left;
	height: 100%;
}
#layer_right_top {
	height: 127px;
	width: 780px;
	background-image: url(../images/fc_banner.jpg);
	background-repeat: no-repeat;
}
#title {
	margin-top: 80px;
	margin-left: 290px;
}
#layer_right_content {
	width: 779px;
	height: 930px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fc_playguide_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#layer_menu {
	width: 655px;
	height: 200px;
	margin-left: 120px;
	background-image: url(../images/fc_playguide2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
}
.float {
	float: left;
	border: 1px solid #3874A5;
}
#menu {
	padding: 0px;
	margin-top: 118px;
	margin-bottom: 0px;
	margin-left: 250px;
	float: left;
	margin-right: 0px;
	list-style-type: circle;
	color: #003366;
	list-style-position: inside;
}
#menu a {
	font-family: "Palatino Linotype";
	text-decoration: none;
	list-style-type: lower-roman;
	letter-spacing: 2px;
	color: #003366;
	font-size: 15px;
}
#menu a:active {
	color: #ECA966;
}



#menu li:hover {
	color: #ECA966;
}


#layer_iframe {
	width: 695px;
	height: 700px;
	margin-left: 80px;
	margin-top: 10px;
	border: 1px dotted #666666;
}
