/******************************************************************************/
/* ファイル名：PageCommon.css                                                 */
/* 機能      ：各ページ共通のスタイル定義                                     */
/* 著作権    ：2008 niwa no niwa All Rights Reserved.                         */
/******************************************************************************/
body{
  background-color: #000000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

img{
  border-width: 0 0 0 0;
}

a{
  text-decoration: none;
}

a:link{
  color: #663300;
}

a:visited{
  color: #663300;
}

a:hover{
  color: #663300;
  text-decoration: underline;
}

a:active{
  color: #663300;
  text-decoration: underline;
}

ul li{
  list-style-type: none;
}
