/* ページの基本構造
-------------------------------------------- */

#banner {
  height:  50px;
  padding: 0px;
  width: 800px;
}
#content {
  margin-left:  150px;
  margin-right:  0px;
  padding: 0px;
  width: 650px;
}
#links-left {
  position: absolute;
  top: 135px;
  left: 0;
  padding: 0px;
  width: 150px;
}
#counter {
  position: absolute;
  top: 535px;
  left: 0;
  padding: 0px;
  width: 150px;
}
#footer {
  text-align: center;
  width: 800px;
}

/* 余白の設定
-------------------------------------------- */

body {
  margin:  0;
  padding: 0;
}
h1, h2 {
  margin: 0;
}

/* 仮の背景色
-------------------------------------------- */

#banner     { background: #000000; }
#links-left { background: #999900; }
#content    { background: #669933; }
#footer     { background: #ffaa00; }

A:link{color:#FFFF00;text-decoration:none;}
A:active{color:#ff0000;text-decoration:underline;}
A:hover{color:#FF6600;text-decoration:underline;}
A:visited{color:#666666;text-decoration:none;}

BODY {background-color:#000000; 
color:#333333;
scrollbar-base-color: #ffffff;
   scrollbar-3dlight-color:    #cccccc;
   scrollbar-arrow-color:      #999999;
   scrollbar-darkshadow-color: #000000;
   scrollbar-face-color:       #000000;
   scrollbar-highlight-color:  #999999;
   scrollbar-shadow-color:     #333333;
font-size:12px; line-height:140%; font-family: 'ＭＳ Ｐゴシック''Osaka';} 
TH {font-size:90%; line-height:140%; font-family: 'ＭＳ Ｐゴシック''Osaka'; background-color:#444444;}
TD {font-size:90%; line-height:140%; font-family: 'ＭＳ Ｐゴシック''Osaka';}
 H1 {color: #c0c0c0; font-size:140%; line-height:140%; font-weight: bold; margin-left:20; margin-right:60;}
H2 {
	color: #000000;
	font-size:16px;
	margin-left:10;
	margin-right:0;
	padding-left:10px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-weight: bold;
	line-height: normal;
	background-image: none;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 10;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-color: #aa9900;

}
H3 {
	color: #ff9900;
	font-size:110%;
	line-height:100%;
	font-weight:bold;
	margin-left:60;
	margin-right:70;
	border-bottom-width: 1;
	border-bottom-style: groove;
	border-bottom-color: #666600;
	list-style-position: outside;
	list-style-image: url(/gargoyle/images/button/hoshi.gif);
}
H4 {color: #999999; font-size:100%; line-height:100%; font-weight: bold; text-indent:16px; margin-left:50; margin-right:90;}
H5 {color: #000000; font-size:130%; background-color: #006633;line-height:140%; margin-left:50; margin-right:100;}

HR {margin-left:70; margin-right:70; }
UL LI {margin-left:110; margin-right:110; }
OL LI {margin-left:110; margin-right:110; }


