@charset "UTF-8";

html, body, div, span, h1, h2, p, ol, ul, li, table, tr, td, form, img{
	margin: 0;
	border: 0;
	padding: 0;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face{
	font-family: "Fontin";
	src: url("font/fontin-bold.ttf");
	font-weight: bold;
	font-style: normal;
}

html{
	width: 100%;
}
a{
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
}
a:link    { color: #184470; }
a:visited { color: #184470; }
a:hover   { color: #184470; }
a:active  { color: #184470; }
body{
	background-color: #f6f8e8;
	padding: 0;
	text-align: center;
	overflow : auto;
}
h2{
	color: #336650;
	line-height: 110%;
	font-size: 24px;
	margin: 50px 0px 15px;
}
p{
	margin: 0px 3px 7px 5px;
}
p img{
	vertical-align: middle;
}
ul{
	list-style-type: none;
}
#textarea{
	display: block;
	background-color: #fcfcfa;
	color: #222222;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	padding: 3px;
	border: solid 1px #ccccbb;
	margin: 20px auto 15px;
	width: 98%;
	height: 30em;
	line-height: 115%;
}
input[type="radio"]{
	margin: 3px 0px 0px 16px;
}
input[type="submit"]:link,    input[type="button"]:link,    #sgf2replayform #labelfile:link    { opacity: 1;    }
input[type="submit"]:visited, input[type="button"]:visited, #sgf2replayform #labelfile:visited { opacity: 1;    }
input[type="submit"]:hover,   input[type="button"]:hover,   #sgf2replayform #labelfile:hover   { opacity: 0.75; }
input[type="submit"]:active,  input[type="button"]:active,  #sgf2replayform #labelfile:active  { opacity: 0.50; }
input[type="submit"], input[type="button"], #sgf2replayform #labelfile{
	background-color: #30b238;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	border: 0;
	color: #ffffff;
}
#sgf2replayform {
	text-align: center;
}
#sgf2replayform input[type="submit"], #sgf2replayform input[type="button"], #sgf2replayform #labelfile{
	display: inline-block;
	line-height: 36px;
	font-size: 18px;
	border-radius: 18px;
	height: 36px;
	width: 220px;
	margin: 10px 7px 30px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.30) inset;	
}
#sgf2replayform #inputfile{
	display: none;
}
#info #sgf2clipboard{
	display: block;
	line-height: 28px;
	font-size: 14px;
	border-radius: 14px;
	height: 28px;
	width: 200px;
	margin: 5px auto 35px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30) inset;
}
em{
	font-weight: bold;
	font-style: normal;
}
code{
	display: block;
	background-color: #f6f8f4;
	color: #302444;
	font-family: 'Courier New', Courier, monospace;
	padding: 8px 15px;
	border: solid 1px #e2e2e2;
	margin: 6px 5px 12px 10px;
	line-height: 120%;
}
code em{
	color: #aa2008;
}
.changelog{
	position: relative;
	background-color: #f2f2e4;
	height: 100%;
	font-size: 18px;
	padding: 3px 3px 16px 7px;
	border: solid 3px #eaeadd;
	margin: 25px 5px 20px;
}
.changelog td{
	color: #444a40;
	vertical-align: top;
	padding: 10px 10px 0px;
	line-height: 140%;
}
.changelog .date{
	color: #445544;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	text-align: center;
}
.link{
	margin: 8px 15px 16px;
}
.link li{
	font-size: 24px;
	line-height: 110%;
	margin: 0px 0px 7px;
}
.caution{
	border-radius: 10px;
	background-color: #fff2f2;
	color: #443333;
	font-size: 20px;
	text-align: left;
	line-height: 150%;
	padding: 12px;
	border: dashed 3px #ffaaaa;
	margin: 25px 20px 25px;
}
.caution a{
	text-decoration: underline !important;
}
.cosumi{
	color: #aa382d;
	font-weight: bold;
}
.impact{
	color: #602050;
	font-weight: bold;
}
.center{
	text-align: center;
}
.number{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 32px;
	font-weight: bold;
}
.sample{
	position: relative;
	margin: 10px 10px 28px 20px;
	width: 285px;
	height: 285px;
}
.board{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.stone{
	position: absolute;
	z-index: 2;
}
.mark{
	position: absolute;
	z-index: 3;
}
.x1 { left:   3px; }
.x2 { left:  34px; }
.x3 { left:  65px; }
.x4 { left:  96px; }
.x5 { left: 127px; }
.x6 { left: 158px; }
.x7 { left: 189px; }
.x8 { left: 220px; }
.x9 { left: 251px; }
.y1 { top:    3px; }
.y2 { top:   34px; }
.y3 { top:   65px; }
.y4 { top:   96px; }
.y5 { top:  127px; }
.y6 { top:  158px; }
.y7 { top:  189px; }
.y8 { top:  220px; }
.y9 { top:  251px; }
#congrats{
	display: none
}
#all{
	background-color: #f6f8e8;
	padding: 0px 0px 10px;
	margin: 0px auto;
	width: 768px;
	text-align: left;
}
#upper{
	position: relative;
	height: 80px;
	margin: 0px 30px;
}
#logo{
	position: absolute;
	top: 18px;
	left: 0px;
}
#menubar{
	position: relative;
	background-color: #f1f1e0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #aa330a;
	height: 40px;
	padding: 0px 35px;
	border-style: dashed;
	border-width: 1px 0;
	border-color:#d8d8c6;
	text-align: right;
	text-shadow: 1px 1px 1px #555555;
	line-height: 40px;
	word-spacing: 28px;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}
#menubar a{
	text-shadow: 1px 1px 4px #888888;
}
#middle{
	font-family: sans-serif;
	font-size: 18px;
	color: #443420;
	width: 738px;
	line-height: 170%;
	margin: 40px 15px 50px;
}
#left{
	float: left;
	width: 738px;
	margin: 0px 0px 20px;
}
#right{
	display: none;
}
#lower{
	clear: left;
	width: 100%;
	line-height: 110%;
}
#pagemenu{
	background-color: #f0f4f0;
	padding: 10px 20px;
	border: solid 1px #dce0dc;
	margin: 12px 15px 10px;
}
#pagemenu li{
	font-size: 20px;
	line-height: 130%;
	margin: 4px 0px;
}
#rss{
	position: absolute;
	bottom: 0px;
	right: 20px;
	text-align: right;
}
#rss img{
	vertical-align: middle;
}
#button{
	position: relative;
	margin: 8px auto 25px;
	width: 692px;
	height: 32px;
}
#button a{
	display: block;
}
#button a:link   , #button div.active:link    { opacity: 1;    }
#button a:visited, #button div.active:visited { opacity: 1;    }
#button a:hover  , #button div.active:hover   { opacity: 0.75; }
#button a:active , #button div.active:active  { opacity: 0.75; }
#button div{
	position: absolute;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 16px;
	margin: 0;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}
#onlinekatago {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30) inset;
	background:#8888cc;
	color: #ffffff;
	left: -3px;
	width: 179px;
}
#permalink{
	background:#c4c4c4;
	color: #f3f3f3;
	left: 188px;
	width: 375px;
}
#twitter {
	box-Shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1.0) inset;
	background:#333333;
	color: #ffffff;
	right: -3px;
	width: 120px;
}
#challenge{
	width: 692px;
	margin: 8px auto 15px;
}
#thearea, #replaythearea{
	clear: both;
	position: relative;
	width: 692px;
	margin: 5px auto 70px;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}
#thearea{
	height: 828px;
}
#replaythearea{
	height: 868px;
}
#thearea *, #replaythearea *{
	position: absolute;
	font-family: Fontin, serif;
	font-weight: bold;
	text-align: center;
}
#info{
	border-radius: 3px;
	background-color: #f2f2e4;
	color: #504838;
	padding: 14px 12px;
	border: dashed 1px #e0ccb4;
	margin: 20px 0px 20px;
	font-size: 18px;
	line-height: 160%;
}
#info table{
	margin: 0px auto 15px;
}
#info td{
	font-size: 18px;
	color: #502030;
	padding: 4px 5px;
	line-height: 110%;
}
#info td.boardsize{
	font-weight: bold;
	text-align: center;
}
#info ul{
	list-style-type: disc;
	margin: 10px 2px 2px 15px;
}
#info li{
	line-height: 160%;
	margin: 0px 0px 15px;
}
#info li ul{
	list-style-type: none;
	margin: 2px 2px 5px 5px;
}
#info li li{
	line-height: 110%;
	margin: 0px 0px 3px;
}
#info li img{
	vertical-align: middle;
}
#info .title{
	color: #335533;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0px 8px;
}
#info #gameinfo{
	color: #506050;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px;
}
#info #gameinfo .gameinfotitle{
	color: #806630;
}
#info #sgf{
	display: block;
	resize: none;
	overflow: auto;
	box-sizing: border-box;
	background-color: #f8f8f6;
	width: 100%;
	height: 150px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	color: #606860;
	text-align: left;
	line-height: 110%;
	padding: 8px 10px;
	border: solid 1px #dddddd;
	margin: 10px 0 8px;
}
#info .badmove, #info .goodmove{
	font-family: monospace;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
#info .badmove{
	color: #f6241b;
}
#info .goodmove{
	
	color: #00b028;
}
#gotop{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
	margin: 5px auto 5px;
}
table.commontable{
	border-collapse: collapse;
	color: #384d54;
	font-size: 16px;
	margin: 12px 8px 25px 12px;
}
table.commontable th{
	background-color: #e8ecd6;
	padding: 10px 14px;
	border: dashed 1px #ccbb88;
	text-align: center;
	line-height: 120%;
}
table.commontable td{
	background-color: #f2f6e0;
	padding: 10px 12px;
	border: dashed 1px #ccbb88;
	line-height: 150%;
}
table.commontable .left{
	color: #2a602a;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
table.commontable .left a{
	text-decoration: underline;
}
table.commontable .w1{
	width: 8em;
}
table.commontable .w2{
	width: 10em;
}
table.commontable .w3{
	width: 13em;
}
#amazon{
	margin: 65px auto 40px;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
#amazon img{
	border: solid 1px #e9ebe1;
}
#amazon table{
	width: 336px;
}
#amazon td{
	width: 50%;
	vertical-align: top;
}
.amazonitem{
	margin: 30px auto 35px;
}
#errormessage{
	font-size: 24px;
	font-weight: bold;
	color: #aa2233;
	margin: 20px 20px 35px;
	text-align: center;
	line-height: 150%;
}
#topadsense{
	margin: 65px 10px 50px;
}
#topotherlanguage{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #aa0070;
	text-align: center;
	word-spacing: 28px;
}
#topotherlanguage a{
	text-decoration: underline;
}
#playall{
	background-color: #f6f8e8;
	padding: 10px 0px 10px;
	margin: 0px auto;
	width: 728px;
	text-align: left;
}
#playmiddle{
	font-family: sans-serif;
	font-size: 18px;
	color: #443420;
	width: 708px;
	line-height: 170%;
	margin: 0px 10px 20px;
}
#playleft{
	float: left;
	width: 708px;
	margin: 0px 0px 5px;
}
#playright{
	float: left;
	width: 336px;
	margin: 26px 0px 20px;
}
#playlost{
	color: #447730;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 5px;
	line-height: 120%;
	text-align: center;
}
#playdifficulty{
	width: 608px;
	height: 536px;
	margin: 15px auto 0px;
	border: solid 1px #ddddd8;
}
#faqdifficulty{
	width: 684px;
	height: 603px;
	margin: 10px 15px;
	border: solid 1px #ddddd8;
}
.playlostnumber{
	color: #cc6000;
	font-size: 24px;
}
.mobileadsense{
	width: 692px;
	margin: 0px auto 30px;
}
.adsense{
	margin: 0px 0px 45px;
	text-align: center;
}
table.learncalc{
	border-collapse: collapse;
	font-size: 18px;
	line-height: 100%;
	border-width: 20px;
	margin: 20px 20px 30px;
}
table.learncalc th{
	color: #285848;
	padding: 0px 15px 6px;
	text-align: center;
}
table.learncalc td{
	color: #444411;
	padding: 0px 15px 6px;
	text-align: right;
}
table.learncalc .learncalctop{
	padding: 0px 15px 12px;
}
table.learncalc .learncalcbottom{
	font-weight: bold;
	border-top: solid 2px #998877;
	padding: 10px 15px 0px;
}
.faqsample{
	float: left;
	position: relative;
	margin: 10px 10px 28px 20px;
	width: 285px;
	height: 285px;
}
.faqsampleclear{
	clear: both;
}
table#benchmarkranktable{
	border-collapse: collapse;
	margin: 5px 10px 15px;
}
table#benchmarkranktable td{
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	padding: 5px 10px 5px;
}
table#benchmarkranktable td.mps{
	text-align: right;
}
table#benchmarkranktable td.resultrank{
	text-align: left;
}
