@charset "utf-8";

/* Googleの広告 */
#google_ads
{
	margin-top:15px;
	height:98px;
	/* height:90px; */
}

#google_ads_inner
{
	position:absolute;
	z-index:1;
}

/* フッタ */
#footer
{
	clear:both;
	width:100%;
	height:70px;
	margin-top:10px;
	background-image:url("../img/footer/wall.png");
	background-repeat:repeat-x;
}

#footer_inner
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#footer_inner a
{
	font-size:95%;
}

#footer_topix
{
	width:309px;
	height:26px;
	background-image:url("../img/footer/topix.png");
	background-repeat:no-repeat;
}

#footer_topix a
{
	font-size:100%;
}

#footer_topix_text
{
	padding-left:10px;
}

#footer_copyright
{
	font-size:95%;
	font-family:Arial;
}

