@charset "Shift_Jis";


/* 自由に消して足して書き換えてください。 */


/***** ページの設定 ******/
body{                                                                /* ページ全体の設定 */
   background-color:#000;
   color:#eee;

   /* スクロールバーの設定。IEのみで反映されます。 */
  scrollbar-face-color: black;
  scrollbar-highlight-color: black; 
  scrollbar-shadow-color: black;
  scrollbar-3dlight-color: black; 
  scrollbar-arrow-color: gray;
  scrollbar-track-color: black; 
  scrollbar-darkshadow-color: black;
   }

p{margin:3px 0 20px;}   /* p要素の設定 */



/***** リンクの設定 ******/
a:link, a:visited {
	text-decoration:none;
	color:"#444444"
}
a{
	cursor:default;
}
a:hover {
	color:"#999900";
	text-decoration: none;
	background-color : #222222;
	border-bottom-color : #ffffff;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
}


/***** 画像部分の設定 ******/
#bg{                                    /* topの設定 */
background-attachment:fixed;
background-color:#000000;
background-image : url(img/bara.jpg);
background-position: 0% 100%;
background-repeat: no-repeat;
}

