@charset "shift_JIS";

/* ページの基本構造
-------------------------------------------- */

#banner {
  height: 150px;
  padding: 10px;
}
#content {
  margin-left: 200px;
  width: 600px;
  padding: 20px;
background: #000000;
}

#links-left {
  position: absolute;
  top: 150px;
  left: 0;
  padding: 10px;
  width: 200px;
}

#links {
  position: absolute;
  top: 100px;
  right: 0;
  padding: 20px;
  width: 160px;
}

#footer {
  text-align: center;
background: #260547;
}

/* 余白の設定
-------------------------------------------- */

body {
  margin:  20;
  padding: 0;
}


/* 仮の背景色
-------------------------------------------- */

body {
background-color:#000000; 
color:#ffffff; 
scrollbar-base-color: #000000;
   scrollbar-3dlight-color:    #cccccc;
   scrollbar-arrow-color:      #999999;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color:       #000000;
   scrollbar-highlight-color:  #999999;
   scrollbar-shadow-color:     #333333;
}

A:link{color:#00ff00;text-decoration:none;}
A:active{color:#ffffff;text-decoration:underline;}
A:hover{color:#ff0000;text-decoration:underline;}
A:visited{color:#aaaaaa;text-decoration:none;}

BODY {font-size:90%; line-height:130%; font-family: "MS UI Gothic";} 
TH {font-size:90%; line-height:130%; font-family: "MS UI Gothic"; background-color:#260547; color:#aa99ff;}
TD {font-size:90%; line-height:130%; font-family: "MS UI Gothic";margin-left:0;}

 H1 {color: #c0c0c0; font-size:140%; line-height:140%; font-weight: bold; margin-left:4%; margin-right:5%;}

H2 {
	color: #6666ff;
	background-color: #000000;
	font-size:130%;
	margin-left:5%;
	margin-right:5%;
	margin-top:1em;
	margin-bottom:5;
	font-style: normal;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bolder;
	line-height: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
	border-left-color: #443388;


}
H3 {
	color: #6318DE;
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	margin-left:2%;
	margin-right:0;
	margin-top:1em;
	margin-bottom:5;
	border-bottom-width: 1;
	border-bottom-style: groove;
	border-bottom-color: #260547;
	list-style-position: outside;
	list-style-image: url(/gargoyle/images/button/hoshi.gif);
	border-top-color: #260547;
	border-right-color: #260547;
}
H4 {color: #000000; font-size:110%; background-color: #260547;line-height:110%;  font-weight: bold; text-indent:5px;
	margin-top:0;
	margin-bottom:5;
 margin-left:9%;
 margin-right:5%;}

H4.blue{color: #6A9904; font-size:100%; line-height:100%; font-weight: bold; text-indent:1em;
	margin-top:0;
	margin-bottom:0;
 margin-left:8%; margin-right:5%;}

H5 {color: #260547; font-size:100%; margin-left:10%; margin-right:5%; text-indent:0;
	margin-top:0;
	margin-bottom:0;
}

P.blue{margin-left:11%; margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	font-family: "MS UI Gothic";
 }

P {font-size:90%;
	margin-top:0;
	margin-bottom:0;
	margin-left:7%;
	line-height: 180%;
	margin-right: 7%;
	font-family: "MS UI Gothic";
}
HR {margin-left:8%; margin-right:5%; }

UL LI {
	margin-left:8%;
	margin-right:15%;
	margin-top:0;
	margin-bottom:0;
	line-height: 160%;

}
OL LI {
	margin-left:8%;
	margin-right:110;
	margin-top:0;
	margin-bottom:0;
	line-height: 140%;

}
UL{list-style-image:url(../images/g.gif);
	margin-top:0;
	margin-bottom:5;
}

.pan {
	color: #CCCCCC;
	font-size:xx-small;
	background-color: #333333;
	line-height:110%;
	font-weight: normal;
	text-indent:5px;
	margin: 0;
}

.red { color: #260547;}
