@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

html {
	overflow-y: scroll;
}
body {
	line-height: 1.3;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}
h1 {
	font-size: 200%;
	font-family: "Arial Black", Arial;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
        font-size: 100%;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 5px 10px;
}
ul li {
	list-style: none;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
	font-family: "ＭＳ ゴシック", monospace;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}

table {
	margin: 2px 0 5px 0;
}
table tr th {
	padding: 5px;
	border: none;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: none;
}
table tr td input {
	margin: -2px 0;
}

form {
	margin-bottom: 20px;
}
form legend {
	display: none;
}
form dl dd {
	margin: 0 0 10px 0;
}
form dl dd input, form dl dd textarea {
	padding: 4px;
}
form dl dd select {
	padding: 2px;
}
form ul {
	margin: 15px 0;
}
form ul li {
	list-style: none;
}
form p {
	margin: 20px 0;
}
form p input {
	padding: 3px 10px;
}

img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link, a:visited {
	color: #776b5c;
	text-decoration: none;
}
 a:active, a:hover {
	color: #99ff00;
	text-decoration: none;
}

option {
	color: #776b5c;
	text-decoration: none;
}

 input,textarea {
 font-size:12px;
 color:#776b5c;
 background-color:#ffffff;
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
 border-top:1px solid #776b5c;
 border-bottom:1px solid #776b5c;
 border-left:1px solid #776b5c;
 border-right:1px solid #776b5c;
 border-radius: 4px;
 scrollbar-track-color:#ffffff;
 scrollbar-face-color:#ffffff;
 scrollbar-shadow-color:#776b5c;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-highlight-color:#776b5c;
 scrollbar-3dlight-color:#ffffff;
 scrollbar-arrow-color:#776b5c;
 }

/********* 個別指定 *************************************************/
#action {
	overflow: hidden;
}
#action form {
	float: left;
	margin-right: 3px;
}

.complete {
	color: #00AA00;
	font-weight: bold;
}
.attention {
	color: #FF0000;
	font-weight: bold;
}
.number {
	text-align: right;
}
/********* ネタバレボタン *************************************************/
span.hidearea {
  line-height: 2.0;
  cursor: pointer;
  padding: 3px 6px;
  border: 1px solid #b4cc5a;
  border-radius: 8px;
  background-color: #ffffff;
       filter:Alpha(opacity=80);
       opacity:0.80;
       -moz-opacity:0.80
  color: #99c143;
  text-align: center;
}
span.hidearea:active, span.hidearea:hover {
  background-color: #ffffff;
  color: #b4cc5a;
}
div.hidearea {
  padding: 5px 10px;
  border: 1px solid #99c143;
  border-radius: 6px;
  background-color: #ffffff;
       filter:Alpha(opacity=80);
       opacity:0.8;
       -moz-opacity:0.8;
}

       }