@charset "UTF-8";


#contents h2 {
font-size: 1.3em;
color: #ffd200;
margin-bottom: 10px;
}

#contents h2 a {
color: #ffd200;
text-decoration: none;
}

.box {
width: 580px;
overflow: auto;
padding: 20px;
margin-bottom: 20px;
background-image: url(../images/sales/back.jpg);
}

.left {
float: left;
width: 320px;
overflow: auto;
padding-right: 20px;
}

.right {
float: right;
width: 240px;
overflow: auto;
}

.box ul {
border-bottom: 2px solid #999;
padding-bottom: 10px;
}

.box p {
padding-top: 10px;
}
