body {
 font-size: 62.5%;
 font-family: "Lucida Grande" "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
 color: #fff; line-height: 1.62;
 background: #000;
}

/*clearfix関係*/
.cf:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.cf {
min-height:1px;
}

/********** 構造部分 **********/
#wrap {
 margin: 0 auto;
 width: 1000px;
}
/****** 全体 ******/
a {
 color: #ccc;
 text-decoration: none;
}
a:hover { color: #fff; }

/****** コンテンツ部分 ******/

ul#section_01 {
 margin: 20px 0 20px;
}
ul#section_01 li {
 float: left;
 margin-right: 10px;
 width: 130px;
}
div#section_02 {
 position: relative;
 width: 320px;
 margin: 0 auto;
 text-align: center;
}
div#section_02 a {
 display: block;
 margin-bottom: 20px;
}
/****** フッター部分 ******/
#footer {
 text-align: center;
}
.copy {
 margin-bottom: 30px;
 text-align: center;
 color: #fff;
}