/*-------------------------フォントサイズ等の指定*/ 
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 150%;   
}   
* + html body {   
    font-family: "メイリオ","Meiryo";   
}  
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
body {
	font-size: 100%;
}
html>/**/body {
	font-size: 17px;
}
/*-------------------------wrapperの指定*/ 
#wrapper {
  text-align: center;
  width: 950px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
}
/*-------------------------headerの指定*/ 
#header {
width: 950px;
  height: 0px;
  margin: 0;
  padding: 0;
}
/*-------------------------contentsの指定*/
#contents {
  width: 748px;
  height: 814px;
  overflow: scroll;
  scrollbar-base-color: #000000;
  float: right;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  margin: 0;
  padding: 0;
}
html div#subContents    {      
   position: absolute;      
   top: expression(eval(document.documentElement.scrollTop+100));      
  position: fixed;
}
/*-------------------------sidebarの指定*/
#sidebar {
  width: 178px;
  height: 794px;
  overflow: scroll;
  scrollbar-base-color: #ffffff;
  float: left;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
  border-style: solid;
	border-width: 1px;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
html div#subContents    {      
   position: absolute;      
   top: expression(eval(document.documentElement.scrollTop+100));   
position: fixed;   
}  
a img{
   border-width: 0%;
 }
/*-------------------------footerの指定*/
#footer {
  clear: both;
  margin: 0;
  padding: 0;
}
p.note {
		line-height: 1.4;
		}
body {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	color: black;
}
a:link {text-decoration:  underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration:  underline;}
a:hover {color: #00ff00;
}	
ol.list li{
	list-style-type: decimal;
}