body     { 
	width:100% ; 
  font-family: "ヒラギノ角ゴ Pro W3", 
  "Hiragino Kaku Gothic Pro", 
  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
  font-size: 12px;
  text-align: center;  
  margin: 0px;  
  padding: 0px;  
	background-image:url(../img/mizutama.gif); /* 背景画像のURL */
	background-repeat:repeat; /* 背景画像の繰り返し */
	background-position:top left; /* 背景画像の位置を右下に */
	background-attachment:fixed; /* 背景画像を固定 */
}
#top1 { 
//	width:900px;
//	margin-left : auto ; margin-right : auto ;
	text-align:center;
//	font-size:12px;
	color:#000000; 
	background:#ffffff;
//	float:center;
}
#left1 { 
//	width:25%;
	margin: 20px;
	text-align:left;
//	font-size:12px;
	background:#ffffff;
	color:#000000; 
	float:left;
	overflow: hidden;
	padding:10px;
}
#right1 { 
	width:75%;
	margin : 20px ;
	text-align:center;
//	font-size:12px;
	background:#ffffff;
	color:#000000; 
//	float:right;
	overflow: hidden;
	padding:10px;
}
#zentai {
	width:600px;
	text-align: center;
}
#bottom { 
	clear:both ; 
	margin-left:10px; margin-right:10px;
	color:#000000;
	text-align:center;
}

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;
}
td.L {text-align:left  ;vertical-align:top;}
td.C {text-align:center;vertical-align:top;}
td.R {text-align:right ;vertical-align:top;}
td.keiba { background-color:#0000ff; color:#ffffff; text-align:center; vertical-align:top; }
td.eiga  { background-color:#ff0000; color:#ffffff; text-align:center; vertical-align:top; }
td.base  { background-color:#000000; color:#ffffff; text-align:center; vertical-align:top; }

