@charset "utf-8";
/* 69_CSS Document */

body{   
    margin: 0;   
    padding: 0;
	background-color:#000000;
	font-size:13px;
	font-style:normal;
	line-height:150%;
	color:#CCCCCC;   
}  
 
* html body {   
    overflow: hidden;   
}

a:link { color: #ffa500; text-decoration: none; }
a:visited { color: #ffa500; text-decoration: none; }
a:hover { color: #990000;  text-decoration: none; }

a.img:link { color: #000000; text-decoration: none; }
a.img:visited { color: #000000; text-decoration: none; }
a.img:hover { color: #990000;  text-decoration: none; }
   
a.list:link { color: #cccccc; text-decoration: none; }
a.list:visited { color: #cccccc; text-decoration: none; }
a.list:hover { color: #ffa500;  text-decoration: none; } 

div#header {   
    position: fixed !important;   
    position: absolute;   
    top: 0;   
    left: 0;   
    width: 100%;   
    height: 90px;   
    background-color: #000000;   
}
   
div#footer {   
    position: fixed !important;   
    position: absolute;   
    bottom: 0;   
    left: 0;   
    width: 100%;   
    height: 30px;
    background-color: #000000;   
}
 
div#contents {
	width: 100%;
    height: 100%;   
    overflow: auto;
	background-image:url(img/69back.jpg);	
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	color:#CCCCCC;
}

#menu a{
    display:block;
    width:100%;
    /*background:url(img/bottan.jpg) repeat-x;*/
    /*background-position: left bottom;*/
    background-color: #ffffff;
    height:100%;
    line-height:100%;
    text-decoration:none;
    text-align:center;
    border: none;
}

#menu a:hover{
    color:orange; 
    /*background:url(img/bottan2.jpg) repeat-x;*/
	/*background-position: left bottom;*/
    background-color: #990000;
}


