@charset "utf-8";
/*
 * 2009-09-24
 * 紫色童话
 * By moyo
*/

body{
	background:#fff6f3;
}

/*---------- banner ----------*/
.banner-wrap{
	height:250px;
	background:url(/images/space/theme2/banner-wrap.jpg) repeat-x 0 0;
	}
.banner{
	height:250px;
	background:url(/images/space/theme2/banner.jpg) no-repeat 0 0;
	}
.banner .intro{
	padding:30px 0 0 35px;
	color:#9d597c;
}

/*---------- nav ----------*/
.nav-wrap{
	position:relative;
	margin-top:-30px;
	}
.nav{
	background:none;
	}
.nav li a{
	color:#fff6f3;
	background:#a899a9;
	}
.nav li a:hover,
.nav li.current a{
	color:#a899a9;
	background:#fff6f3;
}
.nav li.core a,
.nav li.go a{
	background:#758f9f;
}

/*---------- module ----------*/
.module .head{
	color:#6d5e78;
	background:url(/images/space/theme2/head.jpg) repeat-x 0 0;
	}
.module .head-left{
	background:none;
	}
.module .head-right{
	background:none;
	}
.module .head-center{
	background:none;
}

.module .head .toggle{
	background:url(/images/space/theme2/module-toggle.gif) no-repeat;
}

.module .body-wrap{
	background:none;
    }
.module .body{
	padding:15px 14px;
	border:1px solid #d8caee;
	border-top:none;
	background:#FFF;
}

.module .foot{
	display:none;
}


