ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.cell {
	float:left;
	width:60px;
	height:61px;
	border-width: 1px;
	border-width: 1px;
	border-style: dotted;
	font-size: 35px;
	text-align: center;
}

.hsum {
	float: left;
	width: 20px;
	height: 60px;
	border-style: none;
}

.hsum span {
	position: relative;
	top: 20px;
	left: 2px;
	text-align: center;
	font-size: 16px;
	color: gray;
}

.vsum {
	float: left;
	width: 62px;
	height: 20px;
	border-style: none;
	text-align: center;
	font-size: 16px;
	color: gray;
}

.cell li {
	float: left;
	width: 20px;
	height: 20px;
	border-style: none;
	font-size: 16px;
	text-align: center;
}

.cell li.narrow {
	width: 15px;
	font-size: 13px;
}

.cell li.low {
	height: 15px;
	font-size: 13px;
}

.number, .fix, .void { cursor: pointer; }
.number:hover {
	font-weight: bold;
}

.even { background-color: lightgray; }

.void {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.current { background-color: lightblue; }
.evenonly { background-color: #FFE7FF; }
.oddonly { background-color: #B6E7FF; }

.single { background-color: lightgreen; }
.cell.error {
	background-color: red;
	margin: 0px;
	padding: 0px;
}

.finish { background-color: gray; }
.attention { color: red; }
.fixcandidate { color: blue; font-weight: bold;}
.color  { background-color: yellow; }
.capasity  { background-color: aqua; }
.igeta  { background-color: wheat; }

#answer pre, #answer textarea {
	font-size: 20px;
	font-family: 'ＭＳ ゴシック', monospace;
	padding: 0.5em;
	width: auto;
	height: auto;
}

#param {
	width: 100px;
	font-size: 20px;
	margin: 0.5em 0.1em;
}

#olabel {
	width: 200px;
}

#void {
	float: right;
	width: 25px;
	height: 30px;
	font-size: 20px;
	margin: 0.5em 1.5em;
	text-align: center;
}

#eveninput {
	display: block;
	float: right;
	margin: 0.5em 0em;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: auto;
	text-decoration: none;
	border:3px solid #999;
	border-right-color:#333;
	border-bottom-color:#333;
	color:gray;
	border-style: outset;
	cursor: pointer;
}

#eveninput.selected {
	border:3px solid #333;
	border-right-color:#999;
	border-bottom-color:#999;
	padding: 5px 1px 1px 5px;
	background-color: lightgray;
	border-style: inset;
	color: black;
}

#selecting {
	float: left;
}

#current li {
	float: left;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-align: center;
	cursor: pointer;
}
/*
#mode li, #coloring li {
	float: left;
	margin: 2px;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 35px;
	height: 15px;
	text-decoration: none;
	border:3px solid #999;
	border-right-color:#333;
	border-bottom-color:#333;
	color:gray;
	border-style: outset;
	cursor: pointer;
}

#mode li.selected, #coloring li.selected {
	border:3px solid #333;
	border-right-color:#999;
	border-bottom-color:#999;
	padding: 5px 1px 1px 5px;
	background-color: lightgray;
	border-style: inset;
	color: black;
}
*/

#color, #clearcolor {
	float: left;
	margin: 10px 5px 10px 0;
	width: 48px;
	height: 23px;
	font-size:15px;
	height: 16px;
}

#color {
	background-color: lightgray;
	border: 1px dotted gray;
	padding: 4px 1px 1px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#clearcolor {
	padding: 1px 0 4px;
}

#olabel {
	float: left;
}

#mode {
	float: right;
	width: 230px;
}

#mode li {
	float: left;
	margin: 0 0 5px;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 35px;
	height: 15px;
	text-decoration: none;
	border:1px dotted gray;
	color:black;
	background-color: lightgray;
	cursor: pointer;
}

#mode li.selected, #color.selected {
	background-color: lime;
}

#color span {
	position: relative;
	bottom: 3px;
}

#mode .tool_button {
	width: 60px;
	margin: 5px 5px 0 0;
}

#mode #colorclear, #mode #redclear {
	width: 80px;
}

#mode #colorclear, #mode #hint {
	clear: left;
}

.t {
	border-top: 2px solid black;
}

.b {
	border-bottom: 2px solid black;
}

.l {
	border-left: 2px solid black;
}

.r {
	border-right: 2px solid black;
}

.operation {
	margin: 10px 0;
}
