@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
	background:#ffe;
}
h1{
	font-size:18pt;
	text-shadow:0 0 3px #F00;
}
h2{
	font-size:13pt;
}
p{
	color:#444;
	line-height:1.5em;
	margin:5px 0;
	padding:5px 0;
}
a{
	text-decoration:none;
}
img{
	border:none;
}
hr{
	border:#ccc 1px  dotted;
	margin: 5px 0 15px 0;
}
#wrapper{
	width:960px;
	margin:0 auto;
	padding:0;
	background:#fff;
	box-shadow:0 0 10px #333;
}
#header{
	height:585px;
}
#menu{
	height:60px;
	margin:0 0 15px 0;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	display:inline-block;
}
#content{
	background:#fff;
}
#left{
	width:240px;
	margin:  0;
	padding:0 15px 0 30px;
	float:left;
}
#left div{
	margin:0 0 15px 0;
}
#left h1{
	font-size:13pt;
	color:#333;
	text-align:center;
	background:#eee;
	line-height:2.5em;
	background:url(image/left_h1_bg.jpg) right bottom no-repeat;
	text-shadow:0 0 3px #666;
}
#left h2{
	margin:.5em 0;
}
.intro{
	text-align:center;
}
.cover{
	margin:0 0 15px 0;
}
#left .intro h2{
	font-family:"Times New Roman", Times, serif;
}
.cart{
	display:inline-block;
	padding:5px 10px;
	color:#fff;
	background:#900;
	border:1px #ccc solid;
	border-radius:5px;
}
.cart:hover{
	color:#900;
	background:#ccc;
}
.more{
	text-align:center;
}
.more h2{
	margin:0;
}
.prize{
	color:#f00;
	font-size:12pt;
	font-weight:bold;
}
#right{
	width:630px;
	margin:0 0 30px 0;
	padding:0 30px 0 15px;
	float:left;
}
#right h1{
	font-family:"Times New Roman", Times, serif;
}
#right iframe{
	margin:0 0 10px 10px;
	float:right;
}
.dfbg{
	background:url(image/dfbg.png);
}
.gotop{
	text-align:right;
}
.scrollcontent{
	height:330px;
	margin:0 0 15px 0;
	padding:15px;
	overflow:auto;
	border:1px solid #ccc;
	background:#fff;
}


#footer{
	clear:both;
	width:100%;
	height:87px;
}
#footer a{
	color:#fff;
}

/* Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}