/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	width: 760px;
	color: #FFFFFF;
	text-align: left;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #0066CC;
  background: transparent;
}
a:hover, a:active {
  color: #99CCFF;
  background: transparent;
}


/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  width: 760px;
}

/* コンテンツ
---------------------------------------------------- */
#contentsleft{margin:10px 0 0 0;padding:0;width:260px;float:left;display:block;
}
#contentsright{
	margin:0 0 0 40px;
	padding:0px;
	width:460px;
	float:right;
	display:block;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体","Times New Roman", Times, serif;
	font-size: 11px;
}

/* フッタ
---------------------------------------------------- */
#footer {
  margin: 0;
  padding:0;
  width: 760px;
}
#footer ul {
  margin: 0;
  padding: 10px 39px 0 0;
  width: 760px;
  list-style: none;
  text-align: center;
  line-height: 1.0;			/* ■この指定が無いとブラウザ毎に縦位置が変る */
}
#footer li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  font-size: x-small;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  height: 19px;
}
#footer p {
  clear: right;
  margin: 0;
  padding: 1em 35px 1em 0;
  width: 760px;
  text-align: center;
  font-size: x-small;
  color: #CCC;
}

/* other seg */
.hide{display:none;
}
.space{margin:0px;padding:0px;height:10px;font-size:10px;line-height:10px;display:block;
}
.space2{margin:0px;padding:0px;height:20px;font-size:5px;line-height:5px;display:block;
}
.reset{clear:both;display:block;height:1px;font-size:1px;line-height:1px;
}
