@charset "utf-8";
@import url(base.css);

/*body*/
body {
	background-color: #FEFCF5;
	background-image: url(usr/bg.jpg);
	background-repeat: repeat-x;
	color:#6F462B;
}
/*header*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(usr/headerBg.jpg);
	width: 780px;
	background-repeat: repeat;
	height: 359px;
}
#header .menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 490px;
	padding-top:300px;
	text-align:center;
}
#header .menu ul {
	height: 25px;
	margin: 0px;
	padding: 0px;
	width: 490px;
	list-style:none;

}

#header .menu li {
	margin: 0px;
	float: left;
	padding:0px 10px 0px 0px;
	text-decoration:none;
}
#header .menu li a{
	margin: 0px;
	float: left;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	color:#6F462B;
}
#header .menu li a:hover{
	color:#FFFFFF;
	background-color:#D9F27E;
}
/*main*/
#main {
	width: 650px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}
#main .beauty {
	background-image: url(usr/titleBeauty.jpg);
	height: 41px;
	background-repeat: no-repeat;
}
#main .diet {
	background-image: url(usr/titleDiet.jpg);
	height: 41px;
	background-repeat: no-repeat;
}
#main .trouble {
	background-image: url(usr/titleTrouble.jpg);
	background-repeat: no-repeat;
	height: 41px;
}
#main .cosme {
	background-image: url(usr/titleCosme.jpg);
	height: 41px;
	background-repeat: no-repeat;
	display:block;
}
#main h3.beauty,h3,diet,h3.trouble,h3.cosme a{
	font-size:92%;
	color:#6F462B;
	padding:28px 0px 0px 15px;
	text-decoration:none;
}

#main h3.beauty,h3,diet,h3.trouble,h3.cosme a:hover{
	font-size:92%;
	color:#6F462B;
	padding:28px 0px 0px 15px;
	text-decoration:none;
}
#main h4{
	background-image: url(usr/titleBg.jpg);
	background-repeat:no-repeat;
	height:20px;
	padding-left:12px;
	margin:30px 0px 10px 15px;
	font-size:105%;
	}

#bottomAd {
	text-align: center;
	width: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
p.return a{
	color:#999999;
	text-decoration:none;}

.recommend li{
	background-image: url(usr/linkDot.jpg);
	height:20px;
	background-repeat:no-repeat;
	margin:5px 0px 0px 20px;
	padding:5px 0px 0px 15px;
}
/*footer*/
.foot {
	height: 191px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(usr/footerBg.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(usr/footer_bg_r.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:191px;
}
