@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{
	text-decoration: none;
	font-weight: bold;
	outline-style: none;
}
a:link    { color: #184470; }
a:visited { color: #184470; }
a:hover   { color: #aa0070; }
a:active  { color: #aa0070; }
body{
	background-image: url("image/background.png");
	background-repeat: repeat;
	background-color: #343531;
	padding: 0px 0px 18px;
	text-align: center;
}
h2{
	color: #336650;
	font-size: 18px;
	margin: 35px 0px 10px;
}
p{
	margin: 0px 3px 3px 5px;
}
p img{
	vertical-align: middle;
}
ul{
	list-style-type: none;
}
object{
	margin: 0px 86px 15px;
	outline-style: none;
}
form{
	margin: 0px;
	text-align: center;
}
textarea{
	background-color: #fcfcfa;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: solid 1px #ccccbb;
	margin: 10px 0px 10px;
	width: 97%;
	height: 35em;
	line-height: 140%;
}
input{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;
	font-size: 16px;
	padding: 2px 4px;
	margin: 0px 0px 20px;
}
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;
}
.center{
	text-align: center;
}
.changelog{
	position: relative;
	background-color: #f2f2e4;
	height: 100%;
	font-size: 12px;
	padding: 3px 3px 16px 7px;
	border: solid 3px #eaeadd;
	margin: 25px 5px 20px;
}
.changelog td{
	color: #444a40;
	vertical-align: top;
	padding: 6px 4px 0px;
	line-height: 130%;
}
.changelog .date{
	color: #445544;
	font-weight: bold;
	text-align: center;
}
.link{
	margin: 6px 15px 16px;
}
.link li{
	background-image: url("image/arrow.png");
	background-position: 0% 30%;
	background-repeat: no-repeat;
	text-indent: 15px;
	line-height: 120%;
	margin: 0px 0px 5px;
}
.cosumi{
	color: #aa382d;
	font-weight: bold;
}
.impact{
	color: #602050;
	font-weight: bold;
}
.number{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.sample{
	position: relative;
	margin: 12px 26px 28px;
	width: 213px;
	height: 213px;
}
.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:  26px; }
.x3 { left:  49px; }
.x4 { left:  72px; }
.x5 { left:  95px; }
.x6 { left: 118px; }
.x7 { left: 141px; }
.x8 { left: 164px; }
.x9 { left: 187px; }
.y1 { top :   3px; }
.y2 { top :  26px; }
.y3 { top :  49px; }
.y4 { top :  72px; }
.y5 { top :  95px; }
.y6 { top : 118px; }
.y7 { top : 141px; }
.y8 { top : 164px; }
.y9 { top : 187px; }
#all{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f6f8e8;
	padding: 0px 0px 10px;
	margin: 18px auto 0px;
	width: 950px;
	text-align: left;
}
#upper{
	position: relative;
	height: 68px;
}
#logo{
	position: absolute;
	top: 12px;
	left: 28px;
}
#menubar{
	position: relative;
	background-image: url("image/menubarback.png");
	background-repeat: repeat-x;
	height: 36px;
	text-align: right;
}
#menubar img{
	position: absolute;
	top: 8px;
}
#menubar #top   { right: 324px; }
#menubar #play  { right: 240px; }
#menubar #learn { right: 139px; }
#menubar #about { right:  30px; }
#middle{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;
	font-size: 14px;
	color: #483822;
	width: 900px;
	line-height: 160%;
	margin: 35px 25px 50px;
}
#left{
	float: left;
	width: 705px;
	margin: 0px 35px 20px 0px;
}
#right{
	float: left;
	width: 160px;
	margin: 0px 0px 20px;
}
#lower{
	clear: left;
	width: 100%;
	line-height: 110%;
}
#pagemenu{
	background-color: #f0f4f0;
	width: 18em;
	padding: 10px 20px;
	border: solid 1px #e0e6e0;
	margin: 12px auto 10px 15px;
}
#pagemenu li{
	line-height: 120%;
	margin: 3px 0px;
}
#rss{
	position: absolute;
	bottom: 0px;
	right: 20px;
	text-align: right;
}
#rss img{
	vertical-align: middle;
}
#info{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f2e4;
	color: #504838;
	padding: 10px 10px;
	border: dashed 1px #e0ccb4;
	margin: 12px 0px 30px;
	font-size: 12px;
	text-align: center;
	line-height: 160%;
}
#info .title{
	color: #335533;
	font-weight: bold;
	margin: 0px 0px 4px;
}
#info ul{
	list-style-type: disc;
	text-align: left;
	margin: 8px 2px 2px 15px;
}
#info li{
	line-height: 140%;
	margin: 0px 0px 7px;
}
#info #gameinfo{
	color: #506050;
	font-weight: 600;
	margin: 0px 0px 10px;
}
#info #gameinfo .gameinfotitle{
	color: #806630;
}
#info #sgf{
	font-family: 'Courier New', Courier, monospace;
	color: #305040;
	text-align: left;
	line-height: 110%;
	margin: 15px 5px 15px;
}
table.commontable{
	border-collapse: collapse;
	color: #384d54;
	font-size: 12px;
	margin: 8px 8px 20px 12px;
}
table.commontable th{
	background-color: #e8ecd6;
	padding: 8px 14px;
	border: dashed 1px #ccbb88;
	text-align: center;
	line-height: 120%;
}
table.commontable td{
	background-color: #f2f6e0;
	padding: 8px 12px;
	border: dashed 1px #ccbb88;
	line-height: 150%;
}
table.commontable .left{
	font-weight: bold;
	text-align: center;
}
table.commontable .w1{
	width: 8em;
}
table.commontable .w2{
	width: 10em;
}
table.commontable .w3{
	width: 13em;
}
#amazon{
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
#amazon img{
	border: solid 1px #e9ebe1;
}
#amazon table{
	width: 286px;
	margin: 32px -18px 40px;
}
#amazon td{
	width: 50%;
	vertical-align: top;
}
.amazonitem{
	margin: 25px auto 38px;
}
#topotherlanguage{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aa0070;
	text-align: center;
	word-spacing: 20px;
}
#playleft{
	float: left;
	width: 615px;
	margin: 0px 35px 20px 0px;
}
#playright{
	float: left;
	width: 250px;
	margin: 0px 0px 20px;
}
#playlost{
	color: #68924b;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin: 18px 5px 0px;
	line-height: 100%;
	text-align: right;
}
#playlostnumber{
	color: #d08000;
	font-size: 12px;
}
