html{
	margin: 0;
	padding: 0;
	background:url(../present/images/bg_all.jpg);
}

body{
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 700px;
	height: auto;
	background:url(../present/images/bg_contents.png);
	margin: 0 auto;
	text-align: center;
}

#Header{
	width: 700px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;

}

.CntBox{
	width: 570px;
	height: autopx;
	margin: 0 auto;
	text-align: center;
	background:url(../present/images/bg_cont_inter.gif) ;
}

.CntLeft{
	width: 248px;
	/* border: solid 1px #000; */
	float: left;
}
.CntRight{
	width: 248px;
	/* border: solid 1px #000; */
	float: right;
}

.title_mini{}

.titleText{
	width: 540px;
	height: auto;
	padding: 5px 5px 10px 5px;
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: left;
}

.cont_text{
	width: 520px;
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 auto;
	text-align: left;
	background: #eee2ce;
	border: solid 1px #aaaaaa;
}

.box{
	width: 498px;
	display:block;
	padding: 0 3px 0 5px;
	margin-bottom: 5px;
	border-left: solid 5px #000;
	border-bottom: solid 1px #000;
}


.btn_close {
	width:150px;
	height:30px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.btn_close a {
	background:url(../present/images/btn_close.jpg) top center no-repeat;
	width:150px;
	height:30px;
	display:block;
	text-indent:-9999px;
}

.btn_close a:hover {
	background-position:0 -30px;
}

table{
	width: 520px;
	height: auto;
	border-collapse: collapse;
	border: solid 2px #744a3a;
}

table.vs{
	width: 248px;
	height: auto;
	border-collapse: collapse;
	border: solid 0px #eee2ce;
}

table.vs td{
	padding: 5px;
	border: solid 0px #eee2ce;
}

td{
	padding: 5px;
	border: solid 1px #744a3a;
}

td strong{
	font-size: 12px;
}

td.Type1{
	background: #9d644f;
	color: #fff;
}

td.Type2{
	background: #e6b4b0;
}

td.Type3{
	background: #94bae0;
}

td.Type4{
	background: #eee2ce;
}

.ssBox{
	padding: 10px 0 20px 0;
}

.at{
	font-size: 12px;
	padding-top: 5px;
}

#fooder{
	width: 700px;
	height: 30px;
	margin: 0 auto;
	text-align: center;

}

.fontcolor1{
	color: #f00;
}

.WorldTitle{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom: solid 1px #990000;
	border-left: solid 5px #990000;
        padding-left: 6px;
        margin-bottom: 10px;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
