<!--

html,body {
height:100%;
text-align: center;
background-repeat:no-repeat;
background-position : center top;
background-attachment:fixed;
background-color: #ffffff;
}

* {
   margin:0;
   padding:0;  /* 全てのプロパティの余白とパディングをリセットします。 */
}

.wrapper {
   width:  775px;
   margin: 0 auto;   /* 幅固定（775px）でセンタリング */
}
.header {
   width:  775px;
   height: 180px;     /* サイトTOPロゴの高さに合わせて調節 */
}
.main {
   width:  775px;     /* メニューとコンテンツを囲んでいるクラス */
}

.footer {
   width: 775px;
   height: 40px;
}

p.news {
line-height: 20px;
}

/* テーブルの処理 */


-->

