@charset "utf-8";

/************************************************* Site Default ***/
* {
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	font-style: nomal;
}
/************************************************* BODY ***/
body{
	font-size:9pt;
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}
/************************************************* HEADER ***/
#aHeader{
	width:800px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-top:10px solid #FF0066;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
#aHeader h1{
	font-size:9pt;
	margin:0;
	padding:0;
	color:#FF0066;
}
/************************************************* TOPS ***/
#index{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
/********************* TOPS IMAGES ***/
#top{
	width:800px;
	height:95px;
	background-image:url("../images/top1.jpg");
	background-repeat : no-repeat;
}
#top2{
	width:795px;
	height:261px;
	background-image:url("../images/top2.jpg");
	background-repeat : no-repeat;
	padding-left:5px;
}
#top3{
	width:800px;
	height:120px;
	background-image:url("../images/top3.jpg");
	background-repeat : no-repeat;
}
#top4{
	width:800px;
	height:124px;
	background-image:url("../images/top4.jpg");
	background-repeat : no-repeat;
	clear:both;
}
#enter{
	width:253px;
	height:77px;
	float:left;
}
#exit{
	width:253px;
	height:77px;
	float:left;
}
#between{
	width:4px;
	height:124px;
	float:left;
}
/************************************************* Lucky1 ***/
#LuckyCode1{
	text-align:left;
	width:800px;
	height:178px;
	background-image:url("../images/Lucy1.jpg");
	background-repeat : no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
/************************************************* Lucky2 ***/
#LuckyCode2{
	text-align:left;
	width:780px;
	height:176px;
	background-image:url("../images/Lucy2.jpg");
	background-repeat : no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	padding-top:5px;
	padding-left:20px;
}
#LuckyCode2 strong{
	font-size:120pt;
	margin:0;
	padding:0;
	color:#FF0066;
}
/************************************************* Lucky3 ***/
#LuckyCode3{
	text-align:left;
	width:800px;
	height:91px;
	background-image:url("../images/Lucy3.jpg");
	background-repeat : no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
/************************************************* During ***/
#During{
	text-align:left;
	width:414px;
	height:257px;
	background-image:url("../images/top_text.jpg");
	background-repeat : no-repeat;
	padding:2px;
	float:left;
}
/********************* During font ***/
#During h2{
	font-size:9pt;
	font-weight: bolod;
	color:#FF0066;
	margin-bottom:2px;
}
#During h3{
	font-size:9pt;
	font-weight: bolod;
	color:#FF0066;
	margin-bottom:2px;
}
#During strong{
	font-size:9pt;
	font-weight: bolod;
	color:#FF0066;
	margin-bottom:2px;
}
/************************************************* Midway ***/
#midway{
	width:800px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
/********************* Midway Divided ***/
#Divided1{
	text-align:left;
	width:790px;
	height:120px;
	padding:5px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	overflow:auto;
}
/********************* Midway Divided2 ***/
#Divided2img{
	width:200px;
	height:200px;
	background-image:url("../images/text2.jpg");
	background-repeat : no-repeat;
	float:left;
}
#Divided2{
	text-align:left;
	width:580px;
	height:190px;
	padding:5px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	overflow:auto;
	float:right;
}
#Divided2 ul{
	list-style-image:url("../images/arrow.gif");
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:3px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:7px;
	clear:all;
}
#Divided2 li{
	width:48px;
	height:12px;
	margin-top:0px;
	margin-right:2px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:5px;
	padding-right:2px;
	padding-bottom:0px;
	padding-left:1px;
	float:left;
}
/********************* Midway Divided3 ***/
#Divided3{
	text-align:left;
	width:790px;
	height:290px;
	padding:5px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	overflow:auto;
}
/************************************************* Sitemap ***/
#Sitemap{
	align:center;
	text-align:center;
	width:800px;
	height:42px;
	margin-right:auto;
	margin-left:auto;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
/************************************************* BOTTOM ***/
#bottom{
	align:center;
	text-align:center;
	width:800px;
	height:24px;
	margin-right:auto;
	margin-left:auto;
	border-right:1px solid #999999;
	border-bottom:10px solid #FF0066;
	border-left:1px solid #999999;
}
/************************************************* END ***/