body {
  background-color: #000;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 16px;
  color: #fff;
  background-image: url("../img/moacoverright.png"), url("../img/sucoverleft.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% -15%, 0% -15%;
}

.resTable {
  border: 3px solid #5F151B;
  border-radius: 5px;
}

a, a:hover {
  color: #fff;
}

#optTable {
	font-size: 15px;
}

#fldRight, #fldLeft {
  width: 200px;
  height: 200px;
  border: 1px solid #5F151B;
  font-size: 16px;
}

#fldMiddleT, #fldMiddleB {
  border: 1px solid #5F151B;
}

img {
  height: 200px;
  width: 200px;
}

#btn-rawtext {
	cursor: pointer;
	background-color: #7C0919;
  color: #fff;
	width: 150px;
	padding: 2px;
	border: 3px solid #5F151B;
	border-radius: 10px;
}

#menubar {
  position: fixed;
  color: #fff;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
  background-color: #7C0919;
  z-index: 1;
  text-align: center;
  border-bottom-color: #5F151B;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.menu-item {
  width: 120px;
  height: 100%;
  bottom: 50px;
  float: left;
  border-left-color: #5F151B;
  border-left-width: 2px;
  border-left-style: solid;
}

#menu-restart {
  border-left-width: 0px; 
}

.menu-link {
  cursor: pointer;
}

.menu-right {
  float: right;
}

.resTable thead {
  background-color: #000;
  color: #fff;
}

.resTable tbody, #fldLeft, #fldMiddleT, #fldRight, #fldMiddleB {
  background-color: #000;
}

.cbox {
  font-size: 14px;
}
