h1,h2,h3,h4,h5,h6,p,div {
 margin:0;
 padding:0;}

body{margin:0;
 padding:0;
 background: #ffffff;
 background: url(../img/bottom-line.jpg) center top repeat-y; 
 background-repeat: no-repeat;
background-position: bottom;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #666666; }
a:active { color: #000000; }


body,td,th {font-size:12px;
color:#333333;
line-height:150%;}

/* --- ページ --- */
#page {
width: 522px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: url(../img/main-bg.jpg) center top repeat-y; /* コンテナの背景（影の背景画像） */
}

