.Wrapper{
    width:1060px;
    margin:20px auto;
}

.Btn{
	overflow:hidden;
	
}
.Btn ul {
	margin:0 auto 0 0;
}
.Btn li{
    width:auto;
    padding:4px 10px;
	list-style-type:none;
    float:left;
    background:#ccc;
    color:# 666;
    text-align:center;
    cursor: pointer;
	margin:5px 2px 0 0;
	font-size:14px;
}
.Btn li:hover{
    background:#acf;
}
.Btn li.active{
    background:#b5b5ff;
    color:#333;
}

.contents{
    background:#efefff;
    padding:15px;
	position:relative;
	left:10px;
}
.contents p{
    font-size:15px;
	line-height:1.5;
}
