@charset "UTF-8";

/* 将棋 ------------------------------------------*/

h3 {
	background:url(../image/h3_title.jpg) 0 0 no-repeat;
	width:710px;
	height:45px;
	text-indent:-9999em;
	margin-bottom:20px;
}

h4#h4_01 {
	width:710px;
	height:35px;
	margin-bottom:15px;
	background:url(../image/h4_01.jpg) 0 0 no-repeat;
	text-indent:-9999em;
}

h4#h4_02 {
	width:710px;
	height:35px;
	margin-top:20px;
	margin-bottom:15px;
	background:url(../image/h4_02.jpg) 0 0 no-repeat;
	text-indent:-9999em;
}

div#main_top dl {
	display:inline-block;
	width:710px;
}


div#main_top dl:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

div#main_top dl dt {float:left;}

div#main_top dl dd {
	margin-left:315px;
	text-indent:1em;
}



/*--------------------------------------*/

div.list_bottom {
	display:inline-block;
	margin:20px 0 0 255px;
}
div.list_bottom:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}


div.list_bottom ul {}

div.list_bottom ul li {
	float:left;
	list-style-type:none;
}

div.list_bottom ul li a {
	padding:10px 0 5px 25px;
	height:34px;
}

div.list_bottom ul li a.shogi_go {
	background:url(../../../common/image/hanagasa_icon.gif) 0 0 no-repeat;
	width:220px;
	margin-right:20px;
}


div.list_bottom ul li a.tokooki_go {
	background:url(../../../common/image/hanagasa_icon.gif) 0 0 no-repeat;
	width:215px;
}

