@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
}

a { color: #ffcd22;}
a:hover { color: #5477bd;}
a:visited { color: #ffcd22;}

#outer {
	width: 100%;
	background-image: url(images/bg.jpg); /*整頁的主背景*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #a60606;
	color: #FFF;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 17px;
}

#outer #weapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 680px;
}

#outer #weapper #header {
	height: 650px;
	width:1000px;
	position: relative;
}

.doll{
	height: 200px;
	width: 135px;
	position: absolute;
	top: 305px;
	left: 92px;
}

.egg{
	height: 210px;
	width: 170px;
	position: absolute;
	top: 266px;
	right: 91px;
}

#logo {
	display: block;	
	width: 110px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;	
}

#logo a {
	display: block;	
	height: 60px;
}

.header_txt{
	width: 800px;
	position: absolute;
	top: 560px;
	left: 100px;
}

#outer #weapper #content {
	width: 800px;
	background-color: #0b0011;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-left: 100px;
}

#outer #weapper #content_bottom {
	width:1000px;
	position: relative;
	background: url(images/content_bottom.png) bottom left no-repeat;
}

#outer #weapper #notice {
	width: 800px;
	height: 270px;
	visibility: inherit;
	font-size:13px;
	line-height: 1.8em;
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 90px;
}

.red { color: #ffdf49; }

.width{ font-weight: bold;}

.title {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	color: #ffcb51;
}

.notice {
	color: #ffeb8c;
	font-size: 14px;
	line-height: 1.5em;
}

.but_casual {
	width: 100%;
	padding: 30px 0px 10px 0px;
}

.buy a {
	display: block;
	width: 167px;
	height: 52px;
	background-image: url(images/buy.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.buy a:hover {
	background-position: 0px -52px;
}
