/***********************************************/
/* koku_sitemap.css                            */
/* Use with kokubunsya.com/sitemap.htm         */
/***********************************************/

@charset"Shift_JIS";

/***********************************************/
/* Topics エリア                               */
/***********************************************/

#sitemap{
	position:absolute;
	top:0px;
	left:315px;
	width:490px;
	height:20px;
	background-color: #D6DDE4;
	padding: 12px 0px 0px 0px;
	line-height:15px;
	z-index:11;
}

#sitemap_list{
	border-bottom:thin solid #D6DDE4;
	border-left:thin solid #D6DDE4;
	border-right:thin solid #D6DDE4;
	position:absolute;
	top:30px;
	left:315px;
	width:466px;
	height:600px;
	background-color: #ffffff;
	padding: 20px 10px 10px 10px;
	line-height: 17px;
	z-index: 12;
}

.float_img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.float_test{
	float: right;
	padding: 0px 0px 0px 5px;
}


/***********************************************/
/* Footer エリア    　                         */
/***********************************************/


#footer2{
    position:absolute;
	top:860px;
	left:0px;
    width:800px;
	clear: both;
	background-color: #999999;
	font-size: 75%;
	color: #333333;
	padding: 5px 10px 3px 0px;
}
