@charset "utf-8";
/* CSS Document */

/********** standard **********/

* {
 margin: 0;
 padding: 0;
 background-repeat: no-repeat;
}

* img {
 border: none;
}

* ul {
 list-style: none;
}

* table {
 border-collapse: collapse;
}

html {
 overflow-y: scroll;
}

body {
 font-family: "Lucida Grande",
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 14px;
 line-height: 1.4;
 font-weight: normal;
}

#wrapper {
 width: 500px;
 margin-right: auto;
 margin-left: auto;
}

#container {
 overflow: hidden;
 background-color: #FFF;
 zoom:1; /* for ie6 */
 width: 500px;
 height: 400px;
 margin-top: -200px;
 margin-left: -250px;
 position: absolute;
 top: 50%;
 left: 50%;
}

#contents {
 font-size: 150%;
 text-align: center;
}

h2 {
 font-size: 100%;
 margin-bottom: 20px;
}

h3 {
 margin-bottom: 30px;
}

.clearfix {
 zoom: 1;
}

.clearfix:after {
 content: ""; 
 display: block; 
 clear: both;
}