/* CSS Document */
*{
margin:0;
padding:0;
border:none;
list-style-type:none;
}
img{
vertical-align:bottom;
}
body{
	border-top:8px solid #093;
	background-image:url(../img/bk.jpg);
	background-repeat:repeat;
}

#wrapper{
	margin:0 auto;
	width:935px;
	padding:30px 10px 0 15px;
	background-color:#fff;
}

h2{
	margin-top:20px;
	margin-bottom:30px;
}
li p{
	line-height:1.8em;
	font-size:16px;
	margin-top:10px;
	
}
#gold ul{
	padding-left:20px;
}
#gold li{
	width:285px;
    display: inline-block;
    vertical-align: top;
	margin-right:10px;
	margin-bottom:70px;
}
#silver ul{
	padding-left:50px;
}
#silver li{
    display: inline-block;
    vertical-align: top;
	width:140px;
	margin-right:30px;
	margin-bottom:50px;
}
#footer{
	margin-bottom:50px;
	margin-top:80px;
}
#gototop{
	position:fixed;
	right:100px;
	bottom:30px;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}