@charset "utf-8";
/*
 * 2009-12-25
 * 幸福城堡
 * By Moya
*/

body{
	background:#fde7b0;
}

/*---------- banner ----------*/
.banner-wrap{
	height:200px;
	background:url(/images/space/happy_castle/banner-wrap.jpg) repeat-x 50% 0;
	}
.banner{
	height:200px;
	background:url(/images/space/happy_castle/banner.jpg) no-repeat 50% 0;
	}
.banner .intro{
	padding:20px 0 0 100px;
	color:#892e0b;
	}
.banner h1{
	font-size:30px;
	}
.banner h2,
.banner p{
	margin-left:40px;
}

/*---------- nav ----------*/
.nav-wrap{
	height:30px;
	background:#fc8c2d;
	}
.nav{
	background:#fc8c2d;
	}
.nav li a{
	color:#FFF;
	background:none;
	}
.nav li a:hover,
.nav li.current a{
	color:#892e0b;
	background:none;
}
.nav li.core{
	padding:0 120px 0 0;
	}
.nav li.core a,
.nav li.go a{
	color:#fdfe87;
	background:none;
	}
.nav li.core a:hover,
.nav li.go a:hover{
	color:#600;
}

/*---------- module ----------*/
.module .head{
	color:#FFF;
	background:#fc8c2d;
	}
.module .head-left{
	background:none;
	}
.module .head-right{
	background:none;
	}
.module .head-center{
	background:none;
}

.module .head .toggle{
	background:url(/images/space/happy_castle/module-toggle.gif) no-repeat;
}

.module .body-wrap{
	background:none;
    }
.module .body{
	padding:15px 14px;
	border:1px solid #fc8c2d;
	border-top:none;
	background:#FFF;
}

.module .foot{
	display:none;
}