body     { 
	width:100% ; 
  font-family: "ヒラギノ角ゴ Pro W3", 
  "Hiragino Kaku Gothic Pro", 
  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
  font-size: 12px;
  text-align: center;  
	background-color: #ffffff ;
  margin: 0;  
  padding: 0;  
	background-image:url(./img/mizutama.gif); /* 背景画像のURL */
	background-repeat:repeat; /* 背景画像の繰り返し */
	background-attachment:fixed; /* 背景画像を固定 */
}
#top1 { 
//	width:900px;
//	margin-left : auto ; margin-right : auto ;
	text-align:center;
//	font-size:12px;
	color:#000000; 
	background:#ffffff;
//	float:center;
}
#top2 { 
//	width:900px;
//	margin-left : auto ; margin-right : auto ;
	text-align:left;
	color:#000000;
//	float:center;
}
#wrapper {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	background-image:url(coffee-img/cf.jpg); /* 背景画像のURL */
	background-repeat:no-repeat; /* 背景画像の繰り返し */
	background-position:bottom center; /* 背景画像の位置を右下に */
	background-attachment:fixed; /* 背景画像を固定 */
}
a{/*リンクされた文字*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0000cc;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#990000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
td{
	bgcolor:#ffffff;
}


