* {
    margin: 0;
    padding: 0;
}
a:link {
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}
html,body {
	margin:0;
	height:100%;
	background-color: #000000;
        scrollbar-face-color: #000000;       
        scrollbar-3dlight-color: #000000;    
        scrollbar-highlight-color: #ffffff;  
        scrollbar-shadow-color: #ffffff;     
        scrollbar-darkshadow-color: #000000; 
        scrollbar-arrow-color: #ffffff;      
        scrollbar-track-color: #000000;      
	color:#fff;

	
	
}

img {
	border:0;
}

ul {
	list-style:none;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:100%;
	min-height: 100%;
	border:solid #8a2be2;
	border-width:0 1px;
	overflow: hidden;
}

/* ヘッダ */
#header {
	width:800px;
	min-height:47px;
	height:auto !important;
	height:47px;
	color:#fff;
	background:#8a2be2;
}

#header h1 {
	margin:0;
	padding:10px 10px 15px;
	font-size:120%;
	float:left;
	line-height:1em;
}

#header ul {
	margin:0;
	padding:8px 10px 3px 10px;
	font-size:70%;
	text-align:right;
}

#header li {
	margin:0 0 5px 0;
	line-height:1.32em;
}

#header div {
	min-height:17px;
	height:auto !important;
	height:17px;
	padding:8px;
	color:#fff;
	background:#8a2be2;
	font-size:80%;
	text-align:center;
	line-height:1.32em;
	clear:both;
}

#header a {
	color:#3366cc;
	text-decoration:none;
}

#header a:hover {
	color:#cc0000;
}

/* コンテント */
#content {
	width:620px;
	float:right;
}

#content h2 {
	margin:0 10px 10px;
	padding:5px;
	color:#fff;
	background:#000;
	font-size:95%;
	line-height:1em;
}

#content ul {
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:0 10px;
	padding:0;
}

#content li {
	margin:10px 0;
	font-size:80%;
	line-height:1.32em;
}

/* ナビ */
#navi {
	float:left;
}

#navi h3 {
	margin:0 0 7px 0;
	color:#cc0000;
	font-size:80%;
	line-height:1em;
}

#navi .menu {
	width:160px;
	margin:0 10px 10px;
}

#navi .menu p {
	margin:0;
	padding:0 0 5px 0;
	font-size:80%;
	line-height:1.32em;
}

#navi .submenu {
	width:160px;
	margin:10px;
}

#navi .submenu p {
	margin:0;
	padding:0 0 5px 0;
	font-size:80%;
	line-height:1.32em;
}

/* フッタ */
#footer {
	width:800px;
	clear:both;
	position:fixed !important;
	position:absolute;
	bottom:0;
}

#footer p {
	margin:0;
	padding:3px 5px;
	color:#fff;
	background:#8a2be2;
	font-size:65%;
	text-align:right;
	line-height:1.32em;
	font-family:verdana;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
