body {
	font-size: 10pt;
	color: #cccccc;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #999999;
  scrollbar-shadow-color: #999999;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #ff0000;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #cccccc;
}

/* リンク */
a:link { color: #999999; text-decoration: none; }
a:visited { color: #777777; text-decoration: none; }
a:active { color: #dddddd; text-decoration: none; }
a:hover { color: #dddddd; text-decoration: none; }

/* コンテンツ部 */
#contents {
  margin: 0 auto;
  width: 940px;
}

/* メニュー部 */
#menu {
  float: left;
  width: 160px;
  font-size: 8pt;
  
}

/* コンテンツ部 */
#main {
  float: right;
  width: 540px;
}
#ttl {
  float: right;
  width: 540px;
  font-weight:bold;
	color: #ffffff;
}

#link {
  float: right;
  width: 200px;
}

#img {
	float: left;
	width: 100px;
}
#list {
	float: right;
	width: 200px;
}
#list2 {
	float: right;
	width: 200px;
}
#comment {
	float: left;
	width: 540px;
}


/* フッター部 */
#footer {
  margin-top: 3em;
  text-align: center;
}
