@charset "utf-8";
/* CSS Document */
body{
	background:#dedede;
	margin: 0;
}
#WRAPPER{
	background-image:url(img/index_bg.jpg);
	margin: 0 auto;
	width:900px;
	height:640px;
	}
	
#TOP{
    margin:0;
	width:900px;
	height:120px;
	position:relative;
	}
#TOP h1{
	position:absolute;
	margin:10px;
	left:0px;
	float:left;
	display:block;
	color:#ff0000;
	background-repeat:no-repeat;
	width:162px;
	height:50px;
}
#TOP ul{
    margin-top:30px;
	margin-right:30px;
	padding:0;
	list-style-type: none;
	}
#TOP li{
    float:right;
	text-indent: -9999px;
	
	}
#TOP li a{
    display: block;
	width: 98px;
	height: 98px;
	}
#TOP li#home a{
    background-image:url(img/btn1.jpg);
	background-repeat:no-repeat;
	}
#TOP li#about a{
    background-image:url(img/btn2.jpg);
	background-repeat:no-repeat;
	}
#TOP li#use a{
    background-image:url(img/btn3.jpg);
	background-repeat:no-repeat;
	}
#TOP li#promo a{
    background-image:url(img/btn4.jpg);
	background-repeat:no-repeat;
	}
#TOP li#reading a{
    background-image:url(img/btn5.jpg);
	background-repeat:no-repeat;
	}
#TOP li#home a:hover{
    background-image:url(img/btn1a.jpg);
	background-repeat:no-repeat;
	}
#TOP li#about a:hover{
    background-image:url(img/btn2a.jpg);
	background-repeat:no-repeat;
	}
#TOP li#use a:hover{
    background-image:url(img/btn3a.jpg);
	background-repeat:no-repeat;
	}
#TOP li#promo a:hover{
    background-image:url(img/btn4a.jpg);
	background-repeat:no-repeat;
	}
#TOP li#reading a:hover{
    background-image:url(img/btn5a.jpg);
	background-repeat:no-repeat;
	}
#content{
    position:relative;
    width:900px;
	height:490px;
	margin:auto;
	}
#content h2{
	
	position:absolute;
	margin-left:310px;
	margin-top:410px;
	text-indent:-9999px;
	
	
	float:left;
	}
#content h2 a{
    display:block;
    background-image:url(img/order_btn.jpg);
	background-repeat:no-repeat;
	width:165px;
	height:75px;
	}
#content h2 a:hover{
    background-image:url(img/order_btn2.jpg); 
	background-repeat:no-repeat; 
	 
	}
#content h3{
	position:absolute;
	margin-left:400px;
	margin-top:17px;
	width:500px 
	height:474px;
}
	
#footer{
	
	position:relative;
	padding:auto;
	width:900px;
	height:20px;
	margin:auto;
	}

#footer p{
	margin-top:10px;
	color:#333333;
	font-size:12px;
}


	
	
	
	
	
