
/* ページ全体の背景・文字・スクロールバー */
body{
margin-top:0px;
background-color:#800080;
border : 17px solid #000000;
font-size : 10px;
color: #000000;
font-family : Verdana,Osaka;
line-height : 16px;
scrollbar-face-color:#800080;
  scrollbar-track-color:#800080;
  scrollbar-arrow-color:#000000;
  scrollbar-3dlight-color:#800080;
  scrollbar-highlight-color:#800080;
  scrollbar-shadow-color:#800080;
  scrollbar-darkshadow-color:#800080;
}

.a{
font-size : 10px;
color: #000000;
font-family : Verdana,Osaka;
}
.b{
font-size : 30px;
color: #000000;
font-family : Verdana,Osaka;
}

/* リンク */
a:link {
  color:#000000;
  text-decoration:none;
  cursor: e-resize;	/*未訪問リンク */
}
a:visited {
  color:#000000;
  text-decoration:none;
  cursor: e-resize;	/*訪問済みリンク */
}
a:hover {
  color:#800080;
  text-decoration:none;
  cursor: e-resize;
  position:relative;
  top:2px;
  left:2px;	/*マウスが乗ったとき */
}
a:active {
  color:#000000;
  text-decoration:none;
  cursor: e-resize;	/*クリックしたとき */
}

/* インデックスページ全体のテーブル枠 */
.ta1{
width:700px;
height:500px;
background-repeat: no-repeat;
background-attachment: fixed ;
background-position: 0% 0%;
background-image:URL(http://faith.xxxxxxxx.jp/b_purple.GIF);
border: 0px;
}
